Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp852 static uint8_t bmp_rle4_search(const uint8_t* buf, int32_t len) { in bmp_rle4_search() function
876 rle[0] = bmp_rle4_search(&bmp_ptr->src_buf[index + i], size - index - i); in bmp_encode_rle4()