Home
last modified time | relevance | path

Searched refs:clippedDstPoint (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrRect.h103 * clippedDstPoint.
110 SkIPoint* clippedDstPoint) { in GrClipSrcRectAndDstPoint()
112 *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 in GrClipSrcRectAndDstPoint()
105 GrClipSrcRectAndDstPoint(const SkISize& dstSize, const SkISize& srcSize, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) GrClipSrcRectAndDstPoint() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp239 SkIPoint clippedDstPoint; in blitTexture() local
245 &clippedDstPoint)) { in blitTexture()
250 auto dstRect = SkIRect::MakePtSize(clippedDstPoint, clippedSrcRect.size()); in blitTexture()

Completed in 1 milliseconds