Searched refs:hitRect (Results 1 – 2 of 2) sorted by relevance
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()
216 const SkIRect& hitRect() const { return fHitRect; } in hitRect() function