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
75
int
fDrawMax
;
SkAnimateActive.cpp
22
fMaxTime(0), fMaker(maker), fDrawIndex(0),
fDrawMax
(0) {
52
if (
fDrawMax
< fDrawIndex)
53
fDrawMax
= fDrawIndex;
117
SkASSERT(
fDrawMax
== 0); // if true, we can optimize below quite a bit
SkDisplayApply.cpp
75
if (fActive->fDrawIndex == 0 && fActive->
fDrawMax
== 0)
Completed in 68 milliseconds