Home
last modified time | relevance | path

Searched refs:shapeArea (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp283 int64_t shapeArea = sk_64_mul(fShapeConservativeIBounds.height(), in shouldCachePathMask() local
285 if (shapeArea < 100*100) { in shouldCachePathMask()
302 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp280 int64_t shapeArea = sk_64_mul(fShapeConservativeIBounds.height(), in shouldCachePathMask() local
282 if (shapeArea < 100*100) { in shouldCachePathMask()
299 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()