Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkDrawCommand.h312 class SkDrawBitmapRectCommand : public SkDrawCommand {
314 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src,
320 static SkDrawBitmapRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
DSkDrawCommand.cpp2141 SkDrawBitmapRectCommand::SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, in SkDrawBitmapRectCommand() function in SkDrawBitmapRectCommand
2172 void SkDrawBitmapRectCommand::execute(SkCanvas* canvas) const { in execute()
2176 bool SkDrawBitmapRectCommand::render(SkCanvas* canvas) const { in render()
2181 Json::Value SkDrawBitmapRectCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON()
2204 SkDrawBitmapRectCommand* SkDrawBitmapRectCommand::fromJSON(Json::Value& command, in fromJSON()
2238 SkDrawBitmapRectCommand* result = new SkDrawBitmapRectCommand(*bitmap, srcPtr, dst, paintPtr, in fromJSON()
DSkDebugCanvas.cpp487 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect()