Searched refs:SkDrawBitmapRectCommand (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/tools/ |
D | filtermain.cpp | 61 SkDrawBitmapRectCommand* dbmr = in check_0() 62 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+1); in check_0() 88 SkDrawBitmapRectCommand* dbmr = in apply_0() 89 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+1); in apply_0() 136 SkDrawBitmapRectCommand* dbmr = in check_1() 137 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+3); in check_1() 166 SkDrawBitmapRectCommand* dbmr = in apply_1() 167 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+3); in apply_1() 283 SkDrawBitmapRectCommand* dbmr = in check_4() 284 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+2); in check_4() [all …]
|
/external/skia/tools/ |
D | filtermain.cpp | 62 SkDrawBitmapRectCommand* dbmr = in check_0() 63 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+1); in check_0() 89 SkDrawBitmapRectCommand* dbmr = in apply_0() 90 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+1); in apply_0() 137 SkDrawBitmapRectCommand* dbmr = in check_1() 138 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+3); in check_1() 167 SkDrawBitmapRectCommand* dbmr = in apply_1() 168 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+3); in apply_1() 284 SkDrawBitmapRectCommand* dbmr = in check_4() 285 (SkDrawBitmapRectCommand*) canvas->getDrawCommandAt(curCommand+2); in check_4() [all …]
|
/external/chromium_org/third_party/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 367 SkDrawBitmapRectCommand::SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, in SkDrawBitmapRectCommand() function in SkDrawBitmapRectCommand 398 void SkDrawBitmapRectCommand::execute(SkCanvas* canvas) { in execute() 402 bool SkDrawBitmapRectCommand::render(SkCanvas* canvas) const { in render()
|
D | SkDrawCommand.h | 222 class SkDrawBitmapRectCommand : public SkDrawCommand { 224 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src,
|
D | SkDebugCanvas.cpp | 471 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, flags)); in drawBitmapRectToRect()
|
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 364 SkDrawBitmapRectCommand::SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, in SkDrawBitmapRectCommand() function in SkDrawBitmapRectCommand 395 void SkDrawBitmapRectCommand::execute(SkCanvas* canvas) { in execute() 399 bool SkDrawBitmapRectCommand::render(SkCanvas* canvas) const { in render()
|
D | SkDrawCommand.h | 222 class SkDrawBitmapRectCommand : public SkDrawCommand { 224 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src,
|
D | SkDebugCanvas.cpp | 481 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, flags)); in drawBitmapRectToRect()
|