/external/pdfium/xfa/fxfa/ |
D | cxfa_fontmgr.cpp | 26 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont( in GetFont() function in CXFA_FontMgr 42 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont, in GetFont() 48 pFont = m_pDefFontMgr->GetFont(hDoc->GetApp()->GetFDEFontMgr(), in GetFont() 53 pFont = pMgr->GetFont(wsEnglishName.AsStringView(), dwFontStyles, &pPDFFont, in GetFont()
|
D | cxfa_fontmgr.h | 29 RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 20 CFX_Font* GetFont(CPDF_Font* pFont, int32_t position) { in GetFont() function 21 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont() 52 CFX_Font* font = GetFont(pFont, fontPosition); in DrawTextPath() 62 CFX_Font* font = GetFont(pFont, fontPosition); in DrawTextPath() 154 CFX_Font* font = GetFont(pFont, fontPosition); in DrawNormalText() 163 CFX_Font* font = GetFont(pFont, fontPosition); in DrawNormalText()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 63 void* GetFont(const char* family) override { in GetFont() function in CFX_ExternalFontInfo 64 if (!m_pInfo->GetFont) in GetFont() 66 return m_pInfo->GetFont(m_pInfo, family); in GetFont() 156 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont() 208 pFontInfoExt->GetFont = DefaultGetFont; in FPDF_GetDefaultSystemFontInfo()
|
D | fpdfedit_embeddertest.cpp | 723 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 724 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F() 752 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 753 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F() 782 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 783 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F() 823 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 824 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F() 876 const uint8_t* data = stock_font->GetFont()->GetFontData(); in TEST_F() 877 const uint32_t size = stock_font->GetFont()->GetSize(); in TEST_F()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 40 CPDF_Font* pFont = m_TextState.GetFont(); in GetItemInfo() 151 CPDF_Font* pFont = m_TextState.GetFont(); in SetSegments() 180 CPDF_Font* pFont = m_TextState.GetFont(); in GetCharWidth() 192 CPDF_Font* CPDF_TextObject::GetFont() const { in GetFont() function in CPDF_TextObject 193 return m_TextState.GetFont(); in GetFont() 206 CPDF_Font* pFont = m_TextState.GetFont(); in CalcPositionData()
|
D | cpdf_textstate.cpp | 20 CPDF_Font* CPDF_TextState::GetFont() const { in GetFont() function in CPDF_TextState 119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict()); in TextData()
|
D | cpdf_textstate.h | 35 CPDF_Font* GetFont() const;
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpage.cpp | 274 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray() 276 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray() 283 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray() 286 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray() 289 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * in GetRectArray() 396 if (charinfo.m_pTextObj && charinfo.m_pTextObj->GetFont()) in GetCharInfo() 740 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * in ProcessTextObject() 748 float this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * in ProcessTextObject() 820 CPDF_Font* pFont = pTextObj->GetFont(); in PreMarkedContent() 864 CPDF_Font* pFont = pTextObj->GetFont(); in ProcessMarkedContent() [all …]
|
/external/pdfium/core/fxge/apple/ |
D | fx_mac_imp.cpp | 72 return GetFont(face.c_str()); in MapFont() 99 return GetFont("Courier New"); in MapFont()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 60 const RetainPtr<CFGAS_GEFont>& CFWL_WidgetTP::GetFont() const { in GetFont() function in CFWL_WidgetTP 293 RetainPtr<CFGAS_GEFont> CFWL_FontData::GetFont() const { in GetFont() function in CFWL_FontData 319 return pData->GetFont(); in FindFont() 326 return m_FontsArray.back()->GetFont(); in FindFont()
|
D | cfwl_widgettp.h | 41 const RetainPtr<CFGAS_GEFont>& GetFont() const; 114 RetainPtr<CFGAS_GEFont> GetFont() const;
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_font.h | 86 CFX_Font* GetFont() { return &m_Font; } in GetFont() function 87 const CFX_Font* GetFont() const { return &m_Font; } in GetFont() function
|
D | cfx_stockfontarray.h | 21 CPDF_Font* GetFont(uint32_t index) const;
|
D | cfx_stockfontarray.cpp | 23 CPDF_Font* CFX_StockFontArray::GetFont(uint32_t index) const { in GetFont() function in CFX_StockFontArray
|
D | cpdf_fontglobals.cpp | 26 return it->second ? it->second->GetFont(index) : nullptr; in Find()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_pdffontmgr.cpp | 70 return CFGAS_GEFont::LoadFont(pPDFFont->GetFont(), m_pFontMgr.Get()); in FindFont() 75 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::GetFont( in GetFont() function in CFGAS_PDFFontMgr
|
D | cfgas_defaultfontmanager.h | 21 RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr,
|
D | cfgas_pdffontmgr.h | 29 RetainPtr<CFGAS_GEFont> GetFont(const WideStringView& wsFontFamily,
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 276 return GetFont(Base14Substs[iBaseFont].m_pSubstName); in GetSubstFont() 289 return GetFont("Courier New"); in FindFont() 329 void* CFX_FolderFontInfo::GetFont(const char* face) { in GetFont() function in CFX_FolderFontInfo
|
D | ifx_systemfontinfo.h | 38 virtual void* GetFont(const char* face) = 0;
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.h | 31 void* GetFont(const char* face) override;
|
/external/pdfium/xfa/fwl/ |
D | ifwl_themeprovider.h | 31 virtual RetainPtr<CFGAS_GEFont> GetFont(CFWL_ThemePart* pThemePart) const = 0;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_defaultappearance.h | 32 ByteString GetFont(float* fFontSize);
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 139 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member
|