Lines Matching defs:out
196 ostringstream out;
198 out << '[' << _l << ", " << _u << ']';
200 return out.str();
631 // are laid out on a diagonal starting from the upper left corner. With
1357 ostringstream out;
1359 out << _n << '/' << _d;
1361 return out.str();
1454 ostringstream out;
1461 out << ", ";
1463 out << id;
1467 out << " (" << transformType[idx].desc << ')';
1473 return out.str();
1478 ostringstream out;
1485 out << ", ";
1487 out << id;
1491 out << " (" << blendType[idx].desc << ')';
1497 return out.str();