Searched refs:NormalRgaGetRect (Results 1 – 3 of 3) sorted by relevance
518 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()
65 int NormalRgaGetRect(buffer_handle_t hnd, rga_rect_t *rect);
218 int NormalRgaGetRect(buffer_handle_t hnd, rga_rect_t *rect) { in NormalRgaGetRect() function