Searched refs:SkDrawBitmapNineCommand (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp334 SkDrawBitmapNineCommand::SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center, function in class:SkDrawBitmapNineCommand
355 void SkDrawBitmapNineCommand::execute(SkCanvas* canvas) {
359 bool SkDrawBitmapNineCommand::render(SkCanvas* canvas) const {
H A DSkDrawCommand.h206 class SkDrawBitmapNineCommand : public SkDrawCommand { class in inherits:SkDrawCommand
208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
H A DSkDebugCanvas.cpp491 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint));
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.h206 class SkDrawBitmapNineCommand : public SkDrawCommand { class in inherits:SkDrawCommand
208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
H A DSkDrawCommand.cpp337 SkDrawBitmapNineCommand::SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center, function in class:SkDrawBitmapNineCommand
358 void SkDrawBitmapNineCommand::execute(SkCanvas* canvas) {
362 bool SkDrawBitmapNineCommand::render(SkCanvas* canvas) const {
H A DSkDebugCanvas.cpp481 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint));

Completed in 831 milliseconds