Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h65 static constexpr float kPathCropThreshold = 1 << 16; variable
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h73 static constexpr float kPathCropThreshold = 1 << 16; variable
DGrCCDrawPathsOp.cpp45 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()
83 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
DGrCoverageCountingPathRenderer.cpp172 if (SkTMax(pathDevBounds.height(), pathDevBounds.width()) > kPathCropThreshold) { in makeClipProcessor()