HomeSort by relevance Sort by last modified time
    Searched full:draw_pos_text (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
RecordOptsTest.cpp 68 static void draw_pos_text(SkCanvas* canvas, const char* text, bool constantY) { function
83 draw_pos_text(&recorder, "This will be reduced to drawPosTextH.", true);
84 draw_pos_text(&recorder, "This cannot be reduced to drawPosTextH.", false);
97 draw_pos_text(&recorder, "This will be reduced to drawPosTextH.", true);
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 41 DRAW_POS_TEXT,
42 DRAW_POS_TEXT_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT
SkPicturePlayback.cpp 354 case DRAW_POS_TEXT: {
SkPictureRecord.cpp 91 1, // DRAW_POS_TEXT - right after op code
    [all...]
  /external/skia/src/core/
SkPicture.cpp 76 case DRAW_POS_TEXT: return "DRAW_POS_TEXT";
SkPictureFlat.h 42 DRAW_POS_TEXT,
43 DRAW_POS_TEXT_TOP_BOTTOM, // fast variant of DRAW_POS_TEXT
SkPicturePlayback.cpp     [all...]
SkPictureRecord.cpp 99 1, // DRAW_POS_TEXT - right after op code
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 51 case DRAW_POS_TEXT: return "Draw Pos Text";
600 : INHERITED(DRAW_POS_TEXT) {
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 49 case DRAW_POS_TEXT: return "Draw Pos Text";
577 : INHERITED(DRAW_POS_TEXT) {
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 257 fCurType = DRAW_POS_TEXT;
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 226 fCurType = DRAW_POS_TEXT;
    [all...]

Completed in 533 milliseconds