HomeSort by relevance Sort by last modified time
    Searched refs:_SetWord_LSBFirst (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp     [all...]
fx_gif.h 12 extern void _SetWord_LSBFirst(uint8_t* p, FX_WORD v);
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.cpp 30 void _SetWord_LSBFirst(uint8_t* p, FX_WORD v) {
682 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType);
686 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved1);
688 _SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved2);
702 _SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biPlanes);
704 _SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biBitCount);
797 _SetWord_LSBFirst(&dst_buf[dst_pos], (FX_WORD)pix_val);
    [all...]

Completed in 87 milliseconds