Home | History | Annotate | Download | only in libtests

Lines Matching refs:col

908          png_color_16 col;
910 col.red = col.green = col.blue = col.gray =
912 col.index = 0U;
913 png_set_tRNS(png_ptr, info_ptr, NULL/*trans*/, 1U, &col);