Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp291 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y()); in shouldCachePathMask() local
292 hitRect.intersect(fShapeConservativeIBounds); in shouldCachePathMask()
297 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask()
DGrCCPathCache.h216 const SkIRect& hitRect() const { return fHitRect; } in hitRect() function