/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 9 class IFX_Font; variable 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() {} in ~IFX_Font() 68 virtual IFX_Font* Retain() = 0; [all …]
|
D | fx_ucd.h | 23 IFX_Font* pFont, 29 IFX_Font* pFont,
|
D | fx_tbk.h | 12 class IFX_Font; variable 99 IFX_Font* pFont; 182 virtual void SetFont(IFX_Font* pFont) = 0;
|
D | fx_rbk.h | 10 class IFX_Font; variable 79 IFX_Font* pFont; 194 virtual void SetFont(IFX_Font* pFont) = 0;
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | 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, 47 virtual void RemoveFont(IFX_Font* pFont); [all …]
|
D | fx_gdifont.cpp | 45 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily, in LoadFont() 56 IFX_Font* IFX_Font::LoadFont(const uint8_t* pBuffer, in LoadFont() 66 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFileName, in LoadFont() 75 IFX_Font* IFX_Font::LoadFont(IFX_Stream* pFontStream, in LoadFont() 85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) { in LoadFont() 111 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ~CFX_GdiFont() 134 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ClearCache() 157 IFX_Font* CFX_GdiFont::Retain() { in Retain() 304 IFX_Font* pFont = NULL; in GetCharWidth() 307 if (pFont == (IFX_Font*)this) { in GetCharWidth() [all …]
|
D | fx_gefont.cpp | 11 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFontFamily, in LoadFont() 29 IFX_Font* IFX_Font::LoadFont(const uint8_t* pBuffer, in LoadFont() 46 IFX_Font* IFX_Font::LoadFont(const FX_WCHAR* pszFileName, in LoadFont() 62 IFX_Font* IFX_Font::LoadFont(IFX_Stream* pFontStream, in LoadFont() 79 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, in LoadFont() 150 IFX_Font* pFont = (IFX_Font*)m_SubstFonts[i]; in ~CFX_GEFont() 185 IFX_Font* CFX_GEFont::Retain() { in Retain() 341 IFX_Font* CFX_GEFont::Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage) { in Derive() 406 IFX_Font* pFont = NULL; in GetCharWidth() 409 if (pFont == (IFX_Font*)this) { in GetCharWidth() [all …]
|
D | fx_stdfontmgr.cpp | 49 IFX_Font* pFont = (IFX_Font*)m_Fonts[i]; in ~CFX_StdFontMgrImp() 56 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCodePage( in GetDefFontByCodePage() 61 IFX_Font* pFont = NULL; in GetDefFontByCodePage() 72 pFont = IFX_Font::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetDefFontByCodePage() 82 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCharset( in GetDefFontByCharset() 90 IFX_Font* CFX_StdFontMgrImp::GetDefFontByUnicode( in GetDefFontByUnicode() 100 IFX_Font* pFont = NULL; in GetDefFontByUnicode() 118 pFont = IFX_Font::LoadFont(pFontFace, dwFontStyles, wCodePage, this); in GetDefFontByUnicode() 137 pFont = IFX_Font::LoadFont(pFXFont, this); in GetDefFontByUnicode() 153 IFX_Font* CFX_StdFontMgrImp::GetDefFontByLanguage( in GetDefFontByLanguage() [all …]
|
D | 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,
|
D | 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,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | 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,
|
D | xfa_fontmgr.cpp | 1758 ((IFX_Font*)m_CacheFonts[i])->Release(); in ~CXFA_DefFontMgr() 1763 IFX_Font* CXFA_DefFontMgr::GetFont(IXFA_Doc* hDoc, in GetFont() 1772 IFX_Font* pFont = pFDEFontMgr->LoadFont((const FX_WCHAR*)wsFontName, in GetFont() 1777 IFX_Font* pFont = IFX_Font::LoadFont( in GetFont() 1806 pFont = IFX_Font::LoadFont((const FX_WCHAR*)wsReplace, in GetFont() 1824 IFX_Font* CXFA_DefFontMgr::GetDefaultFont(IXFA_Doc* hDoc, in GetDefaultFont() 1830 IFX_Font* pFont = in GetDefaultFont() 1834 IFX_Font* pFont = in GetDefaultFont() 1835 IFX_Font::LoadFont(L"Arial Narrow", dwFontStyles, in GetDefaultFont() 1844 IFX_Font::LoadFont((const FX_WCHAR*)NULL, dwFontStyles, in GetDefaultFont() [all …]
|
D | xfa_fwltheme.h | 66 IFX_Font* m_pCalendarFont;
|
D | xfa_textlayout.h | 88 IFX_Font* GetFont(IXFA_TextProvider* pTextProvider, 237 IFX_Font* pFont;
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 12 class IFX_Font; variable 46 IFX_Font* pFont, 49 IFX_Font* GetFont(IFWL_Widget* pWidget); 133 IFX_Font* m_pFDEFont; 175 IFX_Font* GetFont() const { return m_pFont; } in GetFont() 181 IFX_Font* m_pFont; 191 IFX_Font* FindFont(const CFX_WideStringC& wsFontFamily,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.h | 34 IFX_Font* pFont, 106 IFX_Font* pFont, 112 IFX_Font* pFont,
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_widget.h | 19 class IFX_Font; variable 73 IFX_Font* GetFDEFont();
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_barcodeimp.cpp | 111 IFX_Font* pFont = in GenerateBarcodeImageCache() 112 static_cast<IFX_Font*>(pTheme->GetCapacity(&part, FWL_WGTCAPACITY_Font)); in GenerateBarcodeImageCache()
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 40 virtual void SetFont(IFX_Font* pFont); 135 IFX_Font* m_pFont;
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.h | 68 virtual void SetFont(IFX_Font* pFont); 120 IFX_Font* m_pFont;
|
D | fx_rtfbreak.h | 74 void SetFont(IFX_Font* pFont) override; 124 IFX_Font* m_pFont;
|
D | fx_unicode.cpp | 82 IFX_Font* pFont, in FX_AdjustJapCharDisplayPos()
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_tto.h | 40 virtual void SetFont(IFX_Font* pFont) = 0;
|
D | fde_rdv.h | 43 IFX_Font* pFont,
|
D | fde_psr.h | 38 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText) = 0;
|