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

  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp     [all...]
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 32 void SetWord_LSBFirst(uint8_t* p, uint16_t v) {
664 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfType);
668 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved1);
670 SetWord_LSBFirst(&dst_buf[offset], head_ptr->bfReserved2);
684 SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biPlanes);
686 SetWord_LSBFirst(&dst_buf[offset], info_head_ptr->biBitCount);
773 SetWord_LSBFirst(&dst_buf[dst_pos], pix_val);
    [all...]
fx_bmp.h 153 void SetWord_LSBFirst(uint8_t* p, uint16_t v);

Completed in 181 milliseconds