OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVAL_ALL_TYPE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SamplePicture.cpp
179
#define
INVAL_ALL_TYPE
"inval-all"
182
(new SkEvent(
INVAL_ALL_TYPE
, this->getSinkID()))->postDelay(delay);
186
if (evt.isType(
INVAL_ALL_TYPE
)) {
/external/skia/samplecode/
SamplePicture.cpp
179
#define
INVAL_ALL_TYPE
"inval-all"
182
(new SkEvent(
INVAL_ALL_TYPE
, this->getSinkID()))->postDelay(delay);
186
if (evt.isType(
INVAL_ALL_TYPE
)) {
Completed in 39 milliseconds