Searched refs:SkFormatDumper (Results 1 – 3 of 3) sorted by relevance
120 class SkFormatDumper : public SkDumpCanvas::Dumper {122 SkFormatDumper(void (*)(const char text[], void* refcon), void* refcon);138 class SkDebugfDumper : public SkFormatDumper {143 typedef SkFormatDumper INHERITED;
391 SkFormatDumper::SkFormatDumper(void (*proc)(const char*, void*), void* refcon) { in SkFormatDumper() function in SkFormatDumper414 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()
2667 SkFormatDumper dumper(dumpToFile, file); in nativeDumpDisplayTree()