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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.cpp 76 m_pFontSource(nullptr),
117 if (m_pFontSource != NULL) {
118 m_pFontSource->Release();
176 m_pFontSource = FX_CreateDefaultFontSourceEnum();
177 m_pFDEFontMgr = IFX_FontMgr::Create(m_pFontSource);
xfa_ffapp.h 66 IFX_FontSourceEnum* m_pFontSource;
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 184 IFX_FontSourceEnum* m_pFontSource;
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 704 m_pFontSource(NULL)
716 if (m_pFontSource != NULL) {
717 m_pFontSource->Release();
737 m_pFontSource = FX_CreateDefaultFontSourceEnum();
738 m_pFontMgr = IFX_FontMgr::Create(m_pFontSource);
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 220 IFX_FontSourceEnum* m_pFontSource;
fx_stdfontmgr.cpp 607 : m_pFontSource(pFontEnum),
614 FX_POSITION pos = m_pFontSource->GetStartPosition();
618 pFontSource = m_pFontSource->GetNext(pos);
    [all...]

Completed in 332 milliseconds