Lines Matching refs:dump
182 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint,
193 fDumper->dump(this, verb, buffer, paint);
200 this->dump(kSave_Verb, NULL, "save(0x%X)", flags);
220 this->dump(kSave_Verb, paint, str.c_str());
226 this->dump(kRestore_Verb, NULL, "restore");
230 this->dump(kMatrix_Verb, NULL, "translate(%g %g)",
236 this->dump(kMatrix_Verb, NULL, "scale(%g %g)",
242 this->dump(kMatrix_Verb, NULL, "rotate(%g)", SkScalarToFloat(degrees));
247 this->dump(kMatrix_Verb, NULL, "skew(%g %g)",
255 this->dump(kMatrix_Verb, NULL, "concat(%s)", str.c_str());
262 this->dump(kMatrix_Verb, NULL, "setMatrix(%s)", str.c_str());
275 this->dump(kClip_Verb, NULL, "clipRect(%s %s %s)", str.c_str(), toString(op),
283 this->dump(kClip_Verb, NULL, "clipRRect(%s %s %s)", str.c_str(), toString(op),
291 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op),
299 this->dump(kClip_Verb, NULL, "clipRegion(%s %s)", str.c_str(),
307 this->dump(kDrawPaint_Verb, &paint, "drawPaint()");
312 this->dump(kDrawPoints_Verb, &paint, "drawPoints(%s, %d)", toString(mode),
319 this->dump(kDrawOval_Verb, &paint, "drawOval(%s)", str.c_str());
325 this->dump(kDrawRect_Verb, &paint, "drawRect(%s)", str.c_str());
331 this->dump(kDrawRRect_Verb, &paint, "drawRRect(%s)", str.c_str());
337 this->dump(kDrawPath_Verb, &paint, "drawPath(%s)", str.c_str());
344 this->dump(kDrawBitmap_Verb, paint, "drawBitmap(%s %g %g)", str.c_str(),
362 this->dump(kDrawBitmap_Verb, paint, "drawBitmapRectToRect(%s %s)",
371 this->dump(kDrawBitmap_Verb, paint, "drawBitmapMatrix(%s %s)",
379 this->dump(kDrawBitmap_Verb, paint, "drawSprite(%s %d %d)", str.c_str(),
387 this->dump(kDrawText_Verb, &paint, "drawText(%s [%d] %g %g)", str.c_str(),
395 this->dump(kDrawText_Verb, &paint, "drawPosText(%s [%d] %g %g ...)",
405 this->dump(kDrawText_Verb, &paint, "drawPosTextH(%s [%d] %g %g ...)",
415 this->dump(kDrawText_Verb, &paint, "drawTextOnPath(%s [%d])",
420 this->dump(kDrawPicture_Verb, NULL, "drawPicture(%p) %d:%d", &picture,
425 this->dump(kDrawPicture_Verb, NULL, "endPicture(%p) %d:%d", &picture,
434 this->dump(kDrawVertices_Verb, &paint, "drawVertices(%s [%d] %g %g ...)",
440 // this->dump(kDrawData_Verb, NULL, "drawData(%d)", length);
441 this->dump(kDrawData_Verb, NULL, "drawData(%d) %.*s", length,
466 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb,