Searched refs:kPathCropThreshold (Results 1 – 4 of 4) sorted by relevance
65 static constexpr float kPathCropThreshold = 1 << 16; variable
73 static constexpr float kPathCropThreshold = 1 << 16; variable
45 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()83 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
172 if (SkTMax(pathDevBounds.height(), pathDevBounds.width()) > kPathCropThreshold) { in makeClipProcessor()