Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp139 , fMaskDevIBounds(maskDevIBounds) in SingleDraw()
242 onFlushRP, fShape, fMaskDevIBounds, fMatrix, &fCachedMaskShift); in accountForOwnPath()
267 fMaskDevIBounds = fShapeConservativeIBounds; in accountForOwnPath()
277 specs->fRenderedAtlasSpecs.accountForSpace(fMaskDevIBounds.width(), fMaskDevIBounds.height()); in accountForOwnPath()
312 int64_t drawArea = sk_64_mul(fMaskDevIBounds.height(), fMaskDevIBounds.width()); in shouldCachePathMask()
386 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &octoBounds, &devIBounds, in setupResources()
397 SkASSERT(fShapeConservativeIBounds == fMaskDevIBounds); in setupResources()
DGrCCDrawPathsOp.h114 SkIRect fMaskDevIBounds; variable