OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNINITIALIZED_MSEC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkMovie.cpp
14
#define
UNINITIALIZED_MSEC
((SkMSec)-1)
18
fInfo.fDuration =
UNINITIALIZED_MSEC
; // uninitialized
19
fCurrTime =
UNINITIALIZED_MSEC
; // uninitialized
25
if (fInfo.fDuration ==
UNINITIALIZED_MSEC
&& !this->onGetInfo(&fInfo))
71
if (fCurrTime ==
UNINITIALIZED_MSEC
) // uninitialized
/external/skia/src/images/
SkMovie.cpp
14
#define
UNINITIALIZED_MSEC
((SkMSec)-1)
18
fInfo.fDuration =
UNINITIALIZED_MSEC
; // uninitialized
19
fCurrTime =
UNINITIALIZED_MSEC
; // uninitialized
25
if (fInfo.fDuration ==
UNINITIALIZED_MSEC
&& !this->onGetInfo(&fInfo))
71
if (fCurrTime ==
UNINITIALIZED_MSEC
) // uninitialized
Completed in 187 milliseconds