Lines Matching refs:SkDumpCanvas

170 SkDumpCanvas::SkDumpCanvas(Dumper* dumper) : INHERITED(WIDE_OPEN, WIDE_OPEN) {  in SkDumpCanvas()  function in SkDumpCanvas
176 SkDumpCanvas::~SkDumpCanvas() { in ~SkDumpCanvas()
180 void SkDumpCanvas::dump(Verb verb, const SkPaint* paint, in dump()
197 void SkDumpCanvas::willSave() { in willSave()
202 SkCanvas::SaveLayerStrategy SkDumpCanvas::willSaveLayer(const SkRect* bounds, const SkPaint* paint, in willSaveLayer()
222 void SkDumpCanvas::willRestore() { in willRestore()
227 void SkDumpCanvas::didConcat(const SkMatrix& matrix) { in didConcat()
250 void SkDumpCanvas::didSetMatrix(const SkMatrix& matrix) { in didSetMatrix()
259 const char* SkDumpCanvas::EdgeStyleToAAString(ClipEdgeStyle edgeStyle) { in EdgeStyleToAAString()
263 void SkDumpCanvas::onClipRect(const SkRect& rect, SkRegion::Op op, ClipEdgeStyle edgeStyle) { in onClipRect()
271 void SkDumpCanvas::onClipRRect(const SkRRect& rrect, SkRegion::Op op, ClipEdgeStyle edgeStyle) { in onClipRRect()
279 void SkDumpCanvas::onClipPath(const SkPath& path, SkRegion::Op op, ClipEdgeStyle edgeStyle) { in onClipPath()
287 void SkDumpCanvas::onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op) { in onClipRegion()
297 void SkDumpCanvas::onDrawPaint(const SkPaint& paint) { in onDrawPaint()
301 void SkDumpCanvas::onDrawPoints(PointMode mode, size_t count, in onDrawPoints()
307 void SkDumpCanvas::onDrawOval(const SkRect& rect, const SkPaint& paint) { in onDrawOval()
313 void SkDumpCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) { in onDrawRect()
319 void SkDumpCanvas::onDrawRRect(const SkRRect& rrect, const SkPaint& paint) { in onDrawRRect()
325 void SkDumpCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, in onDrawDRRect()
334 void SkDumpCanvas::onDrawPath(const SkPath& path, const SkPaint& paint) { in onDrawPath()
340 void SkDumpCanvas::onDrawBitmap(const SkBitmap& bitmap, SkScalar x, SkScalar y, in onDrawBitmap()
348 void SkDumpCanvas::onDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src, const SkRect& dst, in onDrawBitmapRect()
366 void SkDumpCanvas::onDrawBitmapNine(const SkBitmap& bitmap, const SkIRect& center, in onDrawBitmapNine()
376 void SkDumpCanvas::onDrawImage(const SkImage* image, SkScalar x, SkScalar y, const SkPaint* paint) { in onDrawImage()
383 void SkDumpCanvas::onDrawImageRect(const SkImage* image, const SkRect* src, const SkRect& dst, in onDrawImageRect()
401 void SkDumpCanvas::onDrawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint* paint) { in onDrawSprite()
408 void SkDumpCanvas::onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y, in onDrawText()
416 void SkDumpCanvas::onDrawPosText(const void* text, size_t byteLength, const SkPoint pos[], in onDrawPosText()
425 void SkDumpCanvas::onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], in onDrawPosTextH()
434 void SkDumpCanvas::onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, in onDrawTextOnPath()
442 void SkDumpCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, in onDrawTextBlob()
450 void SkDumpCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, in onDrawPicture()
463 void SkDumpCanvas::onDrawVertices(VertexMode vmode, int vertexCount, in onDrawVertices()
473 void SkDumpCanvas::onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], in onDrawPatch()
493 void SkDumpCanvas::beginCommentGroup(const char* description) { in beginCommentGroup()
497 void SkDumpCanvas::addComment(const char* kywd, const char* value) { in addComment()
501 void SkDumpCanvas::endCommentGroup() { in endCommentGroup()
526 void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb, in dump()
549 if (SkDumpCanvas::kDrawText_Verb == verb) { in dump()