Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp87 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&pBmp_header->bfType)); in ReadHeader()
116 width = FXWORD_GET_LSBFIRST( in ReadHeader()
118 height = FXWORD_GET_LSBFIRST( in ReadHeader()
120 bitCounts = FXWORD_GET_LSBFIRST( in ReadHeader()
136 bitCounts = FXWORD_GET_LSBFIRST( in ReadHeader()
162 bitCounts = FXWORD_GET_LSBFIRST( in ReadHeader()
168 biPlanes = FXWORD_GET_LSBFIRST( in ReadHeader()
384 *buf = FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(buf)); in DecodeRGB()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp412 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&lsd->width))); in ReadLogicalScreenDescriptor()
414 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&lsd->height))); in ReadLogicalScreenDescriptor()
480 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&gif_gce->delay_time)); in DecodeExtension()
513 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_info->left)); in DecodeImageInfo()
515 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_info->top)); in DecodeImageInfo()
517 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_info->width)); in DecodeImageInfo()
519 FXWORD_GET_LSBFIRST(reinterpret_cast<uint8_t*>(&img_info->height)); in DecodeImageInfo()
/external/pdfium/core/fxcrt/
Dfx_system.h210 #define FXWORD_GET_LSBFIRST(p) \ macro