/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_fontmgr.h | 22 IFX_Font* GetFont(IXFA_Doc* hDoc,
38 IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
69 IFX_Font* GetFont(IXFA_Doc* hDoc,
|
xfa_ffwidgetacc.cpp | 788 if (CXFA_Font font = caption.GetFont()) {
790 } else if (CXFA_Font widgetfont = GetFont()) {
[all...] |
xfa_fontmgr.cpp | [all...] |
xfa_textlayout.cpp | 355 IFX_Font* CXFA_TextParser::GetFont(IXFA_TextProvider* pTextProvider,
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));
[all...] |
/external/pdfium/core/src/fxge/android/ |
fx_android_font.h | 26 virtual void* GetFont(const FX_CHAR* face);
|
fx_android_font.cpp | 49 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) {
|
/external/pdfium/fpdfsdk/src/ |
fpdf_sysfontinfo.cpp | 42 void* GetFont(const FX_CHAR* family) override { 43 if (m_pInfo->GetFont) 44 return m_pInfo->GetFont(m_pInfo, family); 133 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); 181 pFontInfoExt->GetFont = DefaultGetFont;
|
/external/pdfium/core/src/fxge/apple/ |
fx_mac_imp.cpp | 67 return GetFont(face); 74 return GetFont("Courier New");
|
/external/pdfium/public/ |
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); 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/core/src/fpdftext/ |
fpdf_text_search.cpp | 98 pPrevObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); 103 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont()); 107 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); 111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); 153 CPDF_Font* pFont = pObj->GetFont();
|
fpdf_text_int.cpp | 278 if (pCurObj->GetFont()->GetTypeDescent()) { 280 pCurObj->GetFont()->GetTypeDescent() * 287 if (pCurObj->GetFont()->GetTypeAscent()) { 290 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; 293 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * 480 if (charinfo->m_pTextObj && charinfo->m_pTextObj->GetFont()) { [all...] |
/external/pdfium/xfa/src/fdp/include/ |
fde_psr.h | 38 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText) = 0;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
fpdf_page.cpp | 114 CPDF_Font* pFont = m_TextState.GetFont(); 227 CPDF_Font* pFont = m_TextState.GetFont(); 317 CPDF_Font* pFont = m_TextState.GetFont(); 331 CPDF_Font* pFont = m_TextState.GetFont(); 332 FX_DWORD charCode = m_TextState.GetFont()->CharCodeFromUnicode(32); 350 CPDF_Font* pFont = m_TextState.GetFont(); 402 CPDF_Font* pFont = m_TextState.GetFont(); 530 CPDF_Font* pFont = m_TextState.GetFont();
|
fpdf_page_doc.cpp | 80 return GetValidatePageData()->GetFont(pFontDict, FALSE); 215 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict,
|
/external/pdfium/xfa/include/fwl/theme/ |
widgettp.h | 49 IFX_Font* GetFont(IFWL_Widget* pWidget);
175 IFX_Font* GetFont() const { return m_pFont; }
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_pageobj.h | 183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; } 430 CPDF_Font* GetFont() const { return m_TextState.GetFont(); }
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_fontmap.cpp | 740 void* hFont = m_pFontInfo->GetFont(name); 1104 hFont = m_pFontInfo->GetFont(match); [all...] |
/external/pdfium/core/include/fxge/ |
fx_font.h | 372 virtual void* GetFont(const FX_CHAR* face) = 0; 408 void* GetFont(const FX_CHAR* face) override;
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
font_int.h | 51 CPDF_Font* GetFont(int index) const;
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtpage.h | 73 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText);
|
/external/pdfium/core/src/fpdfdoc/ |
doc_utils.cpp | 52 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, 634 cDA.GetFont(csFontNameTag, fFontSize);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_render.cpp | 180 IFX_Font* pFont = pTextSet->GetFont(hText);
|
/external/pdfium/xfa/src/fgas/src/font/ |
fx_stdfontmgr.h | 69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 200 CPDF_Font* pFont = textobj->m_TextState.GetFont(); 305 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict(), FALSE); 353 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font();
|
/external/skia/src/ports/ |
SkFontMgr_win_dw.cpp | 898 HRN(fontFamily->GetFont(fontIndex, &font)); [all...] |