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