Lines Matching refs:dstRect
836 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, in drawRectUsingCopybit() local
850 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b}; in drawRectUsingCopybit()
868 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
960 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in drawLayerUsingCopybit() local
969 dstRect.l = result.left; in drawLayerUsingCopybit()
970 dstRect.t = result.top; in drawLayerUsingCopybit()
971 dstRect.r = result.right; in drawLayerUsingCopybit()
972 dstRect.b = result.bottom; in drawLayerUsingCopybit()
1143 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
1186 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in fillColorUsingCopybit() local
1202 int res = copybit->fill_color(copybit, &dst, &dstRect, color); in fillColorUsingCopybit()