Searched defs:GetFont (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp49 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) { function in class:CFX_AndroidFontInfo
/external/pdfium/public/
H A Dfpdf_sysfontinfo.h89 * 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 Dwidgettp.h49 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 Dfpdf_page_doc.cpp80 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 Ddoc_utils.cpp52 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 Dxfa_fontmgr.cpp1763 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 Dxfa_textlayout.cpp355 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 Dfpdf_pageobj.h183 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 Dfde_txtedtpage.cpp54 IFX_Font* CFDE_TxtEdtTextSet::GetFont(FDE_HVISUALOBJ hText) { function in class:CFDE_TxtEdtTextSet
/external/pdfium/xfa/src/fwl/src/theme/
H A Dwidgettp.cpp187 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 Dfpdf_font.cpp47 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 Dfx_ge_fontmap.cpp740 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 Dfpdf_doc.h495 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 Dxfa_objectacc_imp.cpp392 CXFA_Font CXFA_Caption::GetFont() { function in class:CXFA_Caption
1541 CXFA_Font CXFA_WidgetData::GetFont(FX_BOOL bModified) { function in class:CXFA_WidgetData

Completed in 462 milliseconds