Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/utils/debugger/
DSkDrawCommand.cpp337 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()
DSkDrawCommand.h206 class SkDrawBitmapNineCommand : public SkDrawCommand {
208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
DSkDebugCanvas.cpp481 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in drawBitmapNine()
/external/skia/src/utils/debugger/
DSkDrawCommand.cpp334 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()
DSkDrawCommand.h206 class SkDrawBitmapNineCommand : public SkDrawCommand {
208 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
DSkDebugCanvas.cpp491 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in drawBitmapNine()