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