Home
last modified time | relevance | path

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

/third_party/skia/tools/debugger/
DDebugCanvas.cpp436 this->addDrawCommand(new DrawImageLatticeCommand(image, lattice, dst, filter, paint)); in onDrawImageLattice2()
640 imageIndex = static_cast<const DrawImageLatticeCommand*>(command)->imageId(udm); in getImageIdToCommandMap()
DDrawCommand.cpp1230 DrawImageLatticeCommand::DrawImageLatticeCommand(const SkImage* image, in DrawImageLatticeCommand() function in DrawImageLatticeCommand
1242 void DrawImageLatticeCommand::execute(SkCanvas* canvas) const { in execute()
1246 bool DrawImageLatticeCommand::render(SkCanvas* canvas) const { in render()
1256 uint64_t DrawImageLatticeCommand::imageId(UrlDataManager& udm) const { in imageId()
1260 void DrawImageLatticeCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DDrawCommand.h282 class DrawImageLatticeCommand : public DrawCommand {
284 DrawImageLatticeCommand(const SkImage* image,