Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c531 _gx_image_reader_png_4bytes_read(png, &png -> gx_png_width); in _gx_image_reader_png_IHDR_chunk_read()
535 if ((png -> gx_png_width < 0) || (png -> gx_png_width > 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()
1930 byte_width = (png -> gx_png_width * bpp + 7) >> 3; in _gx_image_reader_png_unfilter()
2229 outmap -> gx_pixelmap_width = (GX_VALUE)png.gx_png_width; in _gx_image_reader_png_decode()
/GUIX-v6.2.1/common/inc/
Dgx_image_reader.h161 INT gx_png_width; member