Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h267 class SkDrawBitmapRectCommand : public SkDrawCommand {
269 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src,
275 static SkDrawBitmapRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
DSkDrawCommand.cpp1855 SkDrawBitmapRectCommand::SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, in SkDrawBitmapRectCommand() function in SkDrawBitmapRectCommand
1886 void SkDrawBitmapRectCommand::execute(SkCanvas* canvas) const { in execute()
1890 bool SkDrawBitmapRectCommand::render(SkCanvas* canvas) const { in render()
1895 Json::Value SkDrawBitmapRectCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON()
1914 SkDrawBitmapRectCommand* SkDrawBitmapRectCommand::fromJSON(Json::Value& command, in fromJSON()
1948 SkDrawBitmapRectCommand* result = new SkDrawBitmapRectCommand(*bitmap, srcPtr, dst, paintPtr, in fromJSON()
DSkDebugCanvas.cpp403 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect()