Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp300 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask() local
302 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()
/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp297 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width()); in shouldCachePathMask() local
299 return hitArea*2 >= shapeArea && drawArea*10 >= shapeArea; in shouldCachePathMask()