Home
last modified time | relevance | path

Searched refs:pathDevIBounds (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/ops/
DDrawAtlasPathOp.h23 GrPaint&& paint, SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, in DrawAtlasPathOp() argument
27 locationInAtlas, pathDevIBounds, in DrawAtlasPathOp()
60 const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance()
66 , fAtlasInstance(locationInAtlas, pathDevIBounds, transposedInAtlas) {
DAtlasInstancedHelper.h61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance()
63 , fPathDevIBounds(pathDevIBounds) in Instance()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipPath.h55 const SkIRect& pathDevIBounds() const { in pathDevIBounds() function
DGrCCClipProcessor.cpp109 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); in onSetData()
DGrCoverageCountingPathRenderer.cpp225 !clipPath.pathDevIBounds().contains(accessRect)); in makeClipProcessor()