Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
H A DStrokeTessellator.h135 PathStrokeList* peekAhead = head; in fetchRadialSegmentsPerRadian() local
138 fStrokeWidths[i++] = peekAhead->fStroke.getWidth(); in fetchRadialSegmentsPerRadian()
139 } while ((peekAhead = peekAhead->fNext) && i < 4); in fetchRadialSegmentsPerRadian()

Completed in 1 milliseconds