Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_image_reader_png_decode.c75 static VOID _gx_image_reader_png_crc_table_make(GX_PNG *png) in _gx_image_reader_png_crc_table_make() argument
95 png -> gx_png_crc_table[n] = crc; in _gx_image_reader_png_crc_table_make()
142 static VOID _gx_image_reader_png_crc_get(GX_PNG *png, UINT *crc, UINT len) in _gx_image_reader_png_crc_get() argument
145 GX_UBYTE *buf = png -> gx_png_data + png -> gx_png_data_index; in _gx_image_reader_png_crc_get()
150 crc_cal = png -> gx_png_crc_table[(crc_cal ^ buf[n]) & 0xff] ^ (crc_cal >> 8); in _gx_image_reader_png_crc_get()
199 static VOID _gx_image_reader_png_4bytes_read(GX_PNG *png, INT *value) in _gx_image_reader_png_4bytes_read() argument
203 get_value = (png -> gx_png_data[png -> gx_png_data_index] << 24); in _gx_image_reader_png_4bytes_read()
204 png -> gx_png_data_index++; in _gx_image_reader_png_4bytes_read()
206 get_value |= (png -> gx_png_data[png -> gx_png_data_index] << 16); in _gx_image_reader_png_4bytes_read()
207 png -> gx_png_data_index++; in _gx_image_reader_png_4bytes_read()
[all …]
/GUIX-v6.2.1/
D.gitattributes24 *.png -text
25 *.png.in -text
DREADME.md11 ![GUIX Key Features](./docs/guix-features.png)
93 ![dependency graph](docs/deps.png)
/GUIX-v6.2.1/test/guix_test/regression_test/
Dgx_show_canvas.md14 ![Example](gx_show_canvas.png)
/GUIX-v6.2.1/guix_studio/libs/libpng/
DREADME.txt21 Now you are able to build png and zlib library successfully!
/GUIX-v6.2.1/test/
DREADME.md463 ![GUIX Studio Test View Architecture](guix_studio_test_view_architecture.png)