Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp267 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate() local
270 effectiveStrokeWidth / 2 + kAntialiasingRadius, 0.0, in tessellate()
304 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate() local
306 this->createOuterRing(fInitialRing, effectiveStrokeWidth / 2 - kAntialiasingRadius, in tessellate()
320 SkScalar effectiveStrokeWidth = scaleFactor * fStrokeWidth; in tessellate() local
322 SkScalar strokeDepth = effectiveStrokeWidth / 2 - kAntialiasingRadius; in tessellate()

Completed in 2 milliseconds