Searched refs:localStrokeWidth (Results 1 – 3 of 3) sorted by relevance
81 float localStrokeWidth = strokeWidth; in GetLocalStrokeWidth() local82 if (localStrokeWidth == 0) { // Is the stroke a hairline? in GetLocalStrokeWidth()94 localStrokeWidth = 1/approxScale; in GetLocalStrokeWidth()95 if (localStrokeWidth == 0) { in GetLocalStrokeWidth()98 localStrokeWidth = SK_ScalarNearlyZero; in GetLocalStrokeWidth()101 return localStrokeWidth; in GetLocalStrokeWidth()
217 float localStrokeWidth = GrStrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare() local220 instanceWriter.parametricPrecision(), localStrokeWidth); in prepare()
690 float localStrokeWidth = GrStrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare() local693 patchWriter.parametricPrecision(), localStrokeWidth); in prepare()