Lines Matching defs:out
109 io::OutputStream* out = (io::OutputStream*)png_get_io_ptr(png_ptr);
114 if (!out->Next(&out_buffer, &out_len)) {
115 if (out->HadError()) {
118 if (!out->GetError().empty()) {
119 err_msg_builder << ": " << out->GetError();
121 std::string err = out->GetError();
140 out->BackUp(out_len);
476 // safely go out of scope.
481 const NinePatch* nine_patch, io::OutputStream* out,
514 png_set_write_fn(write_ptr, (png_voidp)out, WriteDataToStream, nullptr);
637 // Write out each row of image data according to its encoding.
650 // Zero out color channels when transparent.
675 // Zero out the gray channel when transparent.
691 // Write out alpha if we have it.
700 // The source RGBA data can't be used as-is, because we need to zero out
712 // Zero out the RGB channels when transparent.