Home
last modified time | relevance | path

Searched refs:GpFont (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusgpstubs.h78 class GpFont
117 typedef struct GpFont GpFont; typedef
H A Dgdiplusflat.h151 GdipCloneFont(GpFont *, GpFont **);
155 GdipCreateFontFromDC(HDC, GpFont **);
161 GdipDeleteFont(GpFont *);
169 GdipGetFontUnit(GpFont *, Unit *);
171 GdipGetFontSize(GpFont *, REAL *);
173 GdipGetFontStyle(GpFont *, INT *);
283 GDIPCONST GpFont *,
399 GDIPCONST GpFont *,
553 GDIPCONST GpFont *,
563 GDIPCONST GpFont *,
[all …]
H A Dgdiplusbase.h76 GpFont *&
H A Dgdiplusheaders.h993 GpFont *font;
1005 friend inline GpFont *&
/reactos/dll/win32/gdiplus/
H A Dfont.c181 *font = heap_alloc_zero(sizeof(GpFont)); in GdipCreateFont()
204 GDIPCONST LOGFONTW *logfont, GpFont **font) in GdipCreateFontFromLogfontW()
227 *font = heap_alloc_zero(sizeof(GpFont)); in GdipCreateFontFromLogfontW()
250 GDIPCONST LOGFONTA *lfa, GpFont **font) in GdipCreateFontFromLogfontA()
270 GpStatus WINGDIPAPI GdipDeleteFont(GpFont* font) in GdipDeleteFont()
329 static REAL get_font_size(const GpFont *font) in get_font_size()
350 GpStatus WINGDIPAPI GdipGetFontSize(GpFont *font, REAL *size) in GdipGetFontSize()
362 static INT get_font_style(const GpFont *font) in get_font_style()
417 GpStatus WINGDIPAPI GdipGetFontUnit(GpFont *font, Unit *unit) in GdipGetFontUnit()
520 GpStatus WINGDIPAPI GdipCloneFont(GpFont *font, GpFont **cloneFont) in GdipCloneFont()
[all …]
H A Dgdiplus_private.h384 GpFont *font;
485 struct GpFont{ struct
580 GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font,
586 GDIPCONST WCHAR *string, INT length, GDIPCONST GpFont *font,
590 void get_log_fontW(const GpFont *, GpGraphics *, LOGFONTW *) DECLSPEC_HIDDEN;
H A Dgraphics.c71 GDIPCONST GpFont *font, GDIPCONST GpStringFormat *format,
2305 void get_log_fontW(const GpFont *font, GpGraphics *graphics, LOGFONTW *lf) in get_log_fontW()
2337 static void get_font_hfont(GpGraphics *graphics, GDIPCONST GpFont *font, in get_font_hfont()
5206 GDIPCONST WCHAR *string, INT length, GDIPCONST GpFont *font, in gdip_format_string()
5389 GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, in measure_ranges_callback()
5428 GDIPCONST WCHAR* string, INT length, GDIPCONST GpFont* font, in GdipMeasureCharacterRanges()
5520 GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, in measure_string_callback()
5551 GDIPCONST WCHAR *string, INT length, GDIPCONST GpFont *font, in GdipMeasureString()
5654 GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, in draw_string_callback()
5701 INT length, GDIPCONST GpFont *font, GDIPCONST RectF *rect, in GdipDrawString()
[all …]
H A Dgraphicspath.c913 GDIPCONST WCHAR *string, INT index, INT length, GDIPCONST GpFont *font, in format_string_callback()
1009 GpFont *font; in GdipAddPathString()
H A Dmetafile.c2415 …status = GdipCreateFont(family, data->EmSize, data->FontStyleFlags, data->SizeUnit, (GpFont **)&ob… in METAFILE_PlaybackObject()
/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c83 GpFont *font; in test_long_name()
121 GpFont* font = NULL; in test_createfont()
174 GpFont *font; in test_logfont()
408 GpFont* font; in check_family()
479 GpFont* font = NULL; in test_heightgivendpi()
615 static void gdip_get_font_metrics(GpFont *font, struct font_metrics *fm) in gdip_get_font_metrics()
670 GpFont *font; in test_font_metrics()
816 GpFont *font; in test_font_substitution()
918 GpFont *font; in test_font_transform()
H A Dgraphics.c2276 GpFont *fnt = NULL; in test_GdipDrawString()
3193 GpFont *font; in test_string_functions()
3752 GpFont *font; in test_GdipMeasureString()
4270 GpFont *font; in test_font_height_scaling()
4458 GpFont *font; in test_measure_string()
4879 GpFont *font; in test_measured_extra_space()