Searched refs:SetWord_LSBFirst (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcodec/lgif/ |
D | fx_gif.cpp | 1071 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->lsd_ptr->width); in gif_write_header() 1073 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->lsd_ptr->height); in gif_write_header() 1146 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() 1154 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() 1157 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->image_info_ptr->top); in gif_write_data() 1159 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() 1162 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() 1212 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() 1215 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, gif_ptr->pte_ptr->grid_top); in gif_write_data() 1217 SetWord_LSBFirst(dst_buf + gif_ptr->cur_offset, in gif_write_data() [all …]
|
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.cpp | 32 void SetWord_LSBFirst(uint8_t* p, uint16_t v) { in SetWord_LSBFirst() function 664 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType); in WriteFileHeader() 668 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved1); in WriteFileHeader() 670 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved2); in WriteFileHeader() 684 SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biPlanes); in WriteInfoHeader() 686 SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biBitCount); in WriteInfoHeader() 773 SetWord_LSBFirst(&dst_buf[dst_pos], pix_val); in bmp_encode_bitfields()
|
D | fx_bmp.h | 153 void SetWord_LSBFirst(uint8_t* p, uint16_t v);
|