/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_edittext.cpp | 81 ByteString BaseFontNameForType(CFX_Font* pFont, int font_type) { in BaseFontNameForType() 92 CFX_Font* pFont, in LoadFontDesc() 295 std::unique_ptr<CFX_Font> pFont, in LoadSimpleFont() 338 std::unique_ptr<CFX_Font> pFont, in LoadCompositeFont() 479 RetainPtr<CPDF_Font> pFont = in FPDFPageObj_NewTextObj() local 542 auto pFont = std::make_unique<CFX_Font>(); in FPDFText_LoadFont() local 671 CPDF_Font* pFont = CPDFFontFromFPDFFont(font); in FPDFPageObj_CreateTextObj() local 718 auto* pFont = CPDFFontFromFPDFFont(font); in FPDFFont_GetFontName() local 755 auto* pFont = CPDFFontFromFPDFFont(font); in FPDFFont_GetFlags() local 764 auto* pFont = CPDFFontFromFPDFFont(font); in FPDFFont_GetWeight() local [all …]
|
/aosp_15_r20/external/pdfium/xfa/fgas/font/ |
H A D | cfgas_gefont.cpp | 28 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(); in LoadFont() local 40 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(); in LoadFont() local 50 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(); in LoadFont() local 158 RetainPtr<CFGAS_GEFont> pFont; in GetCharWidth() local 183 RetainPtr<CFGAS_GEFont> pFont; in GetCharBBox() local 238 RetainPtr<CFGAS_GEFont> pFont = in GetGlyphIndexAndFont() local
|
H A D | cfgas_fontmgr.cpp | 38 bool VerifyUnicode(const RetainPtr<CFGAS_GEFont>& pFont, wchar_t wcUnicode) { in VerifyUnicode() 88 int32_t GetSimilarityScore(FX_FONTDESCRIPTOR const* pFont, in GetSimilarityScore() 232 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl() local 680 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl() local 714 for (const auto& pFont : m_InstalledFonts) { in MatchFonts() local 732 auto pFont = std::make_unique<CFGAS_FontDescriptor>(); in RegisterFace() local 809 RetainPtr<CFGAS_GEFont> pFont = in GetFontByCodePage() local 820 RetainPtr<CFGAS_GEFont> pFont = in GetFontByCodePage() local 846 for (auto& pFont : m_Hash2Fonts[dwHash]) { in GetFontByUnicode() local 873 RetainPtr<CFGAS_GEFont> pFont = in LoadFont() local
|
H A D | cfgas_defaultfontmanager.cpp | 22 RetainPtr<CFGAS_GEFont> pFont = pFontMgr->LoadFont( in GetFont() local 65 RetainPtr<CFGAS_GEFont> pFont = in GetDefaultFont() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_textobject.cpp | 53 RetainPtr<CPDF_Font> pFont = GetFont(); in GetItemInfo() local 102 RetainPtr<CPDF_Font> pFont = GetFont(); in CountWords() local 126 RetainPtr<CPDF_Font> pFont = GetFont(); in GetWordString() local 202 RetainPtr<CPDF_Font> pFont = GetFont(); in SetSegments() local 233 RetainPtr<CPDF_Font> pFont = GetFont(); in GetCharWidth() local 260 RetainPtr<CPDF_Font> pFont = GetFont(); in CalcPositionData() local 268 const RetainPtr<CPDF_Font>& pFont) { in CalcPositionDataInternal()
|
H A D | cpdf_docpagedata.cpp | 85 void InsertWidthArray1(CFX_Font* pFont, in InsertWidthArray1() 189 RetainPtr<CPDF_Font> pFont = in GetFont() local 205 CPDF_Font* pFont = it.second.Get(); in GetStandardFont() local 234 RetainPtr<CPDF_Font> pFont = CPDF_Font::Create(GetDocument(), pDict, nullptr); in GetStandardFont() local 482 RetainPtr<CPDF_Font> CPDF_DocPageData::AddFont(std::unique_ptr<CFX_Font> pFont, in AddFont()
|
H A D | cpdf_textstate.cpp | 28 void CPDF_TextState::SetFont(RetainPtr<CPDF_Font> pFont) { in SetFont() 111 void CPDF_TextState::TextData::SetFont(RetainPtr<CPDF_Font> pFont) { in SetFont()
|
H A D | cpdf_streamcontentparser.cpp | 1136 RetainPtr<CPDF_Font> pFont = FindFont(GetString(1)); in Handle_SetFont() local 1170 RetainPtr<CPDF_Font> pFont = CPDF_DocPageData::FromDocument(m_pDocument) in FindFont() local 1236 RetainPtr<CPDF_Font> pFont = m_pCurStates->m_TextState.GetFont(); in AddTextObject() local
|
H A D | cpdf_allstates.cpp | 85 const CPDF_Array* pFont = pObject->AsArray(); in ProcessExtGS() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_textrenderer.cpp | 24 CFX_Font* GetFont(CPDF_Font* pFont, int32_t position) { in GetFont() 29 const CPDF_Font* pFont, in GetTextRenderOptionsHelper() 54 CPDF_Font* pFont, in DrawTextPath() 100 CPDF_Font* pFont, in DrawTextString() 136 CPDF_Font* pFont, in DrawNormalText()
|
/aosp_15_r20/external/pdfium/core/fxge/ |
H A D | cfx_glyphcache.cpp | 69 const CFX_Font* pFont, in GenKey() 115 const CFX_Font* pFont, in RenderGlyph() 231 const CFX_Path* CFX_GlyphCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() 252 const CFX_Font* pFont, in LoadGlyphBitmap() 336 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() 355 const CFX_Font* pFont, in LookUpGlyphBitmap()
|
H A D | cfx_unicodeencodingex.cpp | 44 CFX_Font* pFont, in FXFM_CreateFontEncoding() 53 CFX_UnicodeEncodingEx::CFX_UnicodeEncodingEx(CFX_Font* pFont, in CFX_UnicodeEncodingEx() 98 CFX_Font* pFont) { in FX_CreateFontEncodingEx()
|
H A D | cfx_fontcache.cpp | 18 RetainPtr<CFX_GlyphCache> CFX_FontCache::GetGlyphCache(const CFX_Font* pFont) { in GetGlyphCache() 32 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
|
H A D | cfx_folderfontinfo.cpp | 329 FontFaceInfo* pFont = it.second.get(); in FindFont() local 377 const FontFaceInfo* pFont = static_cast<FontFaceInfo*>(hFont); in GetFontData() local
|
H A D | cfx_unicodeencoding.cpp | 15 CFX_UnicodeEncoding::CFX_UnicodeEncoding(const CFX_Font* pFont) in CFX_UnicodeEncoding()
|
/aosp_15_r20/external/pdfium/core/fxge/apple/ |
H A D | fx_apple_impl.cpp | 34 CFX_Font* pFont, in CGDrawGlyphRun() 104 CFX_Font* pFont, in DrawDeviceText() 165 const CFX_Font* pFont, in RenderGlyph_Nativetext()
|
/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_bafontmap.cpp | 216 RetainPtr<CPDF_Font> pFont = pData->GetFont(std::move(pElement)); in FindResFontSameCharset() local 288 void CPDF_BAFontMap::AddFontToAnnotDict(const RetainPtr<CPDF_Font>& pFont, in AddFontToAnnotDict() 344 RetainPtr<CPDF_Font> pFont = in GetFontIndex() local 354 int32_t CPDF_BAFontMap::AddFontData(const RetainPtr<CPDF_Font>& pFont, in AddFontData()
|
H A D | cpdf_interactiveform.cpp | 175 const CPDF_Font* pFont, in FindFont() 204 RetainPtr<CPDF_Font>& pFont, in FindFontFromDoc() 243 const RetainPtr<CPDF_Font>& pFont, in AddFont() 277 RetainPtr<CPDF_Font> pFont = AddStandardFont(pDocument); in InitDict() local 576 RetainPtr<CPDF_Font> pFont = in AddNativeInteractiveFormFont() local
|
H A D | cpdf_formcontrol.cpp | 196 RetainPtr<CPDF_Font> pFont = GetDefaultControlFont(); in GetDefaultControlFontName() local 218 RetainPtr<CPDF_Font> pFont = in GetDefaultControlFont() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/font/ |
H A D | cpdf_font.cpp | 282 RetainPtr<CPDF_Font> pFont = pFontGlobals->Find(pDoc, font_id.value()); in GetStockFont() local 302 RetainPtr<CPDF_Font> pFont; in Create() local 347 CFX_SubstFont* pFont = m_Font.GetSubstFont(); in GetSubstFontCharset() local
|
H A D | cfx_stockfontarray.cpp | 37 RetainPtr<CPDF_Font> pFont) { in SetFont()
|
/aosp_15_r20/external/pdfium/core/fpdftext/ |
H A D | cpdf_textpage.cpp | 155 int GetCharWidth(uint32_t charCode, CPDF_Font* pFont) { in GetCharWidth() 850 RetainPtr<CPDF_Font> pFont = pTextObj->GetFont(); in PreMarkedContent() local 889 RetainPtr<CPDF_Font> pFont = pTextObj->GetFont(); in ProcessMarkedContent() local 946 RetainPtr<CPDF_Font> pFont = pTextObj->GetFont(); in ProcessTextObject() local
|
/aosp_15_r20/external/pdfium/xfa/fde/ |
H A D | cfde_textout.cpp | 47 const RetainPtr<CFGAS_GEFont>& pFont, in DrawString() 137 void CFDE_TextOut::SetFont(RetainPtr<CFGAS_GEFont> pFont) { in SetFont()
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_fontmgr.cpp | 33 RetainPtr<CFGAS_GEFont> pFont = in GetFont() local
|
/aosp_15_r20/external/pdfium/xfa/fgas/layout/ |
H A D | cfgas_textpiece.h | 31 RetainPtr<CFGAS_GEFont> pFont; variable
|