Home
last modified time | relevance | path

Searched refs:SkFormatDumper (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkDumpCanvas.h147 class SkFormatDumper : public SkDumpCanvas::Dumper {
149 SkFormatDumper(void (*)(const char text[], void* refcon), void* refcon);
165 class SkDebugfDumper : public SkFormatDumper {
170 typedef SkFormatDumper INHERITED;
/external/skia/src/utils/
DSkDumpCanvas.cpp508 SkFormatDumper::SkFormatDumper(void (*proc)(const char*, void*), void* refcon) { in SkFormatDumper() function in SkFormatDumper
526 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()