OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bDefaultDecode
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp
91
m_bDefaultDecode
= TRUE;
494
m_bDefaultDecode
= pDecode == NULL || pDecode->GetInteger(0) == 0;
541
m_bDefaultDecode
= FALSE;
863
if (
m_bDefaultDecode
&& (m_Family == PDFCS_DEVICEGRAY || m_Family == PDFCS_DEVICERGB)) {
886
if (m_pColorSpace == CPDF_ColorSpace::GetStockCS(PDFCS_DEVICEGRAY) && m_bpc == 8 &&
m_bDefaultDecode
) {
[
all
...]
render_int.h
431
FX_BOOL
m_bDefaultDecode
, m_bImageMask, m_bColorKey;
Completed in 62 milliseconds