Lines Matching refs:strokeWidth
71 float strokeWidth) {
72 return .5f / acosf(std::max(1 - 2 / (parametricPrecision * strokeWidth), -1.f));
83 static float GetLocalStrokeWidth(const float matrixMinMaxScales[2], float strokeWidth) {
84 SkASSERT(strokeWidth >= 0);
85 float localStrokeWidth = strokeWidth;
107 static StrokeTolerances Make(const float matrixMinMaxScales[2], float strokeWidth) {
109 GetLocalStrokeWidth(matrixMinMaxScales, strokeWidth));
111 static StrokeTolerances MakeNonHairline(float matrixMaxScale, float strokeWidth) {
112 SkASSERT(strokeWidth > 0);
115 CalcNumRadialSegmentsPerRadian(parametricPrecision, strokeWidth)};