Home
last modified time | relevance | path

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

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