Home | History | Annotate | Download | only in utils

Lines Matching full:appendf

29     str->appendf("[%g,%g %g:%g]",
35 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
40 str->appendf("[%g,%g %g:%g]",
47 str->appendf("(%g,%g)", rad.x(), rad.y());
55 str->appendf("(%g,%g %g,%g %g,%g %g,%g)",
69 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
72 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
75 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
79 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
144 str->appendf("\"%.*s\"%s", SkMax32(byteLen, 32), (const char*) text,
148 str->appendf("\"%.*ls\"%s", SkMax32(byteLen, 32), (const wchar_t*) text,
152 str->appendf("\"%.*ls\"%s", SkMax32(byteLen, 32), (const wchar_t*) text,
217 str.appendf(" alpha:0x%02X", paint->getAlpha());
220 str.appendf(" xfermode:%p", paint->getXfermode());
470 str->appendf(" %s:%p", name, ptr);
477 str->appendf(" %s:%p", name, ptr);
496 msg.appendf(" color:0x%08X flags:%X", p->getColor(), p->getFlags());
505 msg.appendf(" textSize:%g", SkScalarToFloat(p->getTextSize()));
510 msg.appendf(" strokeWidth:%g", SkScalarToFloat(p->getStrokeWidth()));