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

1 2

  /external/harfbuzz_ng/src/
hb-uniscribe.h 40 HB_EXTERN HFONT
hb-uniscribe.cc 487 HFONT hfont; member in struct:hb_uniscribe_shaper_font_data_t
536 data->hfont = CreateFontIndirectW (&data->log_font);
537 if (unlikely (!data->hfont)) {
543 if (!SelectObject (data->hdc, data->hfont)) {
557 if (data->hfont)
558 DeleteObject (data->hfont);
572 HFONT
577 return font_data->hfont;
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.h 61 HFONT fFont;
85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const
  /external/libchrome/base/win/
scoped_gdi_object.h 39 typedef ScopedGDIObject<HFONT> ScopedHFONT;
  /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);
windef.h 50 DECLARE_HANDLE(HFONT);
wownt32.h 35 #define HFONT_32(h16) ((HFONT) (WOWHandle32(h16,WOW_TYPE_HFONT)))
mlang.h     [all...]
cluadmex.h 140 virtual HFONT WINAPI GetFont(void) = 0;
151 HFONT (WINAPI *GetFont)(IGetClusterUIInfo *This);
172 HFONT WINAPI IGetClusterUIInfo_GetFont_Proxy(IGetClusterUIInfo *This);
    [all...]
windowsx.h16 44 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
45 #define SelectFont(hdc,hfont) ((HFONT)SelectObject((hdc),(HGDIOBJ)(HFONT)(hfont)))
46 #define GetStockFont(i) ((HFONT)GetStockObject(i))
76 #define SetWindowFont(hwnd,hfont,fRedraw) FORWARD_WM_SETFONT((hwnd),(hfont),(fRedraw),SendMessage
    [all...]
wtypes.h 342 typedef void *HFONT;
windowsx.h 41 #define DeleteFont(hfont) DeleteObject((HGDIOBJ)(HFONT)(hfont))
42 #define SelectFont(hdc,hfont) ((HFONT)SelectObject((hdc),(HGDIOBJ)(HFONT)(hfont)))
43 #define GetStockFont(i) ((HFONT)GetStockObject(i))
62 #define SetWindowFont(hwnd,hfont,fRedraw) FORWARD_WM_SETFONT((hwnd),(hfont),(fRedraw),SNDMSG
    [all...]
ntgdi.h 52 W32KAPI int WINAPI NtGdiSetupPublicCFONT(HDC hdc,HFONT hf,ULONG ulAve);
279 W32KAPI HFONT WINAPI NtGdiSelectFont(HDC hdc,HFONT hf);
332 W32KAPI HFONT WINAPI NtGdiHfontCreate(ENUMLOGFONTEXDVW *pelfw,ULONG cjElfw,LFTYPE lft,FLONG fl,PVOID pvCliData);
354 W32KAPI WINBOOL NtGdiGetRealizationInfo(HDC hdc,PREALIZATION_INFO pri,HFONT hf);
    [all...]
ocidl.h     [all...]
wingdi.h     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 214 HFONT font = CreateFontIndirect(&lf);
217 HFONT savefont = (HFONT)SelectObject(deviceContext, font);
438 void init(HFONT font, const XFORM& xform) {
448 HFONT fFont;
569 HFONT fSavefont;
570 HFONT fFont;
670 fSavefont = (HFONT)SelectObject(fDDC, fFont);
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 345 uint32_t GetFontData(void* hFont,
349 bool GetFaceName(void* hFont, CFX_ByteString& name) override;
350 bool GetFontCharset(void* hFont, int& charset) override;
351 void DeleteFont(void* hFont) override;
384 HFONT hFont = CreateFontIndirectA(plf);
386 uint32_t font_size = GetFontData(hFont, 0, nullptr, 0);
389 GetFontData(hFont, 0, (uint8_t*)(&lVersion), sizeof(uint32_t));
400 DeleteFont(hFont);
405 HFONT hFont = CreateFontIndirectA(plf)
    [all...]
fx_win32_print.cpp 27 ScopedState(HDC hDC, HFONT hFont) : m_hDC(hDC) {
29 m_hFont = SelectObject(m_hDC, hFont);
33 HGDIOBJ hFont = SelectObject(m_hDC, m_hFont);
34 DeleteObject(hFont);
238 HFONT hFont = CreateFontIndirect(&lf);
239 if (!hFont)
242 ScopedState state(m_hDC, hFont);
  /external/python/cpython2/Lib/ctypes/
wintypes.py 69 HFONT = HANDLE
168 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 73 HFONT = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', 'HFONT',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 73 HFONT = HANDLE
172 'HCOLORSPACE', 'HDC', 'HDESK', 'HDWP', 'HENHMETAFILE', '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/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 49 HFONT GetDefaultFont() {
50 static HFONT font = reinterpret_cast<HFONT>(GetStockObject(DEFAULT_GUI_FONT));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 336 Font(HDC hdc, HFONT hfont);

Completed in 799 milliseconds

1 2