Home
last modified time | relevance | path

Searched refs:maskShift (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp163 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()
DGrCCPathCache.h110 SkIVector* maskShift);
234 const GrOctoBounds& octoBounds, const SkIRect& devIBounds, const SkIVector& maskShift);