Searched refs:hitArea (Results 1 – 2 of 2) sorted by relevance
300 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask() local302 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()
297 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask() local299 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()