HomeSort by relevance Sort by last modified time
    Searched refs:CXFA_FWLTheme (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 46 CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp)
76 CXFA_FWLTheme::~CXFA_FWLTheme() {
81 void CXFA_FWLTheme::DrawBackground(CFWL_ThemeBackground* pParams) {
85 void CXFA_FWLTheme::DrawText(CFWL_ThemeText* pParams) {
150 CFX_RectF CXFA_FWLTheme::GetUIMargin(CFWL_ThemePart* pThemePart) const {
176 float CXFA_FWLTheme::GetCXBorderSize() const {
180 float CXFA_FWLTheme::GetCYBorderSize() const {
184 float CXFA_FWLTheme::GetFontSize(CFWL_ThemePart* pThemePart) const
    [all...]
xfa_fwltheme.h 27 class CXFA_FWLTheme final : public IFWL_ThemeProvider {
29 explicit CXFA_FWLTheme(CXFA_FFApp* pApp);
30 ~CXFA_FWLTheme() override;
xfa_ffapp.cpp 140 CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme() {
142 m_pFWLTheme = pdfium::MakeUnique<CXFA_FWLTheme>(this);
  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 22 class CXFA_FWLTheme;
45 CXFA_FWLTheme* GetFWLTheme();
82 std::unique_ptr<CXFA_FWLTheme> m_pFWLTheme;

Completed in 1173 milliseconds