• Home
  • Raw
  • Download

Lines Matching defs:z

1227 static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel)  in stbi__vertical_flip_slices()
1424 …rom_memory(stbi_uc const *buffer, int len, int **delays, int *x, int *y, int *z, int *comp, int re… in stbi_load_gif_from_memory()
1676 int z = stbi__get8(s); in stbi__get16be() local
1686 stbi__uint32 z = stbi__get16be(s); in stbi__get32be() local
1696 int z = stbi__get8(s); in stbi__get16le() local
1704 stbi__uint32 z = stbi__get16le(s); in stbi__get32le() local
1875 float z = (float) pow(data[i*comp+k]*stbi__h2l_scale_i, stbi__h2l_gamma_i) * 255 + 0.5f; in stbi__hdr_to_ldr() local
1881 float z = data[i*comp+k] * 255 + 0.5f; in stbi__hdr_to_ldr() local
2915 static int stbi__parse_entropy_coded_data(stbi__jpeg *z) in stbi__parse_entropy_coded_data()
3046 static void stbi__jpeg_finish(stbi__jpeg *z) in stbi__jpeg_finish()
3065 static int stbi__process_marker(stbi__jpeg *z, int m) in stbi__process_marker()
3168 static int stbi__process_scan_header(stbi__jpeg *z) in stbi__process_scan_header()
3207 static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) in stbi__free_jpeg_components()
3229 static int stbi__process_frame_header(stbi__jpeg *z, int scan) in stbi__process_frame_header()
3323 static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) in stbi__decode_jpeg_header()
3804 static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image()
4060 static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizelist, int num) in stbi__zbuild_huffman()
4127 stbi_inline static int stbi__zeof(stbi__zbuf *z) in stbi__zeof()
4132 stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) in stbi__zget8()
4137 static void stbi__fill_bits(stbi__zbuf *z) in stbi__fill_bits()
4149 stbi_inline static unsigned int stbi__zreceive(stbi__zbuf *z, int n) in stbi__zreceive()
4159 static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode_slowpath()
4178 stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffman *z) in stbi__zhuffman_decode()
4197 static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to make room for n bytes in stbi__zexpand()
4237 int z = stbi__zhuffman_decode(a, &a->z_length); in stbi__parse_huffman_block() local
4844 static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) in stbi__compute_transparency()
4869 static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3], int out_n) in stbi__compute_transparency16()
4971 static void stbi__de_iphone(stbi__png *z) in stbi__de_iphone()
5016 static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) in stbi__parse_png_file()
5299 static int stbi__high_bit(unsigned int z) in stbi__high_bit()
5515 int z=0; in stbi__bmp_load() local
5571 int z = 0; in stbi__bmp_load() local
6878 static void *stbi__load_gif_main(stbi__context *s, int **delays, int *x, int *y, int *z, int *comp,… in stbi__load_gif_main()
7024 static char *stbi__hdr_gettoken(stbi__context *z, char *buffer) in stbi__hdr_gettoken()
7083 int i, j, k, c1,c2, z; in stbi__hdr_load() local