Home
last modified time | relevance | path

Searched refs:fDrawMax (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkAnimateActive.cpp30 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()
DSkAnimateActive.h83 int fDrawMax; variable
DSkDisplayApply.cpp83 if (fActive->fDrawIndex == 0 && fActive->fDrawMax == 0) in activate()