Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp397 GrScissorTest enableScissorInAtlas; in renderShapeInAtlas() local
399 enableScissorInAtlas = GrScissorTest::kDisabled; in renderShapeInAtlas()
401 enableScissorInAtlas = GrScissorTest::kEnabled; in renderShapeInAtlas()
411 this->placeRenderedPathInAtlas(*devIBounds, enableScissorInAtlas, devToAtlasOffset); in renderShapeInAtlas()
416 fFiller.parseDeviceSpaceFill(path, fLocalDevPtsBuffer.begin(), enableScissorInAtlas, in renderShapeInAtlas()
424 path, fLocalDevPtsBuffer.begin(), stroke, strokeDevWidth, enableScissorInAtlas, in renderShapeInAtlas()
446 GrScissorTest enableScissorInAtlas; in renderDeviceSpacePathInAtlas() local
450 enableScissorInAtlas = GrScissorTest::kDisabled; in renderDeviceSpacePathInAtlas()
452 enableScissorInAtlas = GrScissorTest::kEnabled; in renderDeviceSpacePathInAtlas()
459 this->placeRenderedPathInAtlas(clippedPathIBounds, enableScissorInAtlas, devToAtlasOffset); in renderDeviceSpacePathInAtlas()
[all …]