Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp1207 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->lsd_ptr->width); in _gif_write_header()
1209 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->lsd_ptr->height); in _gif_write_header()
1287 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1296 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1299 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1302 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1305 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1356 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1359 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
1362 _SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in _gif_write_data()
[all …]
Dfx_gif.h12 extern void _SetWord_LSBFirst(uint8_t* p, FX_WORD v);
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.cpp30 void _SetWord_LSBFirst(uint8_t* p, FX_WORD v) { in _SetWord_LSBFirst() function
682 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType); in WriteFileHeader()
686 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved1); in WriteFileHeader()
688 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved2); in WriteFileHeader()
702 _SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biPlanes); in WriteInfoHeader()
704 _SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biBitCount); in WriteInfoHeader()
797 _SetWord_LSBFirst(&dst_buf[dst_pos], (FX_WORD)pix_val); in _bmp_encode_bitfields()