Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp478 uint8_t* compressed_buf; in DrawDIBits() local
480 PSCompressData(m_PSLevel, output_buf, output_size, &compressed_buf, in DrawDIBits()
482 if (output_buf != compressed_buf) { in DrawDIBits()
485 output_buf = compressed_buf; in DrawDIBits()