Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()