Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp40 void RGB2BGR(uint8_t* buffer, int width = 1) { in RGB2BGR() function
1130 RGB2BGR(m_pDecodeBuf.get() + m_clipBox.left * src_Bpp, m_clipBox.Width()); in JpegContinueDecode()