Home | History | Annotate | Download | only in utils

Lines Matching full:tostring

15 static void toString(const SkRect& r, SkString* str) {
21 static void toString(const SkIRect& r, SkString* str) {
53 static void toString(const SkPath& path, SkString* str) {
57 toString(path.getBounds(), str);
68 static const char* toString(SkRegion::Op op) {
75 static void toString(const SkRegion& rgn, SkString* str) {
76 toString(rgn.getBounds(), str);
84 static const char* toString(SkCanvas::VertexMode vm) {
91 static const char* toString(SkCanvas::PointMode pm) {
98 static const char* toString(SkBitmap::Config config) {
105 static void toString(const SkBitmap& bm, SkString* str) {
107 toString(bm.config()));
123 static void toString(const void* text, size_t len, SkPaint::TextEncoding enc,
244 toString(rect, &str);
245 this->dump(kClip_Verb, NULL, "clipRect(%s %s)", str.c_str(), toString(op));
251 toString(path, &str);
252 this->dump(kClip_Verb, NULL, "clipPath(%s %s)", str.c_str(), toString(op));
258 toString(deviceRgn, &str);
260 toString(op));
272 this->dump(kDrawPoints_Verb, &paint, "drawPoints(%s, %d)", toString(mode),
278 toString(rect, &str);
284 toString(path, &str);
291 toString(bitmap, &str);
299 toString(bitmap, &bs);
300 toString(dst, &rs);
306 toString(*src, &ss);
317 toString(bitmap, &bs);
326 toString(bitmap, &str);
334 toString(text, byteLength, paint.getTextEncoding(), &str, paint);
342 toString(text, byteLength, paint.getTextEncoding(), &str, paint);
352 toString(text, byteLength, paint.getTextEncoding(), &str, paint, xpos);
362 toString(text, byteLength, paint.getTextEncoding(), &str, paint);
391 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX),