Searched refs:SkDrawBitmapRectCommand (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 312 class SkDrawBitmapRectCommand : public SkDrawCommand { 314 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, 320 static SkDrawBitmapRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
|
D | SkDrawCommand.cpp | 2141 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()
|
D | SkDebugCanvas.cpp | 487 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect()
|