Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp173 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
383 if (!transform_path_pts(m, path, fLocalDevPtsBuffer, octoBounds)) { in renderShapeInAtlas()
416 fFiller.parseDeviceSpaceFill(path, fLocalDevPtsBuffer.begin(), enableScissorInAtlas, in renderShapeInAtlas()
424 path, fLocalDevPtsBuffer.begin(), stroke, strokeDevWidth, enableScissorInAtlas, in renderShapeInAtlas()
DGrCCPerFlushResources.h143 const SkAutoSTArray<32, SkPoint> fLocalDevPtsBuffer; variable