Searched refs:kPathCropThreshold (Results 1 – 3 of 3) sorted by relevance
76 static constexpr float kPathCropThreshold = 1 << 16; variable
46 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()85 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
209 if (SkTMax(pathDevBounds.height(), pathDevBounds.width()) > kPathCropThreshold) { in makeClipProcessor()