HomeSort by relevance Sort by last modified time
    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