/external/pdfium/fpdfsdk/src/ |
D | fpdf_sysfontinfo.cpp | 42 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/ |
D | 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,
|
D | xfa_ffwidgetacc.cpp | 788 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()
|
D | xfa_fontmgr.cpp | 1763 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()
|
D | xfa_textlayout.cpp | 355 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/ |
D | fpdf_text_search.cpp | 98 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()
|
D | fpdf_text_int.cpp | 278 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/ |
D | fx_mac_imp.cpp | 67 return GetFont(face); in MapFont() 74 return GetFont("Courier New"); in MapFont()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 114 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()
|
D | fpdf_page_doc.cpp | 80 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/ |
D | fx_android_font.h | 26 virtual void* GetFont(const FX_CHAR* face);
|
D | fx_android_font.cpp | 49 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) { in GetFont() function in CFX_AndroidFontInfo
|
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 141 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 49 IFX_Font* GetFont(IFWL_Widget* pWidget); 175 IFX_Font* GetFont() const { return m_pFont; } in GetFont() function
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 183 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/ |
D | fx_ge_fontmap.cpp | 740 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/ |
D | fde_psr.h | 38 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText) = 0;
|
/external/pdfium/core/include/fxge/ |
D | 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/ |
D | font_int.h | 51 CPDF_Font* GetFont(int index) const;
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.h | 73 virtual IFX_Font* GetFont(FDE_HVISUALOBJ hText);
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 898 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/ |
D | fpdf_render_text.cpp | 200 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/ |
D | doc_utils.cpp | 52 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/ |
D | fde_render.cpp | 180 IFX_Font* pFont = pTextSet->GetFont(hText); in RenderText()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.h | 69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);
|