HomeSort by relevance Sort by last modified time
    Searched refs:IFX_Font (Results 1 - 25 of 41) sorted by null

1 2

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 9 class IFX_Font;
44 virtual FX_BOOL GetCharWidth(IFX_Font* pFont,
50 class IFX_Font {
52 static IFX_Font* LoadFont(const FX_WCHAR* pszFontFamily,
56 static IFX_Font* LoadFont(const uint8_t* pBuffer,
59 static IFX_Font* LoadFont(const FX_WCHAR* pszFileName, IFX_FontMgr* pFontMgr);
60 static IFX_Font* LoadFont(IFX_Stream* pFontStream,
63 static IFX_Font* LoadFont(CFX_Font* pExtFont,
66 virtual ~IFX_Font() {}
68 virtual IFX_Font* Retain() = 0;
    [all...]
fx_ucd.h 23 IFX_Font* pFont,
29 IFX_Font* pFont,
fx_rbk.h 10 class IFX_Font;
79 IFX_Font* pFont;
194 virtual void SetFont(IFX_Font* pFont) = 0;
fx_tbk.h 12 class IFX_Font;
99 IFX_Font* pFont;
182 virtual void SetFont(IFX_Font* pFont) = 0;
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 21 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
24 virtual IFX_Font* GetDefFontByCharset(uint8_t nCharset,
27 virtual IFX_Font* GetDefFontByUnicode(FX_WCHAR wUnicode,
30 virtual IFX_Font* GetDefFontByLanguage(FX_WORD wLanguage,
33 virtual IFX_Font* LoadFont(const FX_WCHAR* pszFontFamily,
36 virtual IFX_Font* LoadFont(const uint8_t* pBuffer, int32_t iLength);
37 virtual IFX_Font* LoadFont(const FX_WCHAR* pszFileName);
38 virtual IFX_Font* LoadFont(IFX_Stream* pFontStream,
43 virtual IFX_Font* LoadFont(IFX_Font* pSrcFont,
    [all...]
fx_gdifont.cpp 45 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily,
56 IFX_Font* IFX_Font::LoadFont(const uint8_t* pBuffer,
66 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFileName,
75 IFX_Font* IFX_Font::LoadFont(IFX_Stream* pFontStream,
85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) {
    [all...]
fx_gefont.cpp 11 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily,
29 IFX_Font* IFX_Font::LoadFont(const uint8_t* pBuffer,
46 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFileName,
62 IFX_Font* IFX_Font::LoadFont(IFX_Stream* pFontStream,
79 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont,
    [all...]
fx_gdifont.h 29 class CFX_GdiFont : public IFX_Font, public CFX_ThreadLock {
34 virtual IFX_Font* Retain();
42 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) {
87 IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
94 IFX_Font** ppFont,
fx_gefont.h 14 class CFX_GEFont : public IFX_Font, public CFX_ThreadLock {
20 virtual IFX_Font* Retain();
28 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0);
45 virtual IFX_Font* GetSubstFont(int32_t iGlyphIndex) const;
86 IFX_Font** ppFont,
fx_stdfontmgr.cpp 49 IFX_Font* pFont = (IFX_Font*)m_Fonts[i];
56 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCodePage(
61 IFX_Font* pFont = NULL;
72 pFont = IFX_Font::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this);
82 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCharset(
90 IFX_Font* CFX_StdFontMgrImp::GetDefFontByUnicode(
100 IFX_Font* pFont = NULL;
118 pFont = IFX_Font::LoadFont(pFontFace, dwFontStyles, wCodePage, this);
137 pFont = IFX_Font::LoadFont(pFXFont, this);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.h 22 IFX_Font* GetFont(IXFA_Doc* hDoc,
26 IFX_Font* GetDefaultFont(IXFA_Doc* hDoc,
38 IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
42 FX_BOOL GetCharWidth(IFX_Font* pFont,
49 IFX_Font* FindFont(CFX_ByteString strFamilyName,
69 IFX_Font* GetFont(IXFA_Doc* hDoc,
xfa_fwltheme.h 66 IFX_Font* m_pCalendarFont;
xfa_fontmgr.cpp     [all...]
xfa_textlayout.h 88 IFX_Font* GetFont(IXFA_TextProvider* pTextProvider,
237 IFX_Font* pFont;
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 12 class IFX_Font;
46 IFX_Font* pFont,
49 IFX_Font* GetFont(IFWL_Widget* pWidget);
133 IFX_Font* m_pFDEFont;
175 IFX_Font* GetFont() const { return m_pFont; }
181 IFX_Font* m_pFont;
191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.h 34 IFX_Font* pFont,
106 IFX_Font* pFont,
112 IFX_Font* pFont,
  /external/pdfium/xfa/include/fxfa/
fxfa_widget.h 19 class IFX_Font;
73 IFX_Font* GetFDEFont();
  /external/pdfium/xfa/src/fdp/include/
fde_psr.h 38 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText) = 0;
fde_rdv.h 43 IFX_Font* pFont,
fde_tto.h 40 virtual void SetFont(IFX_Font* pFont) = 0;
  /external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h 40 virtual void SetFont(IFX_Font* pFont);
135 IFX_Font* m_pFont;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 74 void SetFont(IFX_Font* pFont) override;
124 IFX_Font* m_pFont;
fx_textbreak.h 68 virtual void SetFont(IFX_Font* pFont);
120 IFX_Font* m_pFont;
fx_unicode.cpp 82 IFX_Font* pFont,
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp 111 IFX_Font* pFont =
112 static_cast<IFX_Font*>(pTheme->GetCapacity(&part, FWL_WGTCAPACITY_Font));

Completed in 1342 milliseconds

1 2