Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp791 GifPTE* gif_pte_ptr = NULL; in _gif_decode_extension() local
792 if (_gif_read_data(gif_ptr, (uint8_t**)&gif_pte_ptr, 13) == NULL) { in _gif_decode_extension()
803 gif_pt_ptr->pte_ptr->block_size = gif_pte_ptr->block_size; in _gif_decode_extension()
805 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_left); in _gif_decode_extension()
807 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_top); in _gif_decode_extension()
809 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_width); in _gif_decode_extension()
811 _GetWord_LSBFirst((uint8_t*)&gif_pte_ptr->grid_height); in _gif_decode_extension()
812 gif_pt_ptr->pte_ptr->char_width = gif_pte_ptr->char_width; in _gif_decode_extension()
813 gif_pt_ptr->pte_ptr->char_height = gif_pte_ptr->char_height; in _gif_decode_extension()
814 gif_pt_ptr->pte_ptr->fc_index = gif_pte_ptr->fc_index; in _gif_decode_extension()
[all …]