Searched refs:SkDrawBitmapLatticeCommand (Results 1 – 3 of 3) sorted by relevance
242 class SkDrawBitmapLatticeCommand : public SkDrawCommand {244 SkDrawBitmapLatticeCommand(const SkBitmap& bitmap, const SkCanvas::Lattice& lattice,
1225 SkDrawBitmapLatticeCommand::SkDrawBitmapLatticeCommand(const SkBitmap& bitmap, in SkDrawBitmapLatticeCommand() function in SkDrawBitmapLatticeCommand1234 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()
326 this->addDrawCommand(new SkDrawBitmapLatticeCommand(bitmap, lattice, dst, paint)); in onDrawBitmapLattice()