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

1 2

  /external/pdfium/core/src/fxge/android/
fx_android_font.h 24 virtual void* GetFont(FX_LPCSTR face);
fx_android_font.cpp 49 void* CFX_AndroidFontInfo::GetFont(FX_LPCSTR face)
  /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/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 86 virtual NSFont* GetFont() const;
  /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/core/src/fxge/apple/
fx_mac_imp.cpp 59 return GetFont(face);
66 return GetFont("Courier New");
  /external/chromium_org/chromecast/common/
cast_resource_delegate.h 54 virtual scoped_ptr<gfx::Font> GetFont(
cast_resource_delegate.cc 102 scoped_ptr<gfx::Font> CastResourceDelegate::GetFont(
  /external/pdfium/core/src/fpdftext/
fpdf_text_search.cpp 91 CFX_WideString wstr = pPrevObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
96 int nLastWidth = GetCharWidth(item.m_CharCode, pPrevObj->GetFont());
100 wstr = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
104 int nThisWidth = GetCharWidth(item.m_CharCode, pObj->GetFont());
142 CPDF_Font* pFont = pObj->GetFont();
fpdf_text_int.cpp 277 if (pCurObj->GetFont()->GetTypeDescent()) {
278 rect.bottom = orgY + pCurObj->GetFont()->GetTypeDescent() * pCurObj->GetFontSize() / 1000;
284 if (pCurObj->GetFont()->GetTypeAscent()) {
285 rect.top = orgY + pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
286 FX_FLOAT xPosTemp = orgX + GetCharWidth(info_curchar.m_CharCode, pCurObj->GetFont()) * pCurObj->GetFontSize() / 1000;
611 if (charinfo.m_pTextObj && charinfo.m_pTextObj->GetFont()) {
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.h 117 virtual scoped_ptr<gfx::Font> GetFont(FontStyle style) = 0;
249 const gfx::Font& GetFont(FontStyle style);
336 // Returns a FontList or NULL by calling Delegate::GetFont and converting
resource_bundle_unittest.cc 92 virtual scoped_ptr<gfx::Font> GetFont(
367 &resource_bundle->GetFont(ui::ResourceBundle::BaseFont);
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 116 return GetFont(face);
161 return GetFont("Courier New");
fx_ge_fontmap.cpp 614 void* hFont = m_pFontInfo->GetFont(name);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 239 CPDF_Font* GetFont() const
554 CPDF_Font* GetFont() const
556 return m_TextState.GetFont();
  /external/chromium_org/chrome/common/
badge_util.cc 85 const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 145 font_family = ui::ResourceBundle::GetSharedInstance().GetFont(
  /external/chromium_org/ui/wm/core/
shadow_unittest.cc 81 virtual scoped_ptr<gfx::Font> GetFont(
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 123 CPDF_Font* pFont = m_TextState.GetFont();
236 CPDF_Font* pFont = m_TextState.GetFont();
324 CPDF_Font* pFont = m_TextState.GetFont();
339 CPDF_Font* pFont = m_TextState.GetFont();
340 FX_DWORD charCode = m_TextState.GetFont()->CharCodeFromUnicode(32);
358 CPDF_Font* pFont = m_TextState.GetFont();
403 CPDF_Font* pFont = m_TextState.GetFont();
531 CPDF_Font* pFont = m_TextState.GetFont();
    [all...]
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/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc 246 scoped_ptr<fonts::GetFont::Params> params(
247 fonts::GetFont::Params::Create(*args_));
  /external/pdfium/core/include/fxge/
fx_font.h 301 virtual void* GetFont(FX_LPCSTR face) = 0;
324 virtual void* GetFont(FX_LPCSTR face);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 455 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
    [all...]
autoreflow.cpp 315 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
336 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
362 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
381 CFX_WideString str = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
  /external/chromium_org/ash/sticky_keys/
sticky_keys_overlay.cc 131 ui::ResourceBundle::GetSharedInstance().GetFont(kKeyLabelFontStyle);

Completed in 1711 milliseconds

1 2