Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_devicecs.cpp57 CPDF_DeviceCS::CPDF_DeviceCS(int family) : CPDF_ColorSpace(nullptr, family) { in CPDF_DeviceCS() function in CPDF_DeviceCS
63 CPDF_DeviceCS::~CPDF_DeviceCS() {} in ~CPDF_DeviceCS()
65 uint32_t CPDF_DeviceCS::v_Load(CPDF_Document* pDoc, in v_Load()
74 bool CPDF_DeviceCS::GetRGB(float* pBuf, float* R, float* G, float* B) const { in GetRGB()
104 void CPDF_DeviceCS::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
Dcpdf_pagemodule.h28 CPDF_DeviceCS m_StockGrayCS;
29 CPDF_DeviceCS m_StockRGBCS;
30 CPDF_DeviceCS m_StockCMYKCS;
Dcpdf_devicecs.h14 class CPDF_DeviceCS : public CPDF_ColorSpace {
16 explicit CPDF_DeviceCS(int family);
17 ~CPDF_DeviceCS() override;
Dcpdf_devicecs_unittest.cpp14 CPDF_DeviceCS device_gray(PDFCS_DEVICEGRAY); in TEST()
57 CPDF_DeviceCS device_rgb(PDFCS_DEVICERGB); in TEST()
86 CPDF_DeviceCS device_cmyk(PDFCS_DEVICECMYK); in TEST()