Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DDebugCanvas.cpp418 this->addDrawCommand(new DrawImageLatticeCommand(image, lattice, dst, filter, paint)); in onDrawImageLattice2()
622 imageIndex = static_cast<const DrawImageLatticeCommand*>(command)->imageId(udm); in getImageIdToCommandMap()
DDrawCommand.cpp1234 DrawImageLatticeCommand::DrawImageLatticeCommand(const SkImage* image, in DrawImageLatticeCommand() function in DrawImageLatticeCommand
1246 void DrawImageLatticeCommand::execute(SkCanvas* canvas) const { in execute()
1250 bool DrawImageLatticeCommand::render(SkCanvas* canvas) const { in render()
1260 uint64_t DrawImageLatticeCommand::imageId(UrlDataManager& udm) const { in imageId()
1264 void DrawImageLatticeCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const { in toJSON()
DDrawCommand.h272 class DrawImageLatticeCommand : public DrawCommand {
274 DrawImageLatticeCommand(const SkImage* image,