Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp390 uint8_t* first_byte_ptr = nullptr; in bmp_decode_rle8() local
395 if (!bmp_read_data(bmp_ptr, &first_byte_ptr, 1)) in bmp_decode_rle8()
398 switch (*first_byte_ptr) { in bmp_decode_rle8()
400 if (!bmp_read_data(bmp_ptr, &first_byte_ptr, 1)) { in bmp_decode_rle8()
404 switch (*first_byte_ptr) { in bmp_decode_rle8()
455 if ((int32_t)(*first_byte_ptr) > in bmp_decode_rle8()
461 *first_byte_ptr & 1 ? *first_byte_ptr + 1 in bmp_decode_rle8()
462 : *first_byte_ptr)) { in bmp_decode_rle8()
467 second_byte_ptr, *first_byte_ptr); in bmp_decode_rle8()
468 bmp_ptr->col_num += (int32_t)(*first_byte_ptr); in bmp_decode_rle8()
[all …]