Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp129 , fMaskDevIBounds(maskDevIBounds) in SingleDraw()
229 pathCache->find(onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath()
254 fMaskDevIBounds = fShapeConservativeIBounds; in accountForOwnPath()
264 specs->fRenderedAtlasSpecs.accountForSpace(fMaskDevIBounds.width(), fMaskDevIBounds.height()); in accountForOwnPath()
298 int64_t drawArea = sk_64_mul(fMaskDevIBounds.height(), fMaskDevIBounds.width()); in shouldCachePathMask()
365 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &devBounds, &devBounds45, in setupResources()
374 SkASSERT(fShapeConservativeIBounds == fMaskDevIBounds); in setupResources()
DGrCCDrawPathsOp.h105 SkIRect fMaskDevIBounds; variable