Searched refs:fDrawMax (Results 1 – 3 of 3) sorted by relevance
30 fMaxTime(0), fMaker(maker), fDrawIndex(0), fDrawMax(0) { in SkActive()60 if (fDrawMax < fDrawIndex) in advance()61 fDrawMax = fDrawIndex; in advance()125 SkASSERT(fDrawMax == 0); // if true, we can optimize below quite a bit in appendSave()
83 int fDrawMax; variable
83 if (fActive->fDrawIndex == 0 && fActive->fDrawMax == 0) in activate()