Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp30 SkIRect clippedPathIBounds; in renderDeviceSpacePathInAtlas() local
32 clippedPathIBounds = devPathIBounds; in renderDeviceSpacePathInAtlas()
35 SkAssertResult(clippedPathIBounds.intersect(clipIBounds, devPathIBounds)); in renderDeviceSpacePathInAtlas()
39 auto retiredAtlas = this->placeRenderedPathInAtlas(onFlushRP, clippedPathIBounds, in renderDeviceSpacePathInAtlas()
43 this->enqueueRenderedPath(devPath, fillRule, clippedPathIBounds, atlasMatrix, in renderDeviceSpacePathInAtlas()
50 GrOnFlushResourceProvider* onFlushRP, const SkIRect& clippedPathIBounds, in placeRenderedPathInAtlas() argument
55 !fAtlas->addRect(clippedPathIBounds.width(), clippedPathIBounds.height(), &location)) { in placeRenderedPathInAtlas()
62 SkASSERT(clippedPathIBounds.width() <= fAtlasSpecs.fMinWidth); in placeRenderedPathInAtlas()
63 SkASSERT(clippedPathIBounds.height() <= fAtlasSpecs.fMinHeight); in placeRenderedPathInAtlas()
64 SkAssertResult(fAtlas->addRect(clippedPathIBounds.width(), clippedPathIBounds.height(), in placeRenderedPathInAtlas()
[all …]
DGrCCPerFlushResources.h44 GrOnFlushResourceProvider*, const SkIRect& clippedPathIBounds, GrScissorTest,
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp362 SkIRect clippedPathIBounds; in renderShapeInAtlas() local
363 if (!this->placeRenderedPathInAtlas(clipIBounds, *devIBounds, &scissorTest, &clippedPathIBounds, in renderShapeInAtlas()
372 clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
378 scissorTest, clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
393 SkIRect clippedPathIBounds; in renderDeviceSpacePathInAtlas() local
395 &clippedPathIBounds, devToAtlasOffset)) { in renderDeviceSpacePathInAtlas()
400 clippedPathIBounds, *devToAtlasOffset); in renderDeviceSpacePathInAtlas()
407 SkIRect* clippedPathIBounds, in placeRenderedPathInAtlas() argument
410 *clippedPathIBounds = pathIBounds; in placeRenderedPathInAtlas()
412 } else if (clippedPathIBounds->intersect(clipIBounds, pathIBounds)) { in placeRenderedPathInAtlas()
[all …]
DGrCCPerFlushResources.h125 GrScissorTest*, SkIRect* clippedPathIBounds,