Home
last modified time | relevance | path

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

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