Home
last modified time | relevance | path

Searched refs:LOGFONTW (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/include/ports/
DSkTypeface_win.h17 typedef struct tagLOGFONTW LOGFONTW; typedef
18 typedef LOGFONTW LOGFONT;
/third_party/flutter/skia/include/ports/
DSkTypeface_win.h17 typedef struct tagLOGFONTW LOGFONTW; typedef
18 typedef LOGFONTW LOGFONT;
/third_party/harfbuzz/src/
Dhb-uniscribe.h37 HB_EXTERN LOGFONTW *
Dhb-uniscribe.cc513 mutable LOGFONTW log_font;
520 populate_log_font (LOGFONTW *lf, in populate_log_font()
596 LOGFONTW *
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.h37 HB_EXTERN LOGFONTW *
Dhb-uniscribe.cc512 mutable LOGFONTW log_font;
519 populate_log_font (LOGFONTW *lf, in populate_log_font()
585 LOGFONTW *
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-uniscribe.h37 HB_EXTERN LOGFONTW *
Dhb-uniscribe.cc470 mutable LOGFONTW log_font;
477 populate_log_font (LOGFONTW *lf, in populate_log_font()
553 LOGFONTW *
/third_party/gn/src/base/win/
Dwindows_types.h98 typedef struct tagLOGFONTW LOGFONTW, *PLOGFONTW, *NPLOGFONTW, *LPLOGFONTW; typedef
99 typedef LOGFONTW LOGFONT;
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.h110 LOGFONTW W;
/third_party/mingw-w64/mingw-w64-headers/include/
Ddimm.idl77 } LOGFONTW;
153 LOGFONTW W;
218 HRESULT GetCompositionFontW ([in] HIMC hIMC,[out] LOGFONTW *plf);
250 HRESULT SetCompositionFontW ([in] HIMC hIMC,[in] LOGFONTW *plf);
290 HRESULT GetCompositionFontW ([in] HIMC hIMC,[out] LOGFONTW *plf);
322 HRESULT SetCompositionFontW ([in] HIMC hIMC,[in] LOGFONTW *plf);
Dshtypes.idl301 } LOGFONTW;
305 typedef LOGFONTW LOGFONT;
Dshtypes.h299 } LOGFONTW; typedef
Ddimm.h179 } LOGFONTW;
244 LOGFONTW W;
692 LOGFONTW *plf) = 0;
866 LOGFONTW *plf) = 0;
1097 LOGFONTW *plf);
1303 LOGFONTW *plf);
1567 static FORCEINLINE HRESULT IActiveIMMApp_GetCompositionFontW(IActiveIMMApp* This,HIMC hIMC,LOGFONTW
1663 static FORCEINLINE HRESULT IActiveIMMApp_SetCompositionFontW(IActiveIMMApp* This,HIMC hIMC,LOGFONTW
1833 LOGFONTW *plf) = 0;
2007 LOGFONTW *plf) = 0;
[all …]
Dwingdi.h1073 } LOGFONTW,*PLOGFONTW,*NPLOGFONTW,*LPLOGFONTW; typedef
1091 LOGFONTW elfLogFont;
1107 LOGFONTW elfLogFont;
1370 LOGFONTW elfLogFont;
2647 typedef int (CALLBACK *OLDFONTENUMPROCW)(CONST LOGFONTW *,CONST TEXTMETRICW *,DWORD,LPARAM);
2652 typedef int (CALLBACK *OLDFONTENUMPROCW)(CONST LOGFONTW *,CONST VOID *,DWORD,LPARAM);
2701 WINGDIAPI HFONT WINAPI CreateFontIndirectW(CONST LOGFONTW *lplf);
Duxtheme.h316 THEMEAPI GetThemeFont(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,int iPropId,LOGFONTW *pFont);
Dwinddi.h314 LOGFONTW lfDefaultFont;
315 LOGFONTW lfAnsiVarFont;
316 LOGFONTW lfAnsiFixFont;
Ddwrite.h1302 LOGFONTW const *logFont, in DECLARE_INTERFACE_()
1307 LOGFONTW *logFont, in DECLARE_INTERFACE_()
1312 LOGFONTW *logFont) PURE; in DECLARE_INTERFACE_()
Dwinuser.h5211 LOGFONTW lfCaptionFont;
5214 LOGFONTW lfSmCaptionFont;
5217 LOGFONTW lfMenuFont;
5218 LOGFONTW lfStatusFont;
5219 LOGFONTW lfMessageFont;
5270 LOGFONTW lfFont;
Dshobjidl.idl835 HRESULT SetFont ([in] const LOGFONTW *plf);
862 HRESULT SetFont ([in] const LOGFONTW *plf,[in] BOOL bRedraw);
863 HRESULT GetFont ([out] LOGFONTW *plf);
Dshobjidl.h7138 const LOGFONTW *plf) = 0;
7170 const LOGFONTW *plf);
7208 …CEINLINE HRESULT IPreviewHandlerVisuals_SetFont(IPreviewHandlerVisuals* This,const LOGFONTW *plf) {
7268 const LOGFONTW *plf,
7272 LOGFONTW *plf) = 0;
7324 const LOGFONTW *plf,
7329 LOGFONTW *plf);
7385 static FORCEINLINE HRESULT IVisualProperties_SetFont(IVisualProperties* This,const LOGFONTW *plf,WI…
7388 static FORCEINLINE HRESULT IVisualProperties_GetFont(IVisualProperties* This,LOGFONTW *plf) {
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusheaders.h338 Font(HDC hdc, const LOGFONTW *logfont);
351 Status GetLogFontW(const Graphics *graphics, LOGFONTW *logfontW) const;
Dgdiplusimpl.h773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont): in Font()
858 __inline__ Status Font::GetLogFontW(const Graphics *graphics, LOGFONTW *logfontW) in GetLogFontW()
Dgdiplusflat.h109 GpStatus WINGDIPAPI GdipCreateFontFromLogfontW(HDC,GDIPCONST LOGFONTW*,GpFont**);
120 GpStatus WINGDIPAPI GdipGetLogFontW(GpFont*,GpGraphics*,LOGFONTW*);
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6396 LOGFONTW

12