Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp128 , fShapeConservativeIBounds(shapeConservativeIBounds) in SingleDraw()
254 fMaskDevIBounds = fShapeConservativeIBounds; in accountForOwnPath()
274 int shapeMaxDimension = SkTMax(fShapeConservativeIBounds.height(), in shouldCachePathMask()
275 fShapeConservativeIBounds.width()); in shouldCachePathMask()
280 int64_t shapeArea = sk_64_mul(fShapeConservativeIBounds.height(), in shouldCachePathMask()
281 fShapeConservativeIBounds.width()); in shouldCachePathMask()
292 hitRect.intersect(fShapeConservativeIBounds); in shouldCachePathMask()
374 SkASSERT(fShapeConservativeIBounds == fMaskDevIBounds); in setupResources()
DGrCCDrawPathsOp.h104 const SkIRect fShapeConservativeIBounds; variable