Searched refs:CPDF_ApSettings (Results 1 – 4 of 4) sorted by relevance
15 CPDF_ApSettings::CPDF_ApSettings(CPDF_Dictionary* pDict) : m_pDict(pDict) {} in CPDF_ApSettings() function in CPDF_ApSettings17 CPDF_ApSettings::CPDF_ApSettings(const CPDF_ApSettings& that) = default;19 CPDF_ApSettings::~CPDF_ApSettings() {} in ~CPDF_ApSettings()21 bool CPDF_ApSettings::HasMKEntry(const ByteString& csEntry) const { in HasMKEntry()25 int CPDF_ApSettings::GetRotation() const { in GetRotation()29 FX_ARGB CPDF_ApSettings::GetColor(int& iColorType, in GetColor()67 float CPDF_ApSettings::GetOriginalColor(int index, in GetOriginalColor()76 void CPDF_ApSettings::GetOriginalColor(int& iColorType, in GetOriginalColor()108 WideString CPDF_ApSettings::GetCaption(const ByteString& csEntry) const { in GetCaption()112 CPDF_Stream* CPDF_ApSettings::GetIcon(const ByteString& csEntry) const { in GetIcon()[all …]
20 class CPDF_ApSettings {22 explicit CPDF_ApSettings(CPDF_Dictionary* pDict);23 CPDF_ApSettings(const CPDF_ApSettings& that);24 ~CPDF_ApSettings();
201 CPDF_ApSettings CPDF_FormControl::GetMK() const { in GetMK()202 return CPDF_ApSettings(m_pWidgetDict ? m_pWidgetDict->GetDictFor("MK") in GetMK()
121 CPDF_ApSettings GetMK() const;