Home | History | Annotate | Download | only in utils

Lines Matching defs:Dumper

14     as text, and then sends that to a Dumper helper object.
21 class Dumper;
23 explicit SkDumpCanvas(Dumper* = 0);
50 class Dumper : public SkRefCnt {
56 Dumper* getDumper() const { return fDumper; }
57 void setDumper(Dumper*);
110 Dumper* fDumper;
121 class SkFormatDumper : public SkDumpCanvas::Dumper {
134 typedef SkDumpCanvas::Dumper INHERITED;
137 /** Subclass of Dumper that dumps the drawing command to SkDebugf