Home
last modified time | relevance | path

Searched refs:have_tRNS (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
Dpngvalid.c6018 unsigned int have_tRNS :1; /* tRNS chunk may need processing */ member
6168 this->have_tRNS = 0; in image_pixel_init()
6193 if (this->have_tRNS) in image_pixel_convert_PLTE()
6196 this->have_tRNS = 0; in image_pixel_convert_PLTE()
6231 if (this->have_tRNS) in image_pixel_add_alpha()
6241 this->have_tRNS = 0; in image_pixel_add_alpha()
6259 if (this->have_tRNS) in image_pixel_add_alpha()
6261 this->have_tRNS = 0; in image_pixel_add_alpha()
6627 test_pixel.have_tRNS = dp->this.is_transparent != 0; in transform_info_imp()
6769 const int have_tRNS = dp->this.is_transparent; in transform_image_validate() local
[all …]