#include <SkDumpCanvas.h>
Inherits SkDumpCanvas::Dumper.
Inherited by SkDebugfDumper.
Public Member Functions | |
SkFormatDumper (void(*)(const char text[], void *refcon), void *refcon) | |
virtual void | dump (SkDumpCanvas *, SkDumpCanvas::Verb, const char str[], const SkPaint *) |
Formats the draw commands, and send them to a function-pointer provided by the caller.
Definition at line 118 of file SkDumpCanvas.h.
SkFormatDumper::SkFormatDumper | ( | void(*)(const char text[], void *refcon) | , | |
void * | refcon | |||
) |
virtual void SkFormatDumper::dump | ( | SkDumpCanvas * | , | |
SkDumpCanvas::Verb | , | |||
const char | str[], | |||
const SkPaint * | ||||
) | [virtual] |
Implements SkDumpCanvas::Dumper.