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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 519 m_bsRGB = nComponents == 3 && dwSize == 3144 && FXSYS_memcmp32(pData + 0x190, "sRGB IEC61966-2.1", 17) == 0;
521 if (!m_bsRGB && CPDF_ModuleMgr::Get()->GetIccModule()) {
629 if (m_pProfile && m_pProfile->m_bsRGB) {
675 if (m_pProfile->m_bsRGB) {
    [all...]
pageint.h 467 FX_BOOL m_bsRGB;

Completed in 5501 milliseconds