Searched refs:clippedDstPoint (Results 1 – 2 of 2) sorted by relevance
110 SkIPoint* clippedDstPoint) { in GrClipSrcRectAndDstPoint() argument112 *clippedDstPoint = dstPoint; in GrClipSrcRectAndDstPoint()116 clippedDstPoint->fX -= clippedSrcRect->fLeft; in GrClipSrcRectAndDstPoint()119 if (clippedDstPoint->fX < 0) { in GrClipSrcRectAndDstPoint()120 clippedSrcRect->fLeft -= clippedDstPoint->fX; in GrClipSrcRectAndDstPoint()121 clippedDstPoint->fX = 0; in GrClipSrcRectAndDstPoint()126 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()129 if (clippedDstPoint->fY < 0) { in GrClipSrcRectAndDstPoint()130 clippedSrcRect->fTop -= clippedDstPoint->fY; in GrClipSrcRectAndDstPoint()131 clippedDstPoint->fY = 0; in GrClipSrcRectAndDstPoint()[all …]
239 SkIPoint clippedDstPoint; in blitTexture() local245 &clippedDstPoint)) { in blitTexture()250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture()