Lines Matching refs:Dumper
7 as text, and then sends that to a Dumper helper object.
14 class Dumper;
16 explicit SkDumpCanvas(Dumper* = 0);
44 class Dumper : public SkRefCnt {
50 Dumper* getDumper() const { return fDumper; }
51 void setDumper(Dumper*);
109 Dumper* fDumper;
120 class SkFormatDumper : public SkDumpCanvas::Dumper {
133 typedef SkDumpCanvas::Dumper INHERITED;
136 /** Subclass of Dumper that dumps the drawing command to SkDebugf