Searched refs:clippedPathIBounds (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 447 SkIRect clippedPathIBounds; in renderDeviceSpacePathInAtlas() local 449 clippedPathIBounds = devPathIBounds; in renderDeviceSpacePathInAtlas() 451 } else if (clippedPathIBounds.intersect(clipIBounds, devPathIBounds)) { in renderDeviceSpacePathInAtlas() 459 this->placeRenderedPathInAtlas(clippedPathIBounds, enableScissorInAtlas, devToAtlasOffset); in renderDeviceSpacePathInAtlas() 461 clippedPathIBounds, *devToAtlasOffset); in renderDeviceSpacePathInAtlas() 466 this->recordStencilResolveInstance(clippedPathIBounds, *devToAtlasOffset, fillRule); in renderDeviceSpacePathInAtlas() 473 const SkIRect& clippedPathIBounds, GrScissorTest scissorTest, SkIVector* devToAtlasOffset) { in placeRenderedPathInAtlas() argument 475 fRenderedAtlasStack.addRect(clippedPathIBounds, devToAtlasOffset)) { in placeRenderedPathInAtlas() 486 const SkIRect& clippedPathIBounds, const SkIVector& devToAtlasOffset, GrFillRule fillRule) { in recordStencilResolveInstance() argument 490 SkIRect atlasIBounds = clippedPathIBounds.makeOffset( in recordStencilResolveInstance()
|
D | GrCCPerFlushResources.h | 136 const SkIRect& clippedPathIBounds, GrScissorTest, SkIVector* devToAtlasOffset); 141 const SkIRect& clippedPathIBounds, const SkIVector& devToAtlasOffset, GrFillRule);
|