Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.h26 int fMaxPointsPerPath = 0; member
170 fMaxPointsPerPath = SkTMax(fMaxPointsPerPath, path.countPoints()); in statPath()
DGrCCPerFlushResources.cpp153 : fLocalDevPtsBuffer(SkTMax(specs.fRenderedPathStats[kFillIdx].fMaxPointsPerPath, in GrCCPerFlushResources()
154 specs.fRenderedPathStats[kStrokeIdx].fMaxPointsPerPath) + 1) in GrCCPerFlushResources()