Home
last modified time | relevance | path

Searched refs:NormalRgaGetRect (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp518 ret = NormalRgaGetRect(src->hnd, &tmpSrcRect); in RgaBlit()
580 ret = NormalRgaGetRect(src1->hnd, &tmpSrc1Rect); in RgaBlit()
642 ret = NormalRgaGetRect(dst->hnd, &tmpDstRect); in RgaBlit()
1538 ret = NormalRgaGetRect(dst->hnd, &tmpDstRect); in RgaCollorFill()
1875 ret = NormalRgaGetRect(src->hnd, &tmpSrcRect); in RgaCollorPalette()
1932 ret = NormalRgaGetRect(dst->hnd, &tmpDstRect); in RgaCollorPalette()
1990 ret = NormalRgaGetRect(lut->hnd, &tmpLutRect); in RgaCollorPalette()
H A DNormalRga.h65 int NormalRgaGetRect(buffer_handle_t hnd, rga_rect_t *rect);
H A DNormalRgaApi.cpp218 int NormalRgaGetRect(buffer_handle_t hnd, rga_rect_t *rect) { in NormalRgaGetRect() function