Searched refs:CPDF_IndexedCS (Results 1 – 1 of 1) sorted by relevance
187 class CPDF_IndexedCS : public CPDF_ColorSpace { class189 explicit CPDF_IndexedCS(CPDF_Document* pDoc);190 ~CPDF_IndexedCS() override;383 pCS.reset(new CPDF_IndexedCS(pDoc)); in Load()999 CPDF_IndexedCS::CPDF_IndexedCS(CPDF_Document* pDoc) in CPDF_IndexedCS() function in CPDF_IndexedCS1005 CPDF_IndexedCS::~CPDF_IndexedCS() { in ~CPDF_IndexedCS()1013 bool CPDF_IndexedCS::v_Load(CPDF_Document* pDoc, CPDF_Array* pArray) { in v_Load()1051 bool CPDF_IndexedCS::GetRGB(FX_FLOAT* pBuf, in GetRGB()1077 CPDF_ColorSpace* CPDF_IndexedCS::GetBaseCS() const { in GetBaseCS()1081 void CPDF_IndexedCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()