Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h294 class SkDrawBitmapNineCommand : public SkDrawCommand {
296 SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center,
301 static SkDrawBitmapNineCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
DSkDrawCommand.cpp1954 SkDrawBitmapNineCommand::SkDrawBitmapNineCommand(const SkBitmap& bitmap, const SkIRect& center, in SkDrawBitmapNineCommand() function in SkDrawBitmapNineCommand
1975 void SkDrawBitmapNineCommand::execute(SkCanvas* canvas) const { in execute()
1979 bool SkDrawBitmapNineCommand::render(SkCanvas* canvas) const { in render()
1985 Json::Value SkDrawBitmapNineCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON()
1999 SkDrawBitmapNineCommand* SkDrawBitmapNineCommand::fromJSON(Json::Value& command, in fromJSON()
2018 SkDrawBitmapNineCommand* result = new SkDrawBitmapNineCommand(*bitmap, center, dst, paintPtr); in fromJSON()
DSkDebugCanvas.cpp554 this->addDrawCommand(new SkDrawBitmapNineCommand(bitmap, center, dst, paint)); in onDrawBitmapNine()