Lines Matching defs:out
195 ostringstream out;
197 out << '[' << _l << ", " << _u << ']';
199 return out.str();
629 // are laid out on a diagonal starting from the upper left corner. With
1355 ostringstream out;
1357 out << _n << '/' << _d;
1359 return out.str();
1452 ostringstream out;
1459 out << ", ";
1461 out << id;
1465 out << " (" << transformType[idx].desc << ')';
1471 return out.str();
1476 ostringstream out;
1483 out << ", ";
1485 out << id;
1489 out << " (" << blendType[idx].desc << ')';
1495 return out.str();