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

1 2

  /external/chromium_org/third_party/WebKit/public/platform/win/
WebSandboxSupport.h 34 typedef struct HFONT__* HFONT;
47 virtual bool ensureFontLoaded(HFONT) = 0;
  /external/harfbuzz_ng/src/
hb-uniscribe.h 40 HFONT
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.h 43 HFONT
  /external/chromium_org/ui/gfx/
platform_font_win.h 72 // HFONT (an opaque handle into Windows). To avoid lots of GDI object
73 // allocation and destruction, Font indirectly refers to the HFONT by way of
74 // an HFontRef. That is, every Font has an HFontRef, which has an HFONT.
76 // HFontRef is reference counted. Upon deletion, it deletes the HFONT.
77 // By making HFontRef maintain the reference to the HFONT, multiple
78 // HFontRefs can share the same HFONT, and Font can provide value semantics.
81 // This constructor takes control of the HFONT, and will delete it when
83 HFontRef(HFONT hfont,
92 HFONT hfont() const { return hfont_; function in class:gfx::PlatformFontWin::HFontRef
    [all...]
platform_font_win.cc 118 HFONT hfont = CreateFontIndirect(&font_info); local
119 return Font(new PlatformFontWin(CreateHFontRef(hfont)));
132 HFONT hfont = CreateFontIndirect(&font_info); local
133 return Font(new PlatformFontWin(CreateHFontRef(hfont)));
163 // the font name taken from the HFONT handle, but it's not the name that comes
175 base::win::ScopedSelectObject font(memory_dc, font_ref_->hfont());
189 return font_ref_->hfont();
195 void PlatformFontWin::InitWithCopyOfHFONT(HFONT hfont)
    [all...]
native_widget_types.h 58 typedef struct HFONT__* HFONT;
138 typedef HFONT NativeFont;
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 55 HFONT fFont;
79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const
  /external/chromium_org/base/win/
scoped_gdi_object.h 71 typedef ScopedGDIObject<HFONT> ScopedHFONT;
  /external/chromium_org/ui/base/l10n/
l10n_util_win.cc 49 HFONT hfont = CreateFont(12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, local
51 if (hfont == NULL)
54 HGDIOBJ oldFont = static_cast<HFONT>(SelectObject(dc, hfont));
59 DeleteObject(hfont);
181 HFONT hfont = CreateFontIndirect(&logfont); local
182 if (hfont)
183 SetWindowFont(hwnd, hfont, FALSE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
custcntl.h 47 typedef INT (CALLBACK *LPFNCCSIZETOTEXTA)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPSTR pszText);
48 typedef INT (CALLBACK *LPFNCCSIZETOTEXTW)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPWSTR pszText);
wownt32.h 35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT)))
mlang.h     [all...]
  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 34 HFONT font_handle = CreateFontIndirect(&font);
118 HFONT font_;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 224 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);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 224 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);
    [all...]
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc 47 virtual bool ensureFontLoaded(HFONT);
75 HFONT font) {
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 31 virtual FX_DWORD GetFontData(void* hFont, FX_DWORD table, FX_LPBYTE buffer, FX_DWORD size);
32 virtual void DeleteFont(void* hFont);
33 virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
34 virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
62 HFONT hFont = CreateFontIndirectA(plf);
64 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0);
67 GetFontData(hFont, 0, (FX_BYTE*)(&lVersion), sizeof(FX_DWORD));
78 DeleteFont(hFont);
83 HFONT hFont = CreateFontIndirectA(plf);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProviderWin.cpp 93 HFONT hFont = CreateFontIndirect(&font);
94 if (hFont) {
97 HGDIOBJ hObject = SelectObject(hdc, hFont);
103 DeleteObject(hFont);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 73 HFONT = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 73 HFONT = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 134 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.cc 63 HFONT GetDefaultFont() {
64 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT));
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 535 HFONT hFont = (HFONT)SendMessage(hWnd, WM_GETFONT, 0, 0L);
536 if(hFont == NULL)
537 hFont = GetStockFont(SYSTEM_FONT);
539 HFONT hFontOld = SelectFont(hDC, hFont);
  /external/chromium_org/chrome/utility/
printing_handler.cc 163 HFONT font = static_cast<HFONT>(GetCurrentObject(hdc, OBJ_FONT));
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_win.cc 47 HFONT font_;

Completed in 765 milliseconds

1 2