Home
last modified time | relevance | path

Searched refs:localStrokeWidth (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h85 float localStrokeWidth = strokeWidth; in GetLocalStrokeWidth() local
86 if (localStrokeWidth == 0) { // Is the stroke a hairline? in GetLocalStrokeWidth()
92 // localStrokeWidth ~= 1/matrixMinScale. in GetLocalStrokeWidth()
98 localStrokeWidth = 1/approxScale; in GetLocalStrokeWidth()
99 if (localStrokeWidth == 0) { in GetLocalStrokeWidth()
102 localStrokeWidth = SK_ScalarNearlyZero; in GetLocalStrokeWidth()
105 return localStrokeWidth; in GetLocalStrokeWidth()
H A DStrokeFixedCountTessellator.cpp264 float localStrokeWidth = StrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare() local
267 instanceWriter.parametricPrecision(), localStrokeWidth); in prepare()
H A DStrokeHardwareTessellator.cpp721 float localStrokeWidth = StrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare() local
724 patchWriter.parametricPrecision(), localStrokeWidth); in prepare()

Completed in 4 milliseconds