HomeSort by relevance Sort by last modified time
    Searched defs:kDrawComplete (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureStateTree.h 77 /** Returns the next offset into the picture stream, or kDrawComplete if complete. */
79 static const uint32_t kDrawComplete = SK_MaxU32;
SkPicturePlayback.cpp 671 // kDrawComplete will be the signal that we have reached the end of
673 static const uint32_t kDrawComplete = SK_MaxU32;
700 if (kDrawComplete == skipTo) {
755 if (kDrawComplete == skipTo) {
    [all...]
  /external/skia/src/core/
SkPictureStateTree.h 77 /** Returns the next offset into the picture stream, or kDrawComplete if complete. */
79 static const uint32_t kDrawComplete = SK_MaxU32;
SkPicturePlayback.cpp 671 // kDrawComplete will be the signal that we have reached the end of
673 static const uint32_t kDrawComplete = SK_MaxU32;
700 if (kDrawComplete == skipTo) {
755 if (kDrawComplete == skipTo) {
    [all...]

Completed in 155 milliseconds