Searched refs:SkDrawBitmapNineCommand (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 337 SkDrawBitmapNineCommand::SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center, in SkDrawBitmapNineCommand() function in SkDrawBitmapNineCommand 358 void SkDrawBitmapNineCommand::execute(SkCanvas* canvas) { in execute() 362 bool SkDrawBitmapNineCommand::render(SkCanvas* canvas) const { in render()
|
D | SkDrawCommand.h | 206 class SkDrawBitmapNineCommand : public SkDrawCommand { 208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
|
D | SkDebugCanvas.cpp | 481 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in drawBitmapNine()
|
/external/skia/src/utils/debugger/ |
D | SkDrawCommand.cpp | 334 SkDrawBitmapNineCommand::SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center, in SkDrawBitmapNineCommand() function in SkDrawBitmapNineCommand 355 void SkDrawBitmapNineCommand::execute(SkCanvas* canvas) { in execute() 359 bool SkDrawBitmapNineCommand::render(SkCanvas* canvas) const { in render()
|
D | SkDrawCommand.h | 206 class SkDrawBitmapNineCommand : public SkDrawCommand { 208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
|
D | SkDebugCanvas.cpp | 491 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in drawBitmapNine()
|