HomeSort by relevance Sort by last modified time
    Searched defs:GetFont (Results 1 - 13 of 13) sorted by null

  /external/pdfium/core/src/fxge/android/
fx_android_font.cpp 49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face)
  /external/chromium_org/chromecast/common/
cast_resource_delegate.cc 102 scoped_ptr<gfx::Font> CastResourceDelegate::GetFont(
  /external/pdfium/fpdfsdk/include/
fpdf_sysfontinfo.h 86 * 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);
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/
fpdf_sysfontinfo.cpp 38 virtual void* GetFont(FX_LPCSTR family)
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/pdfium/core/src/fpdfdoc/
doc_utils.cpp 72 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize)
672 cDA.GetFont(csFontNameTag, fFontSize);
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 554 const gfx::Font& ResourceBundle::GetFont(FontStyle style) {
754 scoped_ptr<gfx::Font> font = delegate_->GetFont(style);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 85 return GetValidatePageData()->GetFont(pFontDict, FALSE);
92 return GetValidatePageData()->GetFont(pFontDict, TRUE);
247 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict, FX_BOOL findOnly)
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 239 CPDF_Font* GetFont() const
554 CPDF_Font* GetFont() const
556 return m_TextState.GetFont();
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 779 void GetFont(CFX_ByteString& csFontNameTag, FX_FLOAT& fFontSize);
1241 CPDF_Font* GetFont()
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 614 void* hFont = m_pFontInfo->GetFont(name);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 27 virtual void* GetFont(FX_LPCSTR face)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluadmex.h 140 virtual HFONT WINAPI GetFont(void) = 0;
151 HFONT (WINAPI *GetFont)(IGetClusterUIInfo *This);
164 #define IGetClusterUIInfo_GetFont(This) (This)->lpVtbl->GetFont(This)
    [all...]
tom.h 298 virtual HRESULT WINAPI GetFont(ITextFont **pFont) = 0;
360 HRESULT (WINAPI *GetFont)(ITextRange *This,ITextFont **pFont);
424 #define ITextRange_GetFont(This,pFont) (This)->lpVtbl->GetFont(This,pFont)
    [all...]

Completed in 3701 milliseconds