Searched refs:SkFormatDumper (Results 1 – 2 of 2) sorted by relevance
147 class SkFormatDumper : public SkDumpCanvas::Dumper {149 SkFormatDumper(void (*)(const char text[], void* refcon), void* refcon);165 class SkDebugfDumper : public SkFormatDumper {170 typedef SkFormatDumper INHERITED;
508 SkFormatDumper::SkFormatDumper(void (*proc)(const char*, void*), void* refcon) { in SkFormatDumper() function in SkFormatDumper526 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()