OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_RampR
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp
166
m_RampR
= pTransferFunc->m_Samples;
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];
195
int m0 =
m_RampR
[0], m1 =
m_RampR
[255];
212
*dest_buf++ =
m_RampR
[FXARGB_B(src_argb)];
217
*dest_buf++ =
m_RampR
[src_byte];
228
*dest_buf++ =
m_RampR
[*(src_buf++)];
235
*dest_buf++ =
m_RampR
[*(src_buf++)];
247
*dest_buf++ =
m_RampR
[*(src_buf++)]
[
all
...]
render_int.h
612
const uint8_t*
m_RampR
;
Completed in 914 milliseconds