Lines Matching refs:fIndex
70 , fIndex(0) in ReplaceDraw()
97 for (fIndex = 0; fIndex < fOps.count(); ++fIndex) { in draw()
102 record->visit<void>(fOps[fIndex], *this); in draw()
106 for (fIndex = 0; fIndex < (int) record->count(); ++fIndex) { in draw()
111 record->visit<void>(fIndex, *this); in draw()
126 drawPictureOffset = fOps[fIndex]; in operator ()()
128 drawPictureOffset = fIndex; in operator ()()
155 startOffset = fOps[fIndex]; in operator ()()
157 startOffset = fIndex; in operator ()()
173 while (fOps[fIndex] < layer->stop()) { in operator ()()
174 ++fIndex; in operator ()()
176 SkASSERT(fOps[fIndex] == layer->stop()); in operator ()()
178 fIndex = layer->stop(); in operator ()()
199 int fIndex; member in ReplaceDraw