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

/external/chromium_org/chromecast/common/
H A Dcast_resource_delegate.cc102 scoped_ptr<gfx::Font> CastResourceDelegate::GetFont( function in class:chromecast::CastResourceDelegate
/external/pdfium/core/src/fxge/android/
H A Dfx_android_font.cpp49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face) function in class:CFX_AndroidFontInfo
/external/pdfium/fpdfsdk/include/
H A Dfpdf_sysfontinfo.h86 * Yes only if GetFont method is not implemented.
89 * Otherwise, Foxit SDK will do the mapping and then call GetFont method.
107 * Method: GetFont
121 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member in struct:_FPDF_SYSFONTINFO
134 * hFont - Font handle returned by MapFont or GetFont method
155 * hFont - Font handle returned by MapFont or GetFont method
173 * hFont - Font handle returned by MapFont or GetFont method
188 * hFont - Font handle returned by MapFont or GetFont method
/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp38 virtual void* GetFont(FX_LPCSTR family) function in class:CSysFontInfo_Ext
40 if (m_pInfo->GetFont)
41 return m_pInfo->GetFont(m_pInfo, family);
116 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family);
155 pFontInfoExt->GetFont = DefaultGetFont;
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc554 const gfx::Font& ResourceBundle::GetFont(FontStyle style) { function in class:ui::ResourceBundle
754 scoped_ptr<gfx::Font> font = delegate_->GetFont(style);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp85 return GetValidatePageData()->GetFont(pFontDict, FALSE);
92 return GetValidatePageData()->GetFont(pFontDict, TRUE);
247 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict, FX_BOOL findOnly) function in class:CPDF_DocPageData
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp72 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize) function in class:CPDF_DefaultAppearance
672 cDA.GetFont(csFontNameTag, fFontSize);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h239 CPDF_Font* GetFont() const function in class:CPDF_TextState
554 CPDF_Font* GetFont() const function in class:CPDF_TextObject
556 return m_TextState.GetFont();
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp614 void* hFont = m_pFontInfo->GetFont(name);
1179 hFont = m_pFontInfo->GetFont(match);
1215 hFont = m_pFontInfo->GetFont(m_FaceArray[index]);
1494 void* CFX_FolderFontInfo::GetFont(FX_LPCSTR face) function in class:CFX_FolderFontInfo
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp27 virtual void* GetFont(FX_LPCSTR face) function in class:CWin32FontInfo
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h779 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize);
1241 CPDF_Font* GetFont() function in class:CPDF_FormField

Completed in 402 milliseconds