Searched defs:have_tRNS (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c5280 int have_tRNS; /* tRNS chunk may need processing */ member in struct:image_pixel
5384 this->have_tRNS = 0;
5399 if (this->have_tRNS)
5402 this->have_tRNS = 0;
5431 if (this->have_tRNS)
5433 this->have_tRNS = 0;
5451 if (this->have_tRNS)
5453 this->have_tRNS = 0;
5786 test_pixel.have_tRNS = dp->this.is_transparent;
5907 PNG_CONST int have_tRNS local
[all...]

Completed in 91 milliseconds