Searched defs:INVAL_ALL_TYPE (Results 1 - 2 of 2) sorted by last modified time

/external/skia/samplecode/
H A DSamplePicture.cpp179 #define INVAL_ALL_TYPE "inval-all" macro
182 (new SkEvent(INVAL_ALL_TYPE, this->getSinkID()))->postDelay(delay);
186 if (evt.isType(INVAL_ALL_TYPE)) {
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePicture.cpp178 #define INVAL_ALL_TYPE "inval-all" macro
181 (new SkEvent(INVAL_ALL_TYPE, this->getSinkID()))->postDelay(delay);
185 if (evt.isType(INVAL_ALL_TYPE)) {

Completed in 88 milliseconds