Searched refs:m_Transform (Results 1 – 3 of 3) sorted by relevance
26 bool IsSupported() const { return !!m_Transform; } in IsSupported()27 CLcmsCmm* transform() { return m_Transform.get(); } in transform()36 std::unique_ptr<CLcmsCmm> m_Transform; variable
32 m_Transform = pIccModule->CreateTransform_sRGB(pData, dwSize, &nSrcComps); in CPDF_IccProfile()33 if (m_Transform) in CPDF_IccProfile()
58 HGVec4f m_Transform[4]; field