Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc241 const bool has_tRNS = in CommonInitDecode() local
245 if (has_tRNS) { in CommonInitDecode()
257 } else if (has_tRNS) { in CommonInitDecode()
264 if (has_alpha || has_tRNS) { // There is alpha in CommonInitDecode()
/external/libpng/contrib/libtests/
Dpngvalid.c4956 int has_tRNS; /* color type GRAY or RGB with a tRNS chunk. */ member
5290 dp->has_tRNS = 1; in standard_info_part1()
5297 dp->has_tRNS = 1; in standard_info_part1()
7108 if (that->this.has_tRNS) in image_transform_png_set_tRNS_to_alpha_set()
7243 if (that->this.has_tRNS) in image_transform_png_set_expand_set()
7352 if (that->this.has_tRNS) in image_transform_png_set_expand_16_set()
8288 if (that->this.has_tRNS) in image_transform_png_set_background_set()
9470 dp->this.has_tRNS)) in init_validate_info()
10232 process_tRNS = dp->this.has_tRNS && vi.do_background; in gamma_image_validate()