Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrAAConvexTessellator.cpp150 fInitialRing.rewind(); in rewind()
269 this->createOuterRing(fInitialRing, in tessellate()
306 this->createOuterRing(fInitialRing, effectiveStrokeWidth / 2 - kAntialiasingRadius, in tessellate()
313 this->createOuterRing(fInitialRing, kAntialiasingRadius, 0.0f, &outerAARing); in tessellate()
318 if (SkStrokeRec::kStroke_Style == fStyle && fInitialRing.numPts() > 2) { in tessellate()
323 if (this->createInsetRings(fInitialRing, 0.0f, coverage, strokeDepth, coverage, in tessellate()
331 this->createInsetRings(fInitialRing, 0.0f, 0.5f, kAntialiasingRadius, 1.0f, &insetAARing); in tessellate()
483 fInitialRing.setReserve(this->numPts());
485 fInitialRing.addIdx(i, i);
487 fInitialRing
[all...]
H A DGrAAConvexTessellator.h271 Ring fInitialRing; member in GrAAConvexTessellator

Completed in 3 milliseconds