Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp447 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()
DGrCCPerFlushResources.h136 const SkIRect& clippedPathIBounds, GrScissorTest, SkIVector* devToAtlasOffset);
141 const SkIRect& clippedPathIBounds, const SkIVector& devToAtlasOffset, GrFillRule);