Searched refs:hFont (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c186 HFONT oldFont, hFont; local
247 hFont = CreateFontIndirectW(&lf);
248 if (hFont == NULL) {
251 oldFont = SelectObject(hMemoryDC, hFont);
368 DeleteObject(hFont);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp432 HFONT hFont = ::CreateFontIndirect(&logFont); local
433 DASSERT(hFont != NULL);
437 HFONT oldFont = (HFONT)::SelectObject(hDC, hFont);
442 if (oldFont != NULL) { // should be the same as hFont
447 hFont = ::CreateFontIndirect(&logFont);
448 DASSERT(hFont != NULL);
452 return hFont;
464 HFONT hFont = NULL; local
468 hFont = fontCache.Lookup(longName);
469 if (hFont !
1161 IncRefCount(HFONT hFont) argument
1472 HFONT hFont = CreateHFont_sub(name, 0, 20); local
[all...]
H A Dawt_Font.h284 void IncRefCount(HFONT hFont);
H A Dawt_List.cpp197 HANDLE hFont = font->GetHFont(); local
198 SendListMessage(WM_SETFONT, (WPARAM)hFont, MAKELPARAM(FALSE, 0));
203 VERIFY(::SelectObject(hDC, hFont) != NULL);
H A Dawt_Choice.cpp358 HANDLE hFont = font->GetHFont(); local
359 VERIFY(::SelectObject(hDC, hFont) != NULL);

Completed in 194 milliseconds