Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_devicecs.cpp31 CPDF_DeviceCS::CPDF_DeviceCS(int family) : CPDF_ColorSpace(nullptr, family) { in CPDF_DeviceCS() function in CPDF_DeviceCS
37 CPDF_DeviceCS::~CPDF_DeviceCS() = default;
39 uint32_t CPDF_DeviceCS::v_Load(CPDF_Document* pDoc, in v_Load()
48 bool CPDF_DeviceCS::GetRGB(const float* pBuf, in GetRGB()
81 void CPDF_DeviceCS::TranslateImageLine(uint8_t* pDestBuf, in TranslateImageLine()
Dcpdf_pagemodule.h14 class CPDF_DeviceCS; variable
31 RetainPtr<CPDF_DeviceCS> m_StockGrayCS;
32 RetainPtr<CPDF_DeviceCS> m_StockRGBCS;
33 RetainPtr<CPDF_DeviceCS> m_StockCMYKCS;
Dcpdf_devicecs.h15 class CPDF_DeviceCS final : public CPDF_ColorSpace {
20 ~CPDF_DeviceCS() override;
35 explicit CPDF_DeviceCS(int family);
Dcpdf_pagemodule.cpp43 : m_StockGrayCS(pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICEGRAY)), in CPDF_PageModule()
44 m_StockRGBCS(pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICERGB)), in CPDF_PageModule()
45 m_StockCMYKCS(pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICECMYK)), in CPDF_PageModule()
Dcpdf_devicecs_unittest.cpp16 auto device_gray = pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICEGRAY); in TEST()
59 auto device_rgb = pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICERGB); in TEST()
88 auto device_cmyk = pdfium::MakeRetain<CPDF_DeviceCS>(PDFCS_DEVICECMYK); in TEST()