Home | History | Annotate | Download | only in libpng16

Lines Matching refs:tran

1344     png_const_color_16p tran, int num_trans, int color_type)
1367 if (tran->gray >= (1 << png_ptr->bit_depth))
1375 png_save_uint_16(buf, tran->gray);
1382 png_save_uint_16(buf, tran->red);
1383 png_save_uint_16(buf + 2, tran->green);
1384 png_save_uint_16(buf + 4, tran->blue);