Searched refs:CPDF_ApSettings (Results 1 – 4 of 4) sorted by relevance
16 CPDF_ApSettings::CPDF_ApSettings(CPDF_Dictionary* pDict) : m_pDict(pDict) {} in CPDF_ApSettings() function in CPDF_ApSettings18 CPDF_ApSettings::CPDF_ApSettings(const CPDF_ApSettings& that) = default;20 CPDF_ApSettings::~CPDF_ApSettings() {} in ~CPDF_ApSettings()22 bool CPDF_ApSettings::HasMKEntry(const ByteString& csEntry) const { in HasMKEntry()26 int CPDF_ApSettings::GetRotation() const { in GetRotation()30 FX_ARGB CPDF_ApSettings::GetColor(int& iColorType, in GetColor()68 float CPDF_ApSettings::GetOriginalColor(int index, in GetOriginalColor()77 void CPDF_ApSettings::GetOriginalColor(int& iColorType, in GetOriginalColor()109 WideString CPDF_ApSettings::GetCaption(const ByteString& csEntry) const { in GetCaption()113 CPDF_Stream* CPDF_ApSettings::GetIcon(const ByteString& csEntry) const { in GetIcon()[all …]
29 class CPDF_ApSettings {31 explicit CPDF_ApSettings(CPDF_Dictionary* pDict);32 CPDF_ApSettings(const CPDF_ApSettings& that);33 ~CPDF_ApSettings();
131 CPDF_ApSettings CPDF_FormControl::GetMK() const { in GetMK()132 return CPDF_ApSettings(m_pWidgetDict ? m_pWidgetDict->GetDictFor("MK") in GetMK()
110 CPDF_ApSettings GetMK() const;