Lines Matching full:c_str
103 str->append(s.c_str());
218 this->dump(kSave_Verb, paint, str.c_str());
243 this->dump(kMatrix_Verb, nullptr, "concat(%s)", str.c_str());
253 this->dump(kMatrix_Verb, nullptr, "setMatrix(%s)", str.c_str());
266 this->dump(kClip_Verb, nullptr, "clipRect(%s %s %s)", str.c_str(), toString(op),
274 this->dump(kClip_Verb, nullptr, "clipRRect(%s %s %s)", str.c_str(), toString(op),
282 this->dump(kClip_Verb, nullptr, "clipPath(%s %s %s)", str.c_str(), toString(op),
290 this->dump(kClip_Verb, nullptr, "clipRegion(%s %s)", str.c_str(),
310 this->dump(kDrawOval_Verb, &paint, "drawOval(%s)", str.c_str());
316 this->dump(kDrawRect_Verb, &paint, "drawRect(%s)", str.c_str());
322 this->dump(kDrawDRRect_Verb, &paint, "drawRRect(%s)", str.c_str());
331 str0.c_str(), str1.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(),
359 rs.prependf("%s ", ss.c_str());
362 this->dump(kDrawBitmap_Verb, paint, "drawBitmapRect(%s %s)", bs.c_str(), rs.c_str());
371 this->dump(kDrawBitmap_Verb, paint, "drawBitmapNine(%s %s %s)", str.c_str(),
372 centerStr.c_str(), dstStr.c_str());
378 this->dump(kDrawBitmap_Verb, paint, "drawImage(%s %g %g)", str.c_str(),
393 rs.prependf("%s ", ss.c_str());
397 bs.c_str(), rs.c_str());
404 this->dump(kDrawText_Verb, &paint, "drawText(%s [%d] %g %g)", str.c_str(),
413 str.c_str(), byteLength, SkScalarToFloat(pos[0].fX),
422 str.c_str(), byteLength, SkScalarToFloat(xpos[0]),
431 str.c_str(), byteLength);
438 this->dump(kDrawText_Verb, &paint, "drawTextBlob(%p) [%s]", blob, str.c_str());
518 msg.printf("%s%s", tab.c_str(), str);
539 fProc(msg.c_str(), fRefcon);