Home
last modified time | relevance | path

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

/external/skqp/tools/debugger/
DSkDrawCommand.h242 class SkDrawBitmapLatticeCommand : public SkDrawCommand {
244 SkDrawBitmapLatticeCommand(const SkBitmap& bitmap, const SkCanvas::Lattice& lattice,
DSkDrawCommand.cpp1225 SkDrawBitmapLatticeCommand::SkDrawBitmapLatticeCommand(const SkBitmap& bitmap, in SkDrawBitmapLatticeCommand() function in SkDrawBitmapLatticeCommand
1234 void SkDrawBitmapLatticeCommand::execute(SkCanvas* canvas) const { in execute()
1238 bool SkDrawBitmapLatticeCommand::render(SkCanvas* canvas) const { in render()
1248 void SkDrawBitmapLatticeCommand::toJSON(SkJSONWriter& writer, UrlDataManager& urlDataManager) const… in toJSON()
DSkDebugCanvas.cpp326 this->addDrawCommand(new SkDrawBitmapLatticeCommand(bitmap, lattice, dst, paint)); in onDrawBitmapLattice()