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;451 pCS.reset(new CPDF_IndexedCS(pDoc)); in Load()1005 CPDF_IndexedCS::CPDF_IndexedCS(CPDF_Document* pDoc) in CPDF_IndexedCS() function in CPDF_IndexedCS1008 CPDF_IndexedCS::~CPDF_IndexedCS() { in ~CPDF_IndexedCS()1018 uint32_t CPDF_IndexedCS::v_Load(CPDF_Document* pDoc, in v_Load()1064 bool CPDF_IndexedCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB()1091 void CPDF_IndexedCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()