Home
last modified time | relevance | path

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

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