Searched refs:SkFormatDumper (Results 1 – 3 of 3) sorted by relevance
121 class SkFormatDumper : public SkDumpCanvas::Dumper {123 SkFormatDumper(void (*)(const char text[], void* refcon), void* refcon);139 class SkDebugfDumper : public SkFormatDumper {144 typedef SkFormatDumper INHERITED;
396 SkFormatDumper::SkFormatDumper(void (*proc)(const char*, void*), void* refcon) { in SkFormatDumper() function in SkFormatDumper419 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()
1145 SkFormatDumper dumper(dumpToFile, file); in nativeDumpDisplayTree()