/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 28 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() local 43 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() local 54 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() local 168 RetainPtr<CFGAS_GEFont> pFont; in GetCharWidth() local 194 RetainPtr<CFGAS_GEFont> pFont; in GetCharBBox() local 254 RetainPtr<CFGAS_GEFont> pFont = in GetGlyphIndexAndFont() local
|
D | cfgas_defaultfontmanager.cpp | 19 RetainPtr<CFGAS_GEFont> pFont = in GetFont() local 62 RetainPtr<CFGAS_GEFont> pFont = in GetDefaultFont() local
|
D | cfgas_fontmgr.cpp | 33 bool VerifyUnicode(const RetainPtr<CFGAS_GEFont>& pFont, wchar_t wcUnicode) { in VerifyUnicode() 56 int32_t GetSimilarityScore(FX_FONTDESCRIPTOR const* pFont, in GetSimilarityScore() 201 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl() local 672 RetainPtr<CFGAS_GEFont> pFont = in GetFontByUnicodeImpl() local 697 RetainPtr<CFGAS_GEFont> pFont = in LoadFontInternal() local 713 for (const auto& pFont : m_InstalledFonts) { in MatchFonts() local 730 auto pFont = pdfium::MakeUnique<CFX_FontDescriptor>(); in RegisterFace() local 804 RetainPtr<CFGAS_GEFont> pFont = in GetFontByCodePage() local 820 RetainPtr<CFGAS_GEFont> pFont = in GetFontByCodePage() local 852 for (auto& pFont : fonts) { in GetFontByUnicode() local [all …]
|
/external/pdfium/core/fxge/ |
D | cfx_fontcache.cpp | 22 RetainPtr<CFX_GlyphCache> CFX_FontCache::GetGlyphCache(const CFX_Font* pFont) { in GetGlyphCache() 36 CFX_TypeFace* CFX_FontCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache()
|
D | cfx_glyphcache.cpp | 64 const CFX_Font* pFont, in GenKey() 104 const CFX_Font* pFont, in RenderGlyph() 226 const CFX_PathData* CFX_GlyphCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() 247 const CFX_GlyphBitmap* CFX_GlyphCache::LoadGlyphBitmap(const CFX_Font* pFont, in LoadGlyphBitmap() 316 CFX_TypeFace* CFX_GlyphCache::GetDeviceCache(const CFX_Font* pFont) { in GetDeviceCache() 339 const CFX_Font* pFont, in LookUpGlyphBitmap()
|
D | cfx_unicodeencodingex.cpp | 46 CFX_Font* pFont, in FXFM_CreateFontEncoding() 55 CFX_UnicodeEncodingEx::CFX_UnicodeEncodingEx(CFX_Font* pFont, in CFX_UnicodeEncodingEx() 105 CFX_Font* pFont) { in FX_CreateFontEncodingEx()
|
D | cfx_unicodeencoding.cpp | 15 CFX_UnicodeEncoding::CFX_UnicodeEncoding(CFX_Font* pFont) : m_pFont(pFont) {} in CFX_UnicodeEncoding()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 22 CFX_Font* GetFont(CPDF_Font* pFont, int32_t position) { in GetFont() 32 CPDF_Font* pFont, in DrawTextPath() 77 CPDF_Font* pFont, in DrawTextString() 113 CPDF_Font* pFont, in DrawNormalText()
|
D | cpdf_charposlist.cpp | 17 CPDF_Font* pFont, in CPDF_CharPosList()
|
D | cpdf_docrenderdata.cpp | 39 CPDF_Type3Font* pFont) { in GetCachedType3()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 45 RetainPtr<CPDF_Font> pFont = GetFont(); in GetItemInfo() local 105 RetainPtr<CPDF_Font> pFont = GetFont(); in CountWords() local 131 RetainPtr<CPDF_Font> pFont = GetFont(); in GetWordString() local 206 RetainPtr<CPDF_Font> pFont = GetFont(); in SetSegments() local 236 RetainPtr<CPDF_Font> pFont = GetFont(); in GetCharWidth() local 266 RetainPtr<CPDF_Font> pFont = GetFont(); in CalcPositionData() local
|
D | cpdf_textstate.cpp | 25 void CPDF_TextState::SetFont(const RetainPtr<CPDF_Font>& pFont) { in SetFont() 119 void CPDF_TextState::TextData::SetFont(const RetainPtr<CPDF_Font>& pFont) { in SetFont()
|
D | cpdf_docpagedata.cpp | 82 void InsertWidthArray1(CFX_Font* pFont, in InsertWidthArray1() 185 RetainPtr<CPDF_Font> pFont = in GetFont() local 201 CPDF_Font* pFont = it.second.Get(); in GetStandardFont() local 230 RetainPtr<CPDF_Font> pFont = CPDF_Font::Create(GetDocument(), pDict, nullptr); in GetStandardFont() local 455 RetainPtr<CPDF_Font> CPDF_DocPageData::AddFont(std::unique_ptr<CFX_Font> pFont, in AddFont()
|
D | cpdf_allstates.cpp | 88 CPDF_Array* pFont = pObject->AsArray(); in ProcessExtGS() local
|
/external/pdfium/fpdfsdk/ |
D | fpdf_edittext.cpp | 69 CFX_Font* pFont, in LoadFontDesc() 271 std::unique_ptr<CFX_Font> pFont, in LoadSimpleFont() 319 std::unique_ptr<CFX_Font> pFont, in LoadCompositeFont() 453 RetainPtr<CPDF_Font> pFont = in FPDFPageObj_NewTextObj() local 495 auto pFont = pdfium::MakeUnique<CFX_Font>(); in FPDFText_LoadFont() local 547 CFX_Font* pFont = pPdfFont->GetFont(); in FPDFTextObj_GetFontName() local 583 CPDF_Font* pFont = CPDFFontFromFPDFFont(font); in FPDFPageObj_CreateTextObj() local
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 38 CFX_Font* pFont, in CGDrawGlyphRun() 107 CFX_Font* pFont, in DrawDeviceText() 171 const CFX_Font* pFont, in RenderGlyph_Nativetext()
|
D | fx_quartz_device.cpp | 60 void CQuartz2D::DestroyFont(void* pFont) { in DestroyFont()
|
/external/pdfium/core/fpdfapi/font/ |
D | cfx_stockfontarray.cpp | 36 const RetainPtr<CPDF_Font>& pFont) { in SetFont()
|
D | cpdf_fontglobals.cpp | 69 const RetainPtr<CPDF_Font>& pFont) { in Set()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 38 RetainPtr<CFGAS_GEFont> pFont; in GetFont() local
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_textpiece.h | 31 RetainPtr<CFGAS_GEFont> pFont; variable
|
/external/pdfium/core/fpdfdoc/ |
D | cba_fontmap.cpp | 240 RetainPtr<CPDF_Font> pFont = pData->GetFont(pElement); in FindResFontSameCharset() local 309 void CBA_FontMap::AddFontToAnnotDict(const RetainPtr<CPDF_Font>& pFont, in AddFontToAnnotDict() 372 RetainPtr<CPDF_Font> pFont = in GetFontIndex() local 383 int32_t CBA_FontMap::AddFontData(const RetainPtr<CPDF_Font>& pFont, in AddFontData()
|
D | cba_fontmap.h | 45 RetainPtr<CPDF_Font> pFont; member
|
D | cpdf_formcontrol.cpp | 208 RetainPtr<CPDF_Font> pFont = GetDefaultControlFont(); in GetDefaultControlFontName() local 229 RetainPtr<CPDF_Font> pFont = pData->GetFont(pElement); in GetDefaultControlFont() local
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafont.cpp | 20 const CFPF_SkiaPathFont* pFont, in CFPF_SkiaFont()
|