Home
last modified time | relevance | path

Searched defs:GetFont (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.h129 CFX_Font* GetFont() { return &m_Font; } in GetFont() function
130 const CFX_Font* GetFont() const { return &m_Font; } in GetFont() function
H A Dcfx_stockfontarray.cpp30 RetainPtr<CPDF_Font> CFX_StockFontArray::GetFont( in GetFont() function in CFX_StockFontArray
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_fontmgr.cpp24 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont(CXFA_FFDoc* pDoc, in GetFont() function in CXFA_FontMgr
H A Dcxfa_fwltheme.cpp185 RetainPtr<CFGAS_GEFont> CXFA_FWLTheme::GetFont( in GetFont() function in CXFA_FWLTheme
H A Dcxfa_textparser.cpp337 RetainPtr<CFGAS_GEFont> CXFA_TextParser::GetFont( in GetFont() function in CXFA_TextParser
/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_defaultfontmanager.cpp18 RetainPtr<CFGAS_GEFont> CFGAS_DefaultFontManager::GetFont( in GetFont() function in CFGAS_DefaultFontManager
H A Dcfgas_pdffontmgr.cpp79 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::GetFont( in GetFont() function in CFGAS_PDFFontMgr
/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp54 void* CFX_AndroidFontInfo::GetFont(const ByteString& face) { in GetFont() function in CFX_AndroidFontInfo
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.cpp24 RetainPtr<CPDF_Font> CPDF_TextState::GetFont() const { in GetFont() function in CPDF_TextState
H A Dcpdf_textobject.cpp242 RetainPtr<CPDF_Font> CPDF_TextObject::GetFont() const { in GetFont() function in CPDF_TextObject
H A Dcpdf_docpagedata.cpp180 RetainPtr<CPDF_Font> CPDF_DocPageData::GetFont( in GetFont() function in CPDF_DocPageData
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_defaultappearance.cpp67 absl::optional<ByteString> CPDF_DefaultAppearance::GetFont( in GetFont() function in CPDF_DefaultAppearance
/aosp_15_r20/external/pdfium/testing/
H A Dtest_fonts.cpp67 void* GetFont(const ByteString& face) override { in GetFont() function in __anon9764f7c20111::SystemFontInfoWrapper
/aosp_15_r20/external/pdfium/public/
H A Dfpdf_sysfontinfo.h146 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_textrenderer.cpp24 CFX_Font* GetFont(CPDF_Font* pFont, int32_t position) { in GetFont() function
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_sysfontinfo.cpp104 void* GetFont(const ByteString& family) override { in GetFont() function in CFX_ExternalFontInfo
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp366 void* CFX_FolderFontInfo::GetFont(const ByteString& face) { in GetFont() function in CFX_FolderFontInfo
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py700 def GetFont(self, root, configType, section): member in IdleConf
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcwin32_platform.cpp113 void* GetFont(const ByteString& face) override { return nullptr; } in GetFont() function in __anon2897d8390111::CFX_Win32FontInfo
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py728 def GetFont(self, root, configType, section): member in IdleConf
/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp628 RetainPtr<CFGAS_GEFont> CFDE_TextEditEngine::GetFont() const { in GetFont() function in CFDE_TextEditEngine
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddwrite.h1060 STDMETHOD(GetFont)(THIS_ in DECLARE_INTERFACE_() local
1093 STDMETHOD(GetFont)(THIS_ in DECLARE_INTERFACE_() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp6302 ImFont* ImGui::GetFont() in GetFont() function in ImGui