Searched refs:HFONT (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/public/platform/win/
H A DWebSandboxSupport.h34 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
47 virtual bool ensureFontLoaded(HFONT) = 0;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.h40 HFONT
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.h40 HFONT
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.h73 // HFONT (an opaque handle into Windows). To avoid lots of GDI object
74 // allocation and destruction, Font indirectly refers to the HFONT by way of
75 // an HFontRef. That is, every Font has an HFontRef, which has an HFONT.
77 // HFontRef is reference counted. Upon deletion, it deletes the HFONT.
78 // By making HFontRef maintain the reference to the HFONT, multiple
79 // HFontRefs can share the same HFONT, and Font can provide value semantics.
82 // This constructor takes control of the HFONT, and will delete it when
84 HFontRef(HFONT hfont,
93 HFONT hfont() const { return hfont_; }
111 const HFONT hfont
[all...]
H A Dplatform_font_win.cc66 void GetTextMetricsForFont(HDC hdc, HFONT font, TEXTMETRIC* text_metrics) {
126 HFONT hfont = CreateFontIndirect(&font_info);
140 HFONT hfont = CreateFontIndirect(&font_info);
171 // the font name taken from the HFONT handle, but it's not the name that comes
209 void PlatformFontWin::InitWithCopyOfHFONT(HFONT hfont) {
218 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, FW_DONTCARE, FALSE, FALSE, FALSE,
238 HFONT font = CreateFontIndirect(&metrics.lfMessageFont);
247 PlatformFontWin::HFontRef* PlatformFontWin::CreateHFontRef(HFONT font) {
260 HFONT font,
281 Font PlatformFontWin::DeriveWithCorrectedSize(HFONT base_fon
[all...]
H A Dnative_widget_types.h58 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
138 typedef HFONT NativeFont;
/external/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontInstance.h55 HFONT fFont;
79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const
/external/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.h55 HFONT fFont;
79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win.cc50 HFONT hfont = CreateFont(12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
55 HGDIOBJ oldFont = static_cast<HFONT>(SelectObject(dc, hfont));
182 HFONT hfont = CreateFontIndirect(&logfont);
/external/chromium_org/base/win/
H A Dscoped_gdi_object.h71 typedef ScopedGDIObject<HFONT> ScopedHFONT;
/external/chromium_org/content/common/
H A Dfont_cache_dispatcher_win.cc34 HFONT font_handle = CreateFontIndirect(&font);
118 HFONT font_;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp224 HFONT font = CreateFontIndirect(&lf);
227 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
450 void init(HFONT font, const XFORM& xform) {
460 HFONT fFont;
579 HFONT fSavefont;
580 HFONT fFont;
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
1767 HFONT font = CreateFontIndirect(&fLogFont);
1770 HFONT savefon
[all...]
/external/skia/src/ports/
H A DSkFontHost_win.cpp224 HFONT font = CreateFontIndirect(&lf);
227 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
449 void init(HFONT font, const XFORM& xform) {
459 HFONT fFont;
579 HFONT fSavefont;
580 HFONT fFont;
692 fSavefont = (HFONT)SelectObject(fDDC, fFont);
1799 HFONT font = CreateFontIndirect(&fLogFont);
1802 HFONT savefon
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumFontProviderWin.cpp93 HFONT hFont = CreateFontIndirect(&font);
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc47 virtual bool ensureFontLoaded(HFONT);
75 HFONT font) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp62 HFONT hFont = CreateFontIndirectA(plf);
83 HFONT hFont = CreateFontIndirectA(plf);
318 HFONT hFont = ::CreateFontA(-10, 0, 0, 0, weight, bItalic, 0, 0, charset, OUT_TT_ONLY_PRECIS,
321 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, hFont);
369 HFONT hOldFont = (HFONT)::SelectObject(m_hDC, (HFONT)hFont);
381 HFONT hOldFont = (HFONT)
[all...]
/external/chromium_org/chrome/renderer/
H A Dchrome_render_process_observer.cc140 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dmain_wnd.cc65 HFONT GetDefaultFont() {
66 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT));
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp535 HFONT hFont = (HFONT)SendMessage(hWnd, WM_GETFONT, 0, 0L);
539 HFONT hFontOld = SelectFont(hDC, hFont);
H A Dgui_main.cpp172 HFONT hFont = GetStockFont(ANSI_FIXED_FONT);
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc163 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h35 IN const HFONT hfont)
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc100 dc, (HFONT)SendMessage(control, WM_GETFONT, 0, 0));
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc377 HFONT fNewFont;
378 HFONT fSavedFont;
397 fSavedFont = (HFONT)::SelectObject(hdc, fNewFont);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp410 HFONT hFont = (HFONT)::GetStockObject(iFontObject);
449 HFONT hFont = ::CreateFontA(0, 0, 0, 0, 0, 0, 0, 0, iCharSet, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, (FX_LPCSTR)csFontName);
471 HFONT hFont = ::CreateFontW(0, 0, 0, 0, 0, 0, 0, 0, iCharSet, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH | FF_DONTCARE, csFontName);

Completed in 696 milliseconds

12