Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp27 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
2065 RGB2BGR(m_pDecodeBuf + m_clipBox.left * src_Bpp, m_clipBox.Width()); in ContinueDecode()