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