Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c259 static VOID _gx_image_reader_png_chunk_type_read(GX_PNG *png, CHAR *chunk_type) in _gx_image_reader_png_chunk_type_read() argument
261 chunk_type[0] = (CHAR)png -> gx_png_data[png -> gx_png_data_index++]; in _gx_image_reader_png_chunk_type_read()
262 chunk_type[1] = (CHAR)png -> gx_png_data[png -> gx_png_data_index++]; in _gx_image_reader_png_chunk_type_read()
263 chunk_type[2] = (CHAR)png -> gx_png_data[png -> gx_png_data_index++]; in _gx_image_reader_png_chunk_type_read()
264 chunk_type[3] = (CHAR)png -> gx_png_data[png -> gx_png_data_index++]; in _gx_image_reader_png_chunk_type_read()
320 CHAR chunk_type[4]; in _gx_image_reader_png_bits_get() local
351 _gx_image_reader_png_chunk_type_read(png, chunk_type); in _gx_image_reader_png_bits_get()
353 if (strncmp(chunk_type, "IDAT", 4) == 0) in _gx_image_reader_png_bits_get()
2090 CHAR chunk_type[4]; in _gx_image_reader_png_decode() local
2161 _gx_image_reader_png_chunk_type_read(&png, chunk_type); in _gx_image_reader_png_decode()
[all …]