Searched refs:hitRect (Results 1 – 4 of 4) sorted by relevance
294 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y()); in shouldCachePathMask() local295 hitRect.intersect(fShapeConservativeIBounds); in shouldCachePathMask()300 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask()
216 const SkIRect& hitRect() const { return fHitRect; } in hitRect() function
291 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y()); in shouldCachePathMask() local292 hitRect.intersect(fShapeConservativeIBounds); in shouldCachePathMask()297 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask()