Searched refs:gx_png_width (Results 1 – 2 of 2) sorted by relevance
531 _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()
161 INT gx_png_width; member