HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_DeviceCS (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_devicecs.h 14 class CPDF_DeviceCS : public CPDF_ColorSpace {
16 explicit CPDF_DeviceCS(int family);
17 ~CPDF_DeviceCS() override;
cpdf_devicecs.cpp 7 #include "core/fpdfapi/page/cpdf_devicecs.h"
57 CPDF_DeviceCS::CPDF_DeviceCS(int family) : CPDF_ColorSpace(nullptr, family) {
63 CPDF_DeviceCS::~CPDF_DeviceCS() {}
65 uint32_t CPDF_DeviceCS::v_Load(CPDF_Document* pDoc,
68 // Unlike other classes that inherit from CPDF_ColorSpace, CPDF_DeviceCS is
74 bool CPDF_DeviceCS::GetRGB(float* pBuf, float* R, float* G, float* B) const {
104 void CPDF_DeviceCS::TranslateImageLine(uint8_t* pDestBuf,

Completed in 2018 milliseconds