Home | History | Annotate | Download | only in ops

Lines Matching defs:Ring

67     // CandidateVerts holds the vertices for the next ring while they are
127 // The Ring holds a set of indices into the global pool that together define
129 class Ring {
142 // Upgrade this ring so that it can behave like an originating ring
228 void terminate(const Ring& lastRing);
234 void fanRing(const Ring& ring);
236 Ring* getNextRing(Ring* lastRing);
238 void createOuterRing(const Ring& previousRing, SkScalar outset, SkScalar coverage,
239 Ring* nextRing);
241 bool createInsetRings(Ring& previousRing, SkScalar initialDepth, SkScalar initialCoverage,
242 SkScalar targetDepth, SkScalar targetCoverage, Ring** finalRing);
244 bool createInsetRing(const Ring& lastRing, Ring* nextRing,
262 // needed for exterior ring creation and then handed off to the initial ring.
270 Ring fInitialRing;
273 SkTDArray<Ring*> fRings;
275 Ring fRings[2];