HomeSort by relevance Sort by last modified time
    Searched refs:m_RampG (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 167 m_RampG = &pTransferFunc->m_Samples[256];
176 int r0 = m_RampR[0], g0 = m_RampG[0], b0 = m_RampB[0];
177 int r1 = m_RampR[255], g1 = m_RampG[255], b1 = m_RampB[255];
211 *dest_buf++ = m_RampG[FXARGB_G(src_argb)];
216 *dest_buf++ = m_RampG[src_byte];
234 *dest_buf++ = m_RampG[*(src_buf++)];
246 *dest_buf++ = m_RampG[*(src_buf++)];
274 *dest_buf++ = m_RampG[*(src_buf++)];
282 *dest_buf++ = m_RampG[*(src_buf++)];
291 *dest_buf++ = m_RampG[*(src_buf++)]
    [all...]
render_int.h 613 const uint8_t* m_RampG;

Completed in 34 milliseconds