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

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 237 bmp_ptr->mask_red = GetDWord_LSBFirst((uint8_t*)&mask[0]);
240 if (bmp_ptr->mask_red & bmp_ptr->mask_green ||
241 bmp_ptr->mask_red & bmp_ptr->mask_blue ||
252 bmp_ptr->mask_red = 0x7C00;
355 if ((bmp_ptr->mask_red >> i) & 0x01) {
370 *row_buf++ = (uint8_t)((*buf++ & bmp_ptr->mask_red) >> red_bits);
715 uint32_t mask_red; local
718 mask_red = 0x7C00;
723 mask_red = 0xF800;
728 mask_red = 0xFF0000
    [all...]
fx_bmp.h 98 uint32_t mask_red; member in struct:tag_bmp_decompress_struct
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp     [all...]

Completed in 183 milliseconds