Searched refs:SkDrawBitmapRectCommand (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/debugger/ |
D | SkDrawCommand.h | 313 class SkDrawBitmapRectCommand : public SkDrawCommand { 315 SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, 321 static SkDrawBitmapRectCommand* fromJSON(Json::Value& command, UrlDataManager& urlDataManager);
|
D | SkDrawCommand.cpp | 2023 SkDrawBitmapRectCommand::SkDrawBitmapRectCommand(const SkBitmap& bitmap, const SkRect* src, in SkDrawBitmapRectCommand() function in SkDrawBitmapRectCommand 2054 void SkDrawBitmapRectCommand::execute(SkCanvas* canvas) const { in execute() 2058 bool SkDrawBitmapRectCommand::render(SkCanvas* canvas) const { in render() 2063 Json::Value SkDrawBitmapRectCommand::toJSON(UrlDataManager& urlDataManager) const { in toJSON() 2086 SkDrawBitmapRectCommand* SkDrawBitmapRectCommand::fromJSON(Json::Value& command, in fromJSON() 2120 SkDrawBitmapRectCommand* result = new SkDrawBitmapRectCommand(*bitmap, srcPtr, dst, paintPtr, in fromJSON()
|
D | SkDebugCanvas.cpp | 548 this->addDrawCommand(new SkDrawBitmapRectCommand(bitmap, src, dst, paint, in onDrawBitmapRect()
|