Searched refs:pathDevIBounds (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ops/ |
D | DrawAtlasPathOp.h | 23 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) {
|
D | AtlasInstancedHelper.h | 61 Instance(SkIPoint16 locationInAtlas, const SkIRect& pathDevIBounds, bool transposedInAtlas) in Instance() 63 , fPathDevIBounds(pathDevIBounds) in Instance()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCClipPath.h | 55 const SkIRect& pathDevIBounds() const { in pathDevIBounds() function
|
D | GrCCClipProcessor.cpp | 109 const SkRect pathIBounds = SkRect::Make(proc.fClipPath->pathDevIBounds()); in onSetData()
|
D | GrCoverageCountingPathRenderer.cpp | 225 !clipPath.pathDevIBounds().contains(accessRect)); in makeClipProcessor()
|