Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp138 , fShapeConservativeIBounds(shapeConservativeIBounds) in SingleDraw()
267 fMaskDevIBounds = fShapeConservativeIBounds; in accountForOwnPath()
289 fShapeConservativeIBounds.height(), fShapeConservativeIBounds.width()); in shouldCachePathMask()
295 fShapeConservativeIBounds.height(), fShapeConservativeIBounds.width()); in shouldCachePathMask()
306 hitRect.intersect(fShapeConservativeIBounds); in shouldCachePathMask()
397 SkASSERT(fShapeConservativeIBounds == fMaskDevIBounds); in setupResources()
DGrCCDrawPathsOp.h113 const SkIRect fShapeConservativeIBounds; variable