Home | History | Annotate | Download | only in hwc

Lines Matching defs:out

163     ostringstream out;
165 out << '[' << this->c1() << ", "
169 return out.str();
175 ostringstream out;
177 out << '[' << this->width() << ", "
180 return out.str();
199 ostringstream out;
201 out << '[';
202 out << rect.left << ", ";
203 out << rect.top << ", ";
204 out << rect.right << ", ";
205 out << rect.bottom;
206 out << ']';
208 return out.str();
690 // produced for cases where the conversion is impossible (e.g. out of gamut
719 // out of gamut colors are always converted to black.
744 * When conversion is impossible (e.g. out of gamut color) a color
763 * 1. Produce black if the input color is out of gamut.