Home
last modified time | relevance | path

Searched refs:CFGAS_GEFont (Results 1 – 25 of 36) sorted by relevance

12

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp23 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const wchar_t* pszFontFamily, in LoadFont()
28 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont()
40 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont()
43 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont()
51 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont()
54 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont()
61 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadStockFont( in LoadStockFont()
67 return stock_font ? CFGAS_GEFont::LoadFont(stock_font, pMgr) : nullptr; in LoadStockFont()
70 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) : m_pFontMgr(pFontMgr) {} in CFGAS_GEFont() function in CFGAS_GEFont
72 CFGAS_GEFont::~CFGAS_GEFont() = default;
[all …]
Dcfgas_gefont.h28 class CFGAS_GEFont final : public Retainable {
33 static RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily,
37 static RetainPtr<CFGAS_GEFont> LoadFont(const RetainPtr<CPDF_Font>& pPDFFont,
39 static RetainPtr<CFGAS_GEFont> LoadFont(
43 static RetainPtr<CFGAS_GEFont> LoadStockFont(CPDF_Document* pDoc,
56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
64 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
65 ~CFGAS_GEFont() override;
76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(
88 std::vector<RetainPtr<CFGAS_GEFont>> m_SubstFonts;
[all …]
Dcfgas_fontmgr.h24 class CFGAS_GEFont; variable
104 RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage,
107 RetainPtr<CFGAS_GEFont> GetFontByUnicode(wchar_t wUnicode,
110 RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily,
113 void RemoveFont(const RetainPtr<CFGAS_GEFont>& pFont);
118 RetainPtr<CFGAS_GEFont> GetFontByUnicodeImpl(wchar_t wUnicode,
144 RetainPtr<CFGAS_GEFont> LoadFontInternal(const WideString& wsFaceName,
148 std::map<uint32_t, std::vector<RetainPtr<CFGAS_GEFont>>> m_Hash2Fonts;
158 std::map<RetainPtr<CFGAS_GEFont>, RetainPtr<IFX_SeekableReadStream>>
Dcfgas_pdffontmgr.h17 class CFGAS_GEFont; variable
25 RetainPtr<CFGAS_GEFont> GetFont(WideStringView wsFontFamily,
30 RetainPtr<CFGAS_GEFont> FindFont(const ByteString& strFamilyName,
45 std::map<ByteString, RetainPtr<CFGAS_GEFont>> m_FontMap;
Dcfgas_defaultfontmanager.cpp14 RetainPtr<CFGAS_GEFont> CFGAS_DefaultFontManager::GetFont( in GetFont()
19 RetainPtr<CFGAS_GEFont> pFont = in GetFont()
58 RetainPtr<CFGAS_GEFont> CFGAS_DefaultFontManager::GetDefaultFont( in GetDefaultFont()
62 RetainPtr<CFGAS_GEFont> pFont = in GetDefaultFont()
Dcfgas_defaultfontmanager.h13 class CFGAS_GEFont; variable
18 static RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr,
21 static RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
Dcfgas_fontmgr.cpp33 bool VerifyUnicode(const RetainPtr<CFGAS_GEFont>& pFont, wchar_t wcUnicode) { in VerifyUnicode()
183 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicodeImpl( in GetFontByUnicodeImpl()
201 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl()
202 CFGAS_GEFont::LoadFont(pFontFace, dwFontStyles, newCodePage, this); in GetFontByUnicodeImpl()
652 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicodeImpl( in GetFontByUnicodeImpl()
672 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl()
685 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFontInternal( in LoadFontInternal()
697 RetainPtr<CFGAS_GEFont> pFont = in LoadFontInternal()
698 CFGAS_GEFont::LoadFont(std::move(pInternalFont), this); in LoadFontInternal()
778 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage()
[all …]
Dcfgas_pdffontmgr.cpp38 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::FindFont(const ByteString& strPsName, in FindFont()
71 return CFGAS_GEFont::LoadFont(pPDFFont, m_pFontMgr.Get()); in FindFont()
76 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::GetFont(WideStringView wsFontFamily, in GetFont()
89 RetainPtr<CFGAS_GEFont> pFont = in GetFont()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h21 class CFGAS_GEFont; variable
32 const RetainPtr<CFGAS_GEFont>& GetFont() const;
76 RetainPtr<CFGAS_GEFont> m_pFDEFont;
91 RetainPtr<CFGAS_GEFont> GetFont() const;
98 RetainPtr<CFGAS_GEFont> m_pFont;
106 RetainPtr<CFGAS_GEFont> FindFont(WideStringView wsFontFamily,
Dcfwl_widgettp.cpp57 const RetainPtr<CFGAS_GEFont>& CFWL_WidgetTP::GetFont() const { in GetFont()
247 m_pFont = CFGAS_GEFont::LoadFont(wsFontFamily.unterminated_c_str(), in LoadFont()
252 RetainPtr<CFGAS_GEFont> CFWL_FontData::GetFont() const { in GetFont()
271 RetainPtr<CFGAS_GEFont> CFWL_FontManager::FindFont(WideStringView wsFontFamily, in FindFont()
/external/pdfium/xfa/fxfa/
Dcxfa_fontmgr.h14 class CFGAS_GEFont; variable
22 RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
27 std::map<ByteString, RetainPtr<CFGAS_GEFont>> m_FontMap;
Dcxfa_fontmgr.cpp27 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont(CXFA_FFDoc* hDoc, in GetFont()
38 RetainPtr<CFGAS_GEFont> pFont; in GetFont()
58 pFont = CFGAS_GEFont::LoadStockFont( in GetFont()
Dcxfa_fwltheme.h42 RetainPtr<CFGAS_GEFont> GetFont(
64 RetainPtr<CFGAS_GEFont> m_pCalendarFont;
Dcxfa_textparser.h20 class CFGAS_GEFont; variable
56 RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* doc,
/external/pdfium/xfa/fde/
Dcfde_textout.h20 class CFGAS_GEFont; variable
40 const RetainPtr<CFGAS_GEFont>& pFont,
48 void SetFont(const RetainPtr<CFGAS_GEFont>& pFont);
101 RetainPtr<CFGAS_GEFont> m_pFont;
Dcfde_texteditengine.h19 class CFGAS_GEFont; variable
110 void SetFont(RetainPtr<CFGAS_GEFont> font);
111 RetainPtr<CFGAS_GEFont> GetFont() const;
210 RetainPtr<CFGAS_GEFont> font_;
Dcfde_textout.cpp43 const RetainPtr<CFGAS_GEFont>& pFont, in DrawString()
70 RetainPtr<CFGAS_GEFont> pCurFont; in DrawString()
74 RetainPtr<CFGAS_GEFont> pSTFont = in DrawString()
135 void CFDE_TextOut::SetFont(const RetainPtr<CFGAS_GEFont>& pFont) { in SetFont()
/external/pdfium/xfa/fgas/layout/
Dcfx_break.h16 class CFGAS_GEFont; variable
42 void SetFont(const RetainPtr<CFGAS_GEFont>& pFont);
89 RetainPtr<CFGAS_GEFont> m_pFont;
Dcfx_textpiece.h16 class CFGAS_GEFont; variable
31 RetainPtr<CFGAS_GEFont> pFont;
Dcfx_txtbreak_unittest.cpp22 CFGAS_GEFont::LoadFont(L"Arial Black", 0, 0, GetGlobalFontManager()); in SetUp()
33 RetainPtr<CFGAS_GEFont> font_;
Dcfx_rtfbreak_unittest.cpp25 CFGAS_GEFont::LoadFont(L"Arial Black", 0, 0, GetGlobalFontManager()); in SetUp()
36 RetainPtr<CFGAS_GEFont> font_;
Dcfx_txtbreak.h17 class CFGAS_GEFont; variable
54 RetainPtr<CFGAS_GEFont> pFont;
Dcfx_rtfbreak.h18 class CFGAS_GEFont; variable
/external/pdfium/xfa/fwl/
Difwl_themeprovider.h14 class CFGAS_GEFont; variable
32 virtual RetainPtr<CFGAS_GEFont> GetFont(
/external/pdfium/testing/fuzzers/
Dpdf_bidi_fuzzer.cc25 rtf_break.SetFont(CFGAS_GEFont::LoadFont(std::move(font), fontmgr.get())); in LLVMFuzzerTestOneInput()

12