Searched refs:fShapeConservativeIBounds (Results 1 – 2 of 2) sorted by relevance
128 , 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()
104 const SkIRect fShapeConservativeIBounds; variable