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.cpp229 class CPDF_DeviceNCS : public CPDF_ColorSpace { class
231 explicit CPDF_DeviceNCS(CPDF_Document* pDoc);
232 ~CPDF_DeviceNCS() override;
457 pCS.reset(new CPDF_DeviceNCS(pDoc)); in Load()
1180 CPDF_DeviceNCS::CPDF_DeviceNCS(CPDF_Document* pDoc) in CPDF_DeviceNCS() function in CPDF_DeviceNCS
1183 CPDF_DeviceNCS::~CPDF_DeviceNCS() {} in ~CPDF_DeviceNCS()
1185 void CPDF_DeviceNCS::GetDefaultValue(int iComponent, in GetDefaultValue()
1194 uint32_t CPDF_DeviceNCS::v_Load(CPDF_Document* pDoc, in v_Load()
1219 bool CPDF_DeviceNCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB()
1232 void CPDF_DeviceNCS::EnableStdConversion(bool bEnabled) { in EnableStdConversion()