Home
last modified time | relevance | path

Searched refs:GetFont (Results 1 – 25 of 45) sorted by relevance

12

/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp42 void* GetFont(const FX_CHAR* family) override { in GetFont() function in CFX_ExternalFontInfo
43 if (m_pInfo->GetFont) in GetFont()
44 return m_pInfo->GetFont(m_pInfo, family); in GetFont()
133 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family); in DefaultGetFont()
181 pFontInfoExt->GetFont = DefaultGetFont; in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h22 IFX_Font* GetFont(IXFA_Doc* hDoc,
38 IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
69 IFX_Font* GetFont(IXFA_Doc* hDoc,
Dxfa_ffwidgetacc.cpp788 if (CXFA_Font font = caption.GetFont()) { in CalcCaptionSize()
790 } else if (CXFA_Font widgetfont = GetFont()) { in CalcCaptionSize()
1543 if (CXFA_Font font = this->GetFont()) { in GetFDEFont()
1553 return pDoc->GetApp()->GetXFAFontMgr()->GetFont(pDoc, wsFontName, in GetFDEFont()
1558 if (CXFA_Font font = this->GetFont()) { in GetFontSize()
1574 if (CXFA_Font font = this->GetFont()) { in GetTextColor()
1672 return m_pWidgetAcc->GetFont(); in GetFontNode()
1679 return m_pWidgetAcc->GetFont(); in GetFontNode()
Dxfa_fontmgr.cpp1763 IFX_Font* CXFA_DefFontMgr::GetFont(IXFA_Doc* hDoc, in GetFont() function in CXFA_DefFontMgr
1927 IFX_Font* CXFA_PDFFontMgr::GetFont(const CFX_WideStringC& wsFontFamily, in GetFont() function in CXFA_PDFFontMgr
2057 IFX_Font* CXFA_FontMgr::GetFont(IXFA_Doc* hDoc, in GetFont() function in CXFA_FontMgr
2074 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont); in GetFont()
2080 pFont = m_pDefFontMgr->GetFont(hDoc, wsFontFamily, dwFontStyles, wCodePage); in GetFont()
2084 pFont = pMgr->GetFont(wsEnglishName, dwFontStyles, &pPDFFont, FALSE); in GetFont()
Dxfa_textlayout.cpp355 IFX_Font* CXFA_TextParser::GetFont(IXFA_TextProvider* pTextProvider, in GetFont() function in CXFA_TextParser
386 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle); in GetFont()
755 pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL)); in CreateBreak()
807 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL)); in InitBreak()
890 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, pStyle)); in InitBreak()
1756 pTP->pFont = m_textParser.GetFont(m_pTextProvider, pStyle); in AppendTextLine()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp98 pPrevObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in FPDFText_ProcessInterObj()
103 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont()); in FPDFText_ProcessInterObj()
107 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode); in FPDFText_ProcessInterObj()
111 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont()); in FPDFText_ProcessInterObj()
153 CPDF_Font* pFont = pObj->GetFont(); in ProcessObject()
Dfpdf_text_int.cpp278 if (pCurObj->GetFont()->GetTypeDescent()) { in GetRectArray()
280 pCurObj->GetFont()->GetTypeDescent() * in GetRectArray()
287 if (pCurObj->GetFont()->GetTypeAscent()) { in GetRectArray()
290 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000; in GetRectArray()
293 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * in GetRectArray()
480 if (charinfo->m_pTextObj && charinfo->m_pTextObj->GetFont()) { in GetCharInfo()
1220 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * in ProcessTextObject()
1228 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * in ProcessTextObject()
1319 CPDF_Font* pFont = pTextObj->GetFont(); in PreMarkedContent()
1378 CPDF_Font* pFont = pTextObj->GetFont(); in ProcessMarkedContent()
[all …]
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp67 return GetFont(face); in MapFont()
74 return GetFont("Courier New"); in MapFont()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp114 CPDF_Font* pFont = m_TextState.GetFont(); in GetItemInfo()
227 CPDF_Font* pFont = m_TextState.GetFont(); in SetSegments()
317 CPDF_Font* pFont = m_TextState.GetFont(); in GetCharWidth()
331 CPDF_Font* pFont = m_TextState.GetFont(); in GetSpaceCharWidth()
332 FX_DWORD charCode = m_TextState.GetFont()->CharCodeFromUnicode(32); in GetSpaceCharWidth()
350 CPDF_Font* pFont = m_TextState.GetFont(); in GetCharRect()
402 CPDF_Font* pFont = m_TextState.GetFont(); in CalcPositionData()
530 CPDF_Font* pFont = m_TextState.GetFont(); in CalcCharPos()
Dfpdf_page_doc.cpp80 return GetValidatePageData()->GetFont(pFontDict, FALSE); in LoadFont()
215 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict, in GetFont() function in CPDF_DocPageData
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h26 virtual void* GetFont(const FX_CHAR* face);
Dfx_android_font.cpp49 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) { in GetFont() function in CFX_AndroidFontInfo
/external/pdfium/public/
Dfpdf_sysfontinfo.h141 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member
/external/pdfium/xfa/include/fwl/theme/
Dwidgettp.h49 IFX_Font* GetFont(IFWL_Widget* pWidget);
175 IFX_Font* GetFont() const { return m_pFont; } in GetFont() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h183 CPDF_Font* GetFont() const { return m_pObject->m_pFont; } in GetFont() function
430 CPDF_Font* GetFont() const { return m_TextState.GetFont(); } in GetFont() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp740 void* hFont = m_pFontInfo->GetFont(name); in AddInstalledFont()
1104 hFont = m_pFontInfo->GetFont(match); in FindSubstFont()
1141 hFont = m_pFontInfo->GetFont(m_FaceArray[index]); in FindSubstFont()
1479 return GetFont(Base14Substs[iBaseFont].m_pSubstName); in GetSubstFont()
1493 return GetFont("Courier New"); in FindFont()
1535 void* CFX_FolderFontInfo::GetFont(const FX_CHAR* face) { in GetFont() function in CFX_FolderFontInfo
/external/pdfium/xfa/src/fdp/include/
Dfde_psr.h38 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText) = 0;
/external/pdfium/core/include/fxge/
Dfx_font.h372 virtual void* GetFont(const FX_CHAR* face) = 0;
408 void* GetFont(const FX_CHAR* face) override;
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h51 CPDF_Font* GetFont(int index) const;
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.h73 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText);
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp898 HRN(fontFamily->GetFont(fontIndex, &font)); in onCreateFromStream()
999 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
1009 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp200 CPDF_Font* pFont = textobj->m_TextState.GetFont(); in ProcessText()
305 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict(), FALSE); in GetCachedType3()
353 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font(); in ProcessType3Text()
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp52 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, in GetFont() function in CPDF_DefaultAppearance
634 cDA.GetFont(csFontNameTag, fFontSize); in GetDefaultInterFormFont()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_render.cpp180 IFX_Font* pFont = pTextSet->GetFont(hText); in RenderText()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.h69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);

12