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.cpp281 class CPDF_DeviceNCS final : public CPDF_BasedCS { class
284 ~CPDF_DeviceNCS() override;
300 CPDF_DeviceNCS();
535 return pdfium::MakeRetain<CPDF_DeviceNCS>(); in AllocateColorSpace()
1165 CPDF_DeviceNCS::CPDF_DeviceNCS() : CPDF_BasedCS(Family::kDeviceN) {} in CPDF_DeviceNCS() function in CPDF_DeviceNCS
1167 CPDF_DeviceNCS::~CPDF_DeviceNCS() = default;
1169 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue()
1178 uint32_t CPDF_DeviceNCS::v_Load(CPDF_Document* pDoc, in v_Load()
1203 bool CPDF_DeviceNCS::GetRGB(pdfium::span<const float> pBuf, in GetRGB()