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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontPlatformData.h60 HFONT hfont() const;
68 HFONT getScaledFontHandle(int height, int width) const;
H A DFontCacheWinCE.cpp65 static bool currentFontContainsCharacter(IMLangFontLinkType* langFontLink, HDC hdc, HFONT hfont, UChar character, const wchar_t* faceName)
100 static HFONT createMLangFont(IMLangFontLinkType* langFontLink, HDC hdc, const FontPlatformData& refFont, DWORD codePageMask, UChar character = 0)
102 HFONT mlangFont;
214 HFONT hfont = 0;
H A DFontPlatformData.cpp96 GDIObject<HFONT> m_hfont;
307 GDIObject<HFONT> m_hfontScaled;
378 HFONT FontPlatformData::hfont() const
392 HFONT FontPlatformData::getScaledFontHandle(int height, int width) const
H A DGraphicsContextWinCE.cpp1551 HFONT hFont = height > 1
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontPlatformData.h66 typedef struct HFONT__* HFONT; typedef in typeref:struct:HFONT__
111 FontPlatformData(GDIObject<HFONT>, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
113 FontPlatformData(GDIObject<HFONT>, CGFontRef, float size, bool syntheticBold, bool syntheticOblique, bool useGDI);
115 FontPlatformData(GDIObject<HFONT>, cairo_font_face_t*, float size, bool bold, bool italic);
126 HFONT hfont() const { return m_font ? m_font->get() : 0; }
239 void platformDataInit(HFONT, float size, HDC, WCHAR* faceName);
262 RefPtr<SharedGDIObject<HFONT>> m_font;
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A DGDIFontInstance.h55 HFONT fFont;
79 HFONT getFont() const;
106 inline HFONT GDIFontInstance::getFont() const
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontPlatformDataCairoWin.cpp41 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
59 FontPlatformData::FontPlatformData(GDIObject<HFONT> font, cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
60 : m_font(SharedGDIObject<HFONT>::create(WTF::move(font)))
H A DFontPlatformDataWin.cpp40 FontPlatformData::FontPlatformData(GDIObject<HFONT> font, float size, bool bold, bool oblique, bool useGDI)
41 : m_font(SharedGDIObject<HFONT>::create(WTF::move(font)))
H A DFontPlatformDataCGWin.cpp111 void FontPlatformData::platformDataInit(HFONT font, float size, HDC hdc, WCHAR* faceName)
118 FontPlatformData::FontPlatformData(GDIObject<HFONT> hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI)
124 , m_font(SharedGDIObject<HFONT>::create(WTF::move(hfont)))
H A DFontCacheWin.cpp87 *reinterpret_cast<HFONT*>(hfont) = CreateFontIndirect(logFont);
178 static HFONT createMLangFont(IMLangFontLinkType* langFontLink, HDC hdc, DWORD codePageMask, UChar character = 0)
180 HFONT MLangFont;
181 HFONT hfont = 0;
196 HFONT primaryFont = originalFontData->platformData().hfont();
198 HFONT hfont = 0;
338 if (HFONT defaultGUIFont = static_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT))) {
445 static GDIObject<HFONT> createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int size, bool synthesizeItalic)
553 // This masks rounding errors related to the HFONT metric
[all...]
H A DUniscribeController.cpp261 // The script cache isn't primed with enough info yet. We need to select our HFONT into
264 HFONT hfont = fontData->platformData().hfont();
265 HFONT oldFont = (HFONT)SelectObject(hdc, hfont);
403 HFONT oldFont = 0;
410 // The script cache isn't primed with enough info yet. We need to select our HFONT into
414 HFONT hfont = fontData->platformData().hfont();
415 oldFont = (HFONT)SelectObject(hdc, hfont);
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinFont.c99 HFONT hFont; /* The specific screen font that will be used
192 static FontFamily * AllocFontFamily(HDC hdc, HFONT hFont, int base);
207 static HFONT GetScreenFont(CONST TkFontAttributes *faPtr,
209 static void InitFont(Tk_Window tkwin, HFONT hFont,
211 static void InitSubFont(HDC hdc, HFONT hFont, int base,
217 Tk_Window tkwin, CONST char* name, HFONT hFont);
218 static int LoadFontRanges(HDC hdc, HFONT hFont,
344 HFONT hFont;
373 HFONT hFont)
404 HFONT hFon
[all...]
H A DtkWinMenu.c3237 HFONT menuFont;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinFont.c99 HFONT hFont; /* The specific screen font that will be
190 static FontFamily * AllocFontFamily(HDC hdc, HFONT hFont, int base);
205 static HFONT GetScreenFont(CONST TkFontAttributes *faPtr,
207 static void InitFont(Tk_Window tkwin, HFONT hFont,
209 static void InitSubFont(HDC hdc, HFONT hFont, int base,
211 static int LoadFontRanges(HDC hdc, HFONT hFont,
358 HFONT hFont;
616 HFONT oldFont;
998 HFONT oldFont;
1074 HFONT hFon
[all...]
H A DtkWinMenu.c3014 HFONT menuFont;
/macosx-10.10/emacs-93/emacs/src/
H A Dw32gui.h50 HFONT hfont;
H A Dw32term.c882 HFONT old_font;
1548 HFONT old_font;
1620 HFONT old_font;
H A Dw32fns.c3530 HFONT menu_font = GetCurrentObject (hdc, OBJ_FONT);
3532 HFONT old_font;
3578 HFONT menu_font = GetCurrentObject (hdc, OBJ_FONT);
3580 HFONT old_font;
/macosx-10.10/vim-55/src/
H A Dgui_w32.c72 # define SelectFont(hdc, hfont) ((HFONT)SelectObject((hdc), (HGDIOBJ)(HFONT)(hfont)))
636 HFONT font;
639 HFONT hfntOld;
3024 HFONT font, oldFont;
3671 HFONT hfontTools = 0;
3745 HFONT font, oldFont;
H A Dgui_w48.c1290 HFONT hfntOld = SelectFont(hdc, (HFONT)font);
1320 HFONT font = NULL;
1385 DeleteObject((HFONT)font);
H A Dos_mswin.c106 typedef int HFONT; typedef
1746 static HFONT prt_font_handles[2][2][2];
1794 static HFONT hfont;
H A Dgui_w16.c1121 HFONT oldFont;
H A Dos_win32.c101 typedef int HFONT; typedef

Completed in 256 milliseconds