Lines Matching defs:desc
1330 void SkRegion::dump(std::string& desc, int depth) const {
1332 desc += split + "\n SkRegion:{ \n";
1334 desc += split + " rgn: empty\n";
1336 desc += split + " rgn:\n";
1337 desc += split + "\t fBounds.fLeft:" + std::to_string(fBounds.fLeft) + "\n";
1338 desc += split + "\t fBounds.fTop:" + std::to_string(fBounds.fTop) + "\n";
1339 desc += split + "\t fBounds.fRight:" + std::to_string(fBounds.fRight) + "\n";
1340 desc += split + "\t fBounds.fBottom:" + std::to_string(fBounds.fBottom) + "\n";
1343 desc += split + "\t fRunHead->readonly_runs():";
1346 desc += " " + std::to_string(runs[i]);
1348 desc += "\n";
1351 desc += split + "}\n";