HomeSort by relevance Sort by last modified time
    Searched refs:DRAW_CLEAR (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 59 case DRAW_CLEAR: return "DRAW_CLEAR";
SkPictureFlat.h 40 DRAW_CLEAR,
SkPicturePlayback.cpp 901 case DRAW_CLEAR:
    [all...]
SkPictureRecord.cpp 83 0, // DRAW_CLEAR - no paint
849 size_t initialOffset = this->addDraw(DRAW_CLEAR, &size);
    [all...]
  /external/skia/src/core/
SkPicture.cpp 59 case DRAW_CLEAR: return "DRAW_CLEAR";
SkPictureFlat.h 40 DRAW_CLEAR,
SkPicturePlayback.cpp 901 case DRAW_CLEAR:
    [all...]
SkPictureRecord.cpp 83 0, // DRAW_CLEAR - no paint
849 size_t initialOffset = this->addDraw(DRAW_CLEAR, &size);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 31 case DRAW_CLEAR: return "Clear";
82 fDrawType = DRAW_CLEAR;
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 31 case DRAW_CLEAR: return "Clear";
82 fDrawType = DRAW_CLEAR;

Completed in 42 milliseconds