Searched refs:GetFont (Results 1 - 25 of 44) sorted by relevance

12

/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/pdfium/core/src/fxge/android/
H A Dfx_android_font.h24 virtual void* GetFont(FX_LPCSTR face);
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/core/src/fxge/apple/
H A Dfx_mac_imp.cpp59 return GetFont(face);
66 return GetFont("Courier New");
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_decoration.h86 virtual NSFont* GetFont() const;
/external/chromium_org/chromecast/common/
H A Dcast_resource_delegate.h54 virtual scoped_ptr<gfx::Font> GetFont(
H A Dcast_resource_delegate.cc102 scoped_ptr<gfx::Font> CastResourceDelegate::GetFont( function in class:chromecast::CastResourceDelegate
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp91 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();
H A Dfpdf_text_int.cpp277 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()) {
1375 FX_FLOAT prev_width = GetCharWidth(item.m_CharCode, prev_Obj.m_pTextObj->GetFont()) * prev_Obj.m_pTextObj->GetFontSize() / 1000;
1382 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize() / 1000;
1467 CPDF_Font* pFont = pTextObj->GetFont();
1525 CPDF_Font* pFont = pTextObj->GetFont();
[all...]
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.h117 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
H A Dresource_bundle_unittest.cc92 virtual scoped_ptr<gfx::Font> GetFont(
367 &resource_bundle->GetFont(ui::ResourceBundle::BaseFont);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp116 return GetFont(face);
161 return GetFont("Courier New");
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/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/chromium_org/chrome/common/
H A Dbadge_util.cc85 const gfx::Font& base_font = rb.GetFont(ResourceBundle::BaseFont);
/external/chromium_org/ui/base/webui/
H A Dweb_ui_util.cc145 font_family = ui::ResourceBundle::GetSharedInstance().GetFont(
/external/chromium_org/ui/wm/core/
H A Dshadow_unittest.cc81 virtual scoped_ptr<gfx::Font> GetFont(
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp123 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();
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/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_api.cc246 scoped_ptr<fonts::GetFont::Params> params(
247 fonts::GetFont::Params::Create(*args_));
/external/pdfium/core/include/fxge/
H A Dfx_font.h301 virtual void* GetFont(FX_LPCSTR face) = 0;
324 virtual void* GetFont(FX_LPCSTR face);
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp455 CFX_WideString wStr = pText->GetFont()->UnicodeFromCharCode(item.m_CharCode);
979 CPDF_Font * pFont = pTextObj->GetFont();
1183 FX_FLOAT last_width = GetCharWidth(item.m_CharCode, m_pPreObj->GetFont()) * m_pPreObj->GetFontSize() / 1000;
1186 FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000;
1197 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
1223 FX_FLOAT last_width = pPreObj->GetFont()->GetCharWidthF(item.m_CharCode) * pPreObj->GetFontSize() / 1000;
1226 FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000;
1234 CFX_WideString wstrItem = pObj->GetFont()->UnicodeFromCharCode(item.m_CharCode);
H A Dautoreflow.cpp315 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/
H A Dsticky_keys_overlay.cc131 ui::ResourceBundle::GetSharedInstance().GetFont(kKeyLabelFontStyle);

Completed in 940 milliseconds

12