Lines Matching refs:toString
27 static void toString(const SkRect& r, SkString* str) { in toString() function
33 static void toString(const SkIRect& r, SkString* str) { in toString() function
37 static void toString(const SkRRect& rrect, SkString* str) { in toString() function
93 static void toString(const SkPath& path, SkString* str) { in toString() function
97 toString(path.getBounds(), str); in toString()
108 static const char* toString(SkRegion::Op op) { in toString() function
115 static void toString(const SkRegion& rgn, SkString* str) { in toString() function
117 toString(rgn.getBounds(), str); in toString()
124 static const char* toString(SkCanvas::VertexMode vm) { in toString() function
131 static const char* toString(SkCanvas::PointMode pm) { in toString() function
138 static void toString(const void* text, size_t byteLen, SkPaint::TextEncoding enc, in toString() function
212 toString(*bounds, &str); in saveLayer()
256 matrix.toString(&str); in concat()
263 matrix.toString(&str); in setMatrix()
276 toString(rect, &str); in clipRect()
277 this->dump(kClip_Verb, NULL, "clipRect(%s %s %s)", str.c_str(), toString(op), in clipRect()
284 toString(rrect, &str); in clipRRect()
285 this->dump(kClip_Verb, NULL, "clipRRect(%s %s %s)", str.c_str(), toString(op), in clipRRect()
292 toString(path, &str); in clipPath()
293 this->dump(kClip_Verb, NULL, "clipPath(%s %s %s)", str.c_str(), toString(op), in clipPath()
300 toString(deviceRgn, &str); in clipRegion()
302 toString(op)); in clipRegion()
314 this->dump(kDrawPoints_Verb, &paint, "drawPoints(%s, %d)", toString(mode), in drawPoints()
320 toString(rect, &str); in drawOval()
326 toString(rect, &str); in drawRect()
332 toString(rrect, &str); in drawRRect()
338 toString(path, &str); in drawPath()
345 bitmap.toString(&str); in drawBitmap()
354 bitmap.toString(&bs); in drawBitmapRectToRect()
355 toString(dst, &rs); in drawBitmapRectToRect()
361 toString(*src, &ss); in drawBitmapRectToRect()
372 bitmap.toString(&bs); in drawBitmapMatrix()
373 m.toString(&ms); in drawBitmapMatrix()
381 bitmap.toString(&str); in drawSprite()
389 toString(text, byteLength, paint.getTextEncoding(), &str); in drawText()
397 toString(text, byteLength, paint.getTextEncoding(), &str); in drawPosText()
407 toString(text, byteLength, paint.getTextEncoding(), &str); in drawPosTextH()
417 toString(text, byteLength, paint.getTextEncoding(), &str); in drawTextOnPath()
438 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX), in drawVertices()