Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c532 _gx_image_reader_png_4bytes_read(png, &png -> gx_png_height); in _gx_image_reader_png_IHDR_chunk_read()
541 if ((png -> gx_png_height < 0) || (png -> gx_png_height > GX_MAX_PIXELMAP_RESOLUTION)) in _gx_image_reader_png_IHDR_chunk_read()
1528 alloc_size = (UINT)(png -> gx_png_height * ((png -> gx_png_width * png -> gx_png_bpp + 7) / 8)); in _gx_image_reader_png_IDAT_chunk_read()
1529 alloc_size = alloc_size + (UINT)png -> gx_png_height; in _gx_image_reader_png_IDAT_chunk_read()
1933 for (y = 0; y < png -> gx_png_height; y++) in _gx_image_reader_png_unfilter()
2015 png -> gx_png_decoded_data_len -= png -> gx_png_height; in _gx_image_reader_png_unfilter()
2230 outmap -> gx_pixelmap_height = (GX_VALUE)png.gx_png_height; in _gx_image_reader_png_decode()
/GUIX-v6.2.1/common/inc/
Dgx_image_reader.h162 INT gx_png_height; member