Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c6020 unsigned int have_tRNS :1; /* tRNS chunk may need processing */ member
6170 this->have_tRNS = 0; in image_pixel_init()
6195 if (this->have_tRNS) in image_pixel_convert_PLTE()
6198 this->have_tRNS = 0; in image_pixel_convert_PLTE()
6233 if (this->have_tRNS) in image_pixel_add_alpha()
6243 this->have_tRNS = 0; in image_pixel_add_alpha()
6261 if (this->have_tRNS) in image_pixel_add_alpha()
6263 this->have_tRNS = 0; in image_pixel_add_alpha()
6629 test_pixel.have_tRNS = dp->this.is_transparent != 0; in transform_info_imp()
6771 int have_tRNS = dp->this.is_transparent; in transform_image_validate() local
[all …]