Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h76 static constexpr float kPathCropThreshold = 1 << 16; variable
DGrCCDrawPathsOp.cpp46 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()
85 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
DGrCoverageCountingPathRenderer.cpp209 if (SkTMax(pathDevBounds.height(), pathDevBounds.width()) > kPathCropThreshold) { in makeClipProcessor()