Home
last modified time | relevance | path

Searched defs:pFont (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_edittext.cpp81 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 Dcfgas_gefont.cpp28 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 Dcfgas_fontmgr.cpp38 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 Dcfgas_defaultfontmanager.cpp22 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 Dcpdf_textobject.cpp53 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 Dcpdf_docpagedata.cpp85 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 Dcpdf_textstate.cpp28 void CPDF_TextState::SetFont(RetainPtr<CPDF_Font> pFont) { in SetFont()
111 void CPDF_TextState::TextData::SetFont(RetainPtr<CPDF_Font> pFont) { in SetFont()
H A Dcpdf_streamcontentparser.cpp1136 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 Dcpdf_allstates.cpp85 const CPDF_Array* pFont = pObject->AsArray(); in ProcessExtGS() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_textrenderer.cpp24 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 Dcfx_glyphcache.cpp69 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 Dcfx_unicodeencodingex.cpp44 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 Dcfx_fontcache.cpp18 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 Dcfx_folderfontinfo.cpp329 FontFaceInfo* pFont = it.second.get(); in FindFont() local
377 const FontFaceInfo* pFont = static_cast<FontFaceInfo*>(hFont); in GetFontData() local
H A Dcfx_unicodeencoding.cpp15 CFX_UnicodeEncoding::CFX_UnicodeEncoding(const CFX_Font* pFont) in CFX_UnicodeEncoding()
/aosp_15_r20/external/pdfium/core/fxge/apple/
H A Dfx_apple_impl.cpp34 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 Dcpdf_bafontmap.cpp216 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 Dcpdf_interactiveform.cpp175 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 Dcpdf_formcontrol.cpp196 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 Dcpdf_font.cpp282 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 Dcfx_stockfontarray.cpp37 RetainPtr<CPDF_Font> pFont) { in SetFont()
/aosp_15_r20/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp155 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 Dcfde_textout.cpp47 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 Dcxfa_fontmgr.cpp33 RetainPtr<CFGAS_GEFont> pFont = in GetFont() local
/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_textpiece.h31 RetainPtr<CFGAS_GEFont> pFont; variable

123