HomeSort by relevance Sort by last modified time
    Searched refs:GetFont (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/pdfium/xfa/fxfa/parser/
cxfa_caption.h 25 CXFA_Font GetFont();
cxfa_caption.cpp 37 CXFA_Font CXFA_Caption::GetFont() {
  /external/pdfium/xfa/fxfa/
xfa_fontmgr.h 35 CFX_RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
54 CFX_RetainPtr<CFGAS_GEFont> GetFont(const CFX_WideStringC& wsFontFamily,
89 CFX_RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.h 32 void* GetFont(const FX_CHAR* face) override;
cfx_androidfontinfo.cpp 53 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) {
  /external/pdfium/xfa/fwl/
ifwl_themeprovider.h 29 virtual CFX_RetainPtr<CFGAS_GEFont> GetFont(
  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 32 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize);
cpdf_formfield.h 129 CPDF_Font* GetFont() const { return m_pFont; }
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 40 virtual void* GetFont(const FX_CHAR* face) = 0;
  /external/pdfium/xfa/fde/
cfde_txtedttextset.h 27 CFX_RetainPtr<CFGAS_GEFont> GetFont() override;
fde_visualset.h 61 virtual CFX_RetainPtr<CFGAS_GEFont> GetFont() = 0;
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 71 return GetFont(face.c_str());
98 return GetFont("Courier New");
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 46 void* GetFont(const FX_CHAR* family) override {
47 if (!m_pInfo->GetFont)
49 return m_pInfo->GetFont(m_pInfo, family);
140 return pDefault->m_pFontInfo->GetFont(family);
190 pFontInfoExt->GetFont = DefaultGetFont;
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 34 CPDF_Font* pFont = m_TextState.GetFont();
143 CPDF_Font* pFont = m_TextState.GetFont();
171 CPDF_Font* pFont = m_TextState.GetFont();
183 CPDF_Font* CPDF_TextObject::GetFont() const {
184 return m_TextState.GetFont();
197 CPDF_Font* pFont = m_TextState.GetFont();
cpdf_textobject.h 47 CPDF_Font* GetFont() const;
cpdf_textstate.h 35 CPDF_Font* GetFont() const;
cpdf_textstate.cpp 20 CPDF_Font* CPDF_TextState::GetFont() const {
119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
cpdf_docpagedata.h 33 CPDF_Font* GetFont(CPDF_Dictionary* pFontDict);
  /external/pdfium/xfa/fwl/theme/
cfwl_widgettp.h 42 const CFX_RetainPtr<CFGAS_GEFont>& GetFont() const { return m_pFDEFont; }
115 CFX_RetainPtr<CFGAS_GEFont> GetFont() const { return m_pFont; }
  /external/pdfium/core/fxge/ge/
cfx_folderfontinfo.h 38 void* GetFont(const FX_CHAR* face) override;
cfx_folderfontinfo.cpp 269 return GetFont(Base14Substs[iBaseFont].m_pSubstName);
282 return GetFont("Courier New");
323 void* CFX_FolderFontInfo::GetFont(const FX_CHAR* face) {
  /external/pdfium/public/
fpdf_sysfontinfo.h 90 * Yes only if GetFont method is not implemented.
94 * Otherwise, Foxit SDK will do the mapping and then call GetFont
126 * Method: GetFont
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
156 * hFont - Font handle returned by MapFont or GetFont method
183 * hFont - Font handle returned by MapFont or GetFont method
206 * hFont - Font handle returned by MapFont or GetFont method
221 * hFont - Font handle returned by MapFont or GetFont method
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.h 40 CFX_RetainPtr<CFGAS_GEFont> GetFont(
cxfa_textparser.h 53 CFX_RetainPtr<CFGAS_GEFont> GetFont(CXFA_TextProvider* pTextProvider,
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 267 if (pCurObj->GetFont()->GetTypeDescent()) {
269 pCurObj->GetFont()->GetTypeDescent() *
276 if (pCurObj->GetFont()->GetTypeAscent()) {
279 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
282 GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) *
394 if (charinfo.m_pTextObj && charinfo.m_pTextObj->GetFont())
766 GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) *
774 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) *
847 CPDF_Font* pFont = pTextObj->GetFont();
893 CPDF_Font* pFont = pTextObj->GetFont();
    [all...]

Completed in 1036 milliseconds

1 2 3