Searched refs:SetDWord_LSBFirst (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.cpp | 21 void SetDWord_LSBFirst(uint8_t* p, uint32_t v) { in SetDWord_LSBFirst() function 666 SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfSize); in WriteFileHeader() 672 SetDWord_LSBFirst(&dst_buf[offset], head_ptr->bfOffBits); in WriteFileHeader() 678 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biSize); in WriteInfoHeader() 680 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biWidth); in WriteInfoHeader() 682 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biHeight); in WriteInfoHeader() 688 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biCompression); in WriteInfoHeader() 690 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biSizeImage); in WriteInfoHeader() 692 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biXPelsPerMeter); in WriteInfoHeader() 694 SetDWord_LSBFirst(&dst_buf[offset], info_head_ptr->biYPelsPerMeter); in WriteInfoHeader() [all …]
|