OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDrawMax
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkAnimateActive.h
83
int
fDrawMax
;
SkAnimateActive.cpp
30
fMaxTime(0), fMaker(maker), fDrawIndex(0),
fDrawMax
(0) {
60
if (
fDrawMax
< fDrawIndex)
61
fDrawMax
= fDrawIndex;
125
SkASSERT(
fDrawMax
== 0); // if true, we can optimize below quite a bit
SkDisplayApply.cpp
83
if (fActive->fDrawIndex == 0 && fActive->
fDrawMax
== 0)
Completed in 18 milliseconds