Searched defs:SkDrawSpriteCommand (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp711 SkDrawSpriteCommand::SkDrawSpriteCommand(const SkBitmap& bitmap, int left, int top, function in class:SkDrawSpriteCommand
732 void SkDrawSpriteCommand::execute(SkCanvas* canvas) const {
736 bool SkDrawSpriteCommand::render(SkCanvas* canvas) const {
H A DSkDrawCommand.h523 class SkDrawSpriteCommand : public SkDrawCommand { class in inherits:SkDrawCommand
525 SkDrawSpriteCommand(const SkBitmap& bitmap, int left, int top, const SkPaint* paint);

Completed in 375 milliseconds