Searched refs:m_WhitePoint (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 133 float m_WhitePoint[kBlackWhitePointCount]; member in __anon5df10cd10111::CPDF_CalGray 162 float m_WhitePoint[kBlackWhitePointCount]; member in __anon5df10cd10111::CPDF_CalRGB 198 float m_WhitePoint[kBlackWhitePointCount]; member in __anon5df10cd10111::CPDF_LabCS 685 if (!GetWhitePoint(pDict, m_WhitePoint)) in v_Load() 731 if (!GetWhitePoint(pDict, m_WhitePoint)) in v_Load() 777 XYZ_to_sRGB_WhitePoint(X, Y, Z, m_WhitePoint[0], m_WhitePoint[1], in GetRGB() 778 m_WhitePoint[2], R, G, B); in GetRGB() 837 if (!GetWhitePoint(pDict, m_WhitePoint)) in v_Load()
|