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

  /external/pdfium/xfa/fde/css/
cfde_cssrulecollection.h 20 class CFGAS_FontMgr;
35 void AddRulesFrom(const CFDE_CSSStyleSheet* sheet, CFGAS_FontMgr* pFontMgr);
45 CFGAS_FontMgr* pFontMgr);
cfde_cssstyleselector.h 26 class CFGAS_FontMgr;
30 explicit CFDE_CSSStyleSelector(CFGAS_FontMgr* pFontMgr);
81 CFGAS_FontMgr* const m_pFontMgr;
cfde_cssrulecollection.cpp 37 CFGAS_FontMgr* pFontMgr) {
45 CFGAS_FontMgr* pFontMgr) {
cfde_cssstyleselector.cpp 25 CFDE_CSSStyleSelector::CFDE_CSSStyleSelector(CFGAS_FontMgr* pFontMgr)
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.h 17 #include "xfa/fgas/font/cfgas_fontmgr.h"
21 class CFGAS_FontMgr;
35 CFGAS_FontMgr* pFontMgr);
37 CFGAS_FontMgr* pFontMgr);
40 CFGAS_FontMgr* pFontMgr);
44 CFGAS_FontMgr* pFontMgr);
47 CFGAS_FontMgr* pFontMgr,
71 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
106 CFGAS_FontMgr* const m_pFontMgr;
cfgas_fontmgr.h 40 class CFGAS_FontMgr;
88 class CFGAS_FontMgr {
90 static std::unique_ptr<CFGAS_FontMgr> Create(FX_LPEnumAllFonts pEnumerator);
92 explicit CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator);
93 ~CFGAS_FontMgr();
187 class CFGAS_FontMgr {
189 static std::unique_ptr<CFGAS_FontMgr> Create(
192 explicit CFGAS_FontMgr(CFX_FontSourceEnum_File* pFontEnum);
193 ~CFGAS_FontMgr();
cfgas_fontmgr.cpp 7 #include "xfa/fgas/font/cfgas_fontmgr.h"
100 std::unique_ptr<CFGAS_FontMgr> CFGAS_FontMgr::Create(
102 return pdfium::MakeUnique<CFGAS_FontMgr>(pEnumerator);
105 CFGAS_FontMgr::CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator)
111 CFGAS_FontMgr::~CFGAS_FontMgr() {}
113 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage(
143 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode
    [all...]
cfgas_gefont.cpp 25 CFGAS_FontMgr* pFontMgr) {
41 CFGAS_FontMgr* pFontMgr) {
51 CFGAS_FontMgr* pFontMgr) {
62 CFGAS_FontMgr* pFontMgr) {
72 CFGAS_FontMgr* pFontMgr,
81 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr)
  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 16 #include "xfa/fgas/font/cfgas_fontmgr.h"
44 CFGAS_FontMgr* GetFDEFontMgr();
71 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 16 #include "xfa/fgas/font/cfgas_fontmgr.h"
128 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() {
131 m_pFDEFontMgr = CFGAS_FontMgr::Create(FX_GetDefFontEnumerator());
134 m_pFDEFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get());
xfa_fontmgr.cpp     [all...]
cxfa_textparser.cpp 19 #include "xfa/fgas/font/cfgas_fontmgr.h"
67 CFGAS_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr();
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 25 class CFGAS_FontMgr;
124 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
cfwl_widgettp.cpp 14 #include "xfa/fgas/font/cfgas_fontmgr.h"
288 m_pFontMgr = CFGAS_FontMgr::Create(FX_GetDefFontEnumerator());
291 m_pFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get());

Completed in 1271 milliseconds