Searched refs:peekAhead (Results 1 – 1 of 1) sorted by relevance
133 PathStrokeList* peekAhead = head; in fetchRadialSegmentsPerRadian() local136 fStrokeWidths[i++] = peekAhead->fStroke.getWidth(); in fetchRadialSegmentsPerRadian()137 } while ((peekAhead = peekAhead->fNext) && i < 4); in fetchRadialSegmentsPerRadian()