Searched refs:maskShift (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCPathCache.cpp | 163 const SkIRect& clippedDrawBounds, const SkMatrix& viewMatrix, SkIVector* maskShift) { in find() argument 177 MaskTransform m(viewMatrix, maskShift); in find() 246 entry->fHitRect.join(clippedDrawBounds.makeOffset(-maskShift->x(), -maskShift->y())); in find() 358 const GrOctoBounds& octoBounds, const SkIRect& devIBounds, const SkIVector& maskShift) { in setCoverageCountAtlas() argument 372 fAtlasOffset = atlasOffset + maskShift; in setCoverageCountAtlas() 374 fOctoBounds.setOffset(octoBounds, -maskShift.fX, -maskShift.fY); in setCoverageCountAtlas() 375 fDevIBounds = devIBounds.makeOffset(-maskShift.fX, -maskShift.fY); in setCoverageCountAtlas()
|
D | GrCCPathCache.h | 110 SkIVector* maskShift); 234 const GrOctoBounds& octoBounds, const SkIRect& devIBounds, const SkIVector& maskShift);
|