Home
last modified time | relevance | path

Searched refs:CPDF_DeviceNCS (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp294 class CPDF_DeviceNCS final : public CPDF_ColorSpace { class
299 ~CPDF_DeviceNCS() override;
313 explicit CPDF_DeviceNCS(CPDF_Document* pDoc);
550 pCS = pdfium::MakeRetain<CPDF_DeviceNCS>(pDoc); in Load()
1288 CPDF_DeviceNCS::CPDF_DeviceNCS(CPDF_Document* pDoc) in CPDF_DeviceNCS() function in CPDF_DeviceNCS
1291 CPDF_DeviceNCS::~CPDF_DeviceNCS() = default;
1293 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue()
1302 uint32_t CPDF_DeviceNCS::v_Load(CPDF_Document* pDoc, in v_Load()
1327 bool CPDF_DeviceNCS::GetRGB(const float* pBuf, in GetRGB()
1345 void CPDF_DeviceNCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()