Home
last modified time | relevance | path

Searched refs:fInitialRing (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp140 fInitialRing.rewind(); in rewind()
259 this->createOuterRing(fInitialRing, in tessellate()
296 this->createOuterRing(fInitialRing, effectiveStrokeWidth / 2 - kAntialiasingRadius, in tessellate()
303 this->createOuterRing(fInitialRing, kAntialiasingRadius, 0.0f, &outerAARing); in tessellate()
308 if (SkStrokeRec::kStroke_Style == fStyle && fInitialRing.numPts() > 2) { in tessellate()
313 if (this->createInsetRings(fInitialRing, 0.0f, coverage, strokeDepth, coverage, in tessellate()
321 this->createInsetRings(fInitialRing, 0.0f, 0.5f, kAntialiasingRadius, 1.0f, &insetAARing); in tessellate()
466 fInitialRing.setReserve(this->numPts()); in extractFromPath()
468 fInitialRing.addIdx(i, i); in extractFromPath()
470 fInitialRing.init(fNorms, fBisectors); in extractFromPath()
[all …]
DGrAAConvexTessellator.h271 Ring fInitialRing; variable
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp140 fInitialRing.rewind(); in rewind()
259 this->createOuterRing(fInitialRing, in tessellate()
296 this->createOuterRing(fInitialRing, effectiveStrokeWidth / 2 - kAntialiasingRadius, in tessellate()
303 this->createOuterRing(fInitialRing, kAntialiasingRadius, 0.0f, &outerAARing); in tessellate()
308 if (SkStrokeRec::kStroke_Style == fStyle && fInitialRing.numPts() > 2) { in tessellate()
313 if (this->createInsetRings(fInitialRing, 0.0f, coverage, strokeDepth, coverage, in tessellate()
321 this->createInsetRings(fInitialRing, 0.0f, 0.5f, kAntialiasingRadius, 1.0f, &insetAARing); in tessellate()
466 fInitialRing.setReserve(this->numPts()); in extractFromPath()
468 fInitialRing.addIdx(i, i); in extractFromPath()
470 fInitialRing.init(fNorms, fBisectors); in extractFromPath()
[all …]
DGrAAConvexTessellator.h271 Ring fInitialRing; variable