/external/pdfium/core/src/fxge/android/ |
H A D | fx_android_font.cpp | 49 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) { function in class:CFX_AndroidFontInfo
|
/external/pdfium/public/ |
H A D | fpdf_sysfontinfo.h | 89 * Yes only if GetFont method is not implemented. 93 * Otherwise, Foxit SDK will do the mapping and then call GetFont 125 * Method: GetFont 141 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member in struct:_FPDF_SYSFONTINFO 155 * hFont - Font handle returned by MapFont or GetFont method 182 * hFont - Font handle returned by MapFont or GetFont method 205 * hFont - Font handle returned by MapFont or GetFont method 220 * hFont - Font handle returned by MapFont or GetFont method
|
/external/pdfium/xfa/include/fwl/theme/ |
H A D | widgettp.h | 49 IFX_Font* GetFont(IFWL_Widget* pWidget);
175 IFX_Font* GetFont() const { return m_pFont; }
function in class:CFWL_FontData
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
H A D | fpdf_page_doc.cpp | 80 return GetValidatePageData()->GetFont(pFontDict, FALSE); 215 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict, function in class:CPDF_DocPageData
|
/external/pdfium/core/src/fpdfdoc/ |
H A D | doc_utils.cpp | 52 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, function in class:CPDF_DefaultAppearance 634 cDA.GetFont(csFontNameTag, fFontSize);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_fontmgr.cpp | 1763 IFX_Font* CXFA_DefFontMgr::GetFont(IXFA_Doc* hDoc,
function in class:CXFA_DefFontMgr 1927 IFX_Font* CXFA_PDFFontMgr::GetFont(const CFX_WideStringC& wsFontFamily,
function in class:CXFA_PDFFontMgr 2057 IFX_Font* CXFA_FontMgr::GetFont(IXFA_Doc* hDoc,
function in class:CXFA_FontMgr 2074 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont);
2080 pFont = m_pDefFontMgr->GetFont(hDoc, wsFontFamily, dwFontStyles, wCodePage);
2084 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont, FALSE);
|
H A D | xfa_textlayout.cpp | 355 IFX_Font* CXFA_TextParser::GetFont(IXFA_TextProvider* pTextProvider,
function in class:CXFA_TextParser 386 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle);
755 pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL));
807 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL));
890 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, pStyle));
1756 pTP->pFont = m_textParser.GetFont(m_pTextProvider, pStyle);
|
/external/pdfium/core/include/fpdfapi/ |
H A D | fpdf_pageobj.h | 183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; } function in class:CPDF_TextState 430 CPDF_Font* GetFont() const { return m_TextState.GetFont(); } function in class:CPDF_TextObject
|
/external/pdfium/xfa/src/fee/src/fee/ |
H A D | fde_txtedtpage.cpp | 54 IFX_Font* CFDE_TxtEdtTextSet::GetFont(FDE_HVISUALOBJ hText) {
function in class:CFDE_TxtEdtTextSet
|
/external/pdfium/xfa/src/fwl/src/theme/ |
H A D | widgettp.cpp | 187 IFX_Font* CFWL_WidgetTP::GetFont(IFWL_Widget* pWidget) {
function in class:CFWL_WidgetTP 758 return data->GetFont();
767 return fontData->GetFont();
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
H A D | fpdf_font.cpp | 47 CPDF_Font* CFX_StockFontArray::GetFont(int index) const { function in class:CFX_StockFontArray 71 return it->second ? it->second->GetFont(index) : nullptr;
|
/external/pdfium/core/src/fxge/ge/ |
H A D | fx_ge_fontmap.cpp | 740 void* hFont = m_pFontInfo->GetFont(name); 1104 hFont = m_pFontInfo->GetFont(match); 1141 hFont = m_pFontInfo->GetFont(m_FaceArray[index]); 1479 return GetFont(Base14Substs[iBaseFont].m_pSubstName); 1493 return GetFont("Courier New"); 1535 void* CFX_FolderFontInfo::GetFont(const FX_CHAR* face) { function in class:CFX_FolderFontInfo
|
/external/pdfium/core/include/fpdfdoc/ |
H A D | fpdf_doc.h | 495 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize); 829 CPDF_Font* GetFont() { return m_pFont; } function in class:CPDF_FormField
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_objectacc_imp.cpp | 392 CXFA_Font CXFA_Caption::GetFont() {
function in class:CXFA_Caption 1541 CXFA_Font CXFA_WidgetData::GetFont(FX_BOOL bModified) {
function in class:CXFA_WidgetData
|