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

  /external/chromium_org/third_party/skia/gm/
optimizations.cpp 40 // DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
59 (*preOptPattern)[2] = DRAW_BITMAP_RECT_TO_RECT;
68 (*postOptPattern)[2] = DRAW_BITMAP_RECT_TO_RECT;
77 (*postOptPattern)[3] = DRAW_BITMAP_RECT_TO_RECT;
164 // DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
186 (*preOptPattern)[4] = DRAW_BITMAP_RECT_TO_RECT;
198 (*postOptPattern)[4] = DRAW_BITMAP_RECT_TO_RECT;
210 (*postOptPattern)[5] = DRAW_BITMAP_RECT_TO_RECT;
  /external/skia/gm/
optimizations.cpp 40 // DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
59 (*preOptPattern)[2] = DRAW_BITMAP_RECT_TO_RECT;
68 (*postOptPattern)[2] = DRAW_BITMAP_RECT_TO_RECT;
77 (*postOptPattern)[3] = DRAW_BITMAP_RECT_TO_RECT;
164 // DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
186 (*preOptPattern)[4] = DRAW_BITMAP_RECT_TO_RECT;
198 (*postOptPattern)[4] = DRAW_BITMAP_RECT_TO_RECT;
210 (*postOptPattern)[5] = DRAW_BITMAP_RECT_TO_RECT;
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 48 // DRAW_BITMAP_RECT_TO_RECT
54 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+1)->getType() ||
119 // DRAW_BITMAP_RECT_TO_RECT
128 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+3)->getType() ||
269 // DRAW_BITMAP_RECT_TO_RECT
276 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
369 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+8)->getType() ||
539 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
613 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
  /external/skia/tools/
filtermain.cpp 49 // DRAW_BITMAP_RECT_TO_RECT
55 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+1)->getType() ||
120 // DRAW_BITMAP_RECT_TO_RECT
129 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+3)->getType() ||
270 // DRAW_BITMAP_RECT_TO_RECT
277 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
370 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+8)->getType() ||
540 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
614 DRAW_BITMAP_RECT_TO_RECT != canvas->getDrawCommandAt(curCommand+2)->getType() ||
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 33 DRAW_BITMAP_RECT_TO_RECT,
SkPictureRecord.cpp 83 1, // DRAW_BITMAP_RECT_TO_RECT - right after op code
285 DRAW_BITMAP_NINE != op && DRAW_BITMAP_RECT_TO_RECT != op) {
321 * DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
370 DRAW_BITMAP_RECT_TO_RECT == dbmInfo.fActualOp);
433 * DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
    [all...]
SkPicturePlayback.cpp 251 case DRAW_BITMAP_RECT_TO_RECT: {
  /external/skia/src/core/
SkPicture.cpp 68 case DRAW_BITMAP_RECT_TO_RECT: return "DRAW_BITMAP_RECT_TO_RECT";
SkPictureFlat.h 34 DRAW_BITMAP_RECT_TO_RECT,
SkPictureRecord.cpp 91 1, // DRAW_BITMAP_RECT_TO_RECT - right after op code
305 DRAW_BITMAP_NINE != op && DRAW_BITMAP_RECT_TO_RECT != op) {
342 * DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
391 DRAW_BITMAP_RECT_TO_RECT == dbmInfo.fActualOp);
454 * DRAW_BITMAP|DRAW_BITMAP_MATRIX|DRAW_BITMAP_NINE|DRAW_BITMAP_RECT_TO_RECT
    [all...]
SkPicturePlayback.cpp     [all...]
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 42 case DRAW_BITMAP_RECT_TO_RECT: return "Draw Bitmap Rect";
367 : INHERITED(DRAW_BITMAP_RECT_TO_RECT) {
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 44 case DRAW_BITMAP_RECT_TO_RECT: return "Draw Bitmap Rect";
370 : INHERITED(DRAW_BITMAP_RECT_TO_RECT) {

Completed in 162 milliseconds