Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkDumpCanvas.h120 class SkFormatDumper : public SkDumpCanvas::Dumper {
122 SkFormatDumper(void (*)(const char text[], void* refcon), void* refcon);
138 class SkDebugfDumper : public SkFormatDumper {
143 typedef SkFormatDumper INHERITED;
/external/skia/src/utils/
DSkDumpCanvas.cpp391 SkFormatDumper::SkFormatDumper(void (*proc)(const char*, void*), void* refcon) { in SkFormatDumper() function in SkFormatDumper
414 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp2667 SkFormatDumper dumper(dumpToFile, file); in nativeDumpDisplayTree()