Searched refs:CPDF_IndexedCS (Results 1 – 1 of 1) sorted by relevance
243 class CPDF_IndexedCS final : public CPDF_ColorSpace { class248 ~CPDF_IndexedCS() override;258 explicit CPDF_IndexedCS(CPDF_Document* pDoc);544 pCS = pdfium::MakeRetain<CPDF_IndexedCS>(pDoc); in Load()1119 CPDF_IndexedCS::CPDF_IndexedCS(CPDF_Document* pDoc) in CPDF_IndexedCS() function in CPDF_IndexedCS1122 CPDF_IndexedCS::~CPDF_IndexedCS() = default;1124 uint32_t CPDF_IndexedCS::v_Load(CPDF_Document* pDoc, in v_Load()1169 bool CPDF_IndexedCS::GetRGB(const float* pBuf, in GetRGB()1199 void CPDF_IndexedCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()