Lines Matching defs:out
161 ostringstream out;
163 out << '[' << this->c1() << ", "
167 return out.str();
173 ostringstream out;
175 out << '[' << this->width() << ", "
178 return out.str();
197 ostringstream out;
199 out << '[';
200 out << rect.left << ", ";
201 out << rect.top << ", ";
202 out << rect.right << ", ";
203 out << rect.bottom;
204 out << ']';
206 return out.str();
687 // produced for cases where the conversion is impossible (e.g. out of gamut
716 // out of gamut colors are always converted to black.
741 * When conversion is impossible (e.g. out of gamut color) a color
760 * 1. Produce black if the input color is out of gamut.