|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winnls.h"#include "objbase.h"#include "gdiplus.h"#include "gdiplus_private.h"#include "wine/debug.h"
Go to the source code of this file.
Variables | |
| const GpStringFormat | default_drawstring_format |
| static GpStringFormat | generic_default_format |
| static GpStringFormat | generic_typographic_format |
Definition at line 67 of file stringformat.c.
Referenced by DllMain().
| GpStatus WINGDIPAPI GdipCloneStringFormat | ( | GDIPCONST GpStringFormat * | format, |
| GpStringFormat ** | newFormat | ||
| ) |
Definition at line 369 of file stringformat.c.
| GpStatus WINGDIPAPI GdipCreateStringFormat | ( | INT | attr, |
| LANGID | lang, | ||
| GpStringFormat ** | format | ||
| ) |
Definition at line 76 of file stringformat.c.
Referenced by test_characterrange(), test_constructor(), test_digitsubstitution(), test_font_height_scaling(), test_font_transform(), test_GdipDrawString(), test_GdipMeasureString(), test_measure_string(), test_measured_extra_space(), test_string_functions(), test_stringformatflags(), and test_tabstops().
| GpStatus WINGDIPAPI GdipDeleteStringFormat | ( | GpStringFormat * | format | ) |
Definition at line 105 of file stringformat.c.
Referenced by test_characterrange(), test_constructor(), test_digitsubstitution(), test_font_height_scaling(), test_font_transform(), test_GdipDrawString(), test_GdipMeasureString(), test_getgenericdefault(), test_getgenerictypographic(), test_measure_string(), test_measured_extra_space(), test_string_functions(), test_stringformatflags(), and test_tabstops().
| GpStatus WINGDIPAPI GdipGetStringFormatAlign | ( | GpStringFormat * | format, |
| StringAlignment * | align | ||
| ) |
Definition at line 130 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatDigitSubstitution | ( | GDIPCONST GpStringFormat * | format, |
| LANGID * | language, | ||
| StringDigitSubstitute * | substitute | ||
| ) |
Definition at line 141 of file stringformat.c.
Referenced by test_constructor(), test_digitsubstitution(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatFlags | ( | GDIPCONST GpStringFormat * | format, |
| INT * | flags | ||
| ) |
Definition at line 153 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), and test_stringformatflags().
| GpStatus WINGDIPAPI GdipGetStringFormatHotkeyPrefix | ( | GDIPCONST GpStringFormat * | format, |
| INT * | hkpx | ||
| ) |
Definition at line 164 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatLineAlign | ( | GpStringFormat * | format, |
| StringAlignment * | align | ||
| ) |
Definition at line 175 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatMeasurableCharacterRangeCount | ( | GDIPCONST GpStringFormat * | format, |
| INT * | count | ||
| ) |
Definition at line 186 of file stringformat.c.
Referenced by test_characterrange(), and test_constructor().
| GpStatus WINGDIPAPI GdipGetStringFormatTabStopCount | ( | GDIPCONST GpStringFormat * | format, |
| INT * | count | ||
| ) |
Definition at line 199 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), and test_tabstops().
| GpStatus WINGDIPAPI GdipGetStringFormatTabStops | ( | GDIPCONST GpStringFormat * | format, |
| INT | count, | ||
| REAL * | firsttab, | ||
| REAL * | tabs | ||
| ) |
Definition at line 210 of file stringformat.c.
Referenced by test_tabstops().
| GpStatus WINGDIPAPI GdipGetStringFormatTrimming | ( | GpStringFormat * | format, |
| StringTrimming * | trimming | ||
| ) |
Definition at line 225 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipSetStringFormatAlign | ( | GpStringFormat * | format, |
| StringAlignment | align | ||
| ) |
Definition at line 236 of file stringformat.c.
Referenced by test_measure_string().
| GpStatus WINGDIPAPI GdipSetStringFormatDigitSubstitution | ( | GpStringFormat * | format, |
| LANGID | language, | ||
| StringDigitSubstitute | substitute | ||
| ) |
Definition at line 250 of file stringformat.c.
Referenced by test_digitsubstitution().
| GpStatus WINGDIPAPI GdipSetStringFormatFlags | ( | GpStringFormat * | format, |
| INT | flags | ||
| ) |
Definition at line 357 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), test_measure_string(), and test_stringformatflags().
| GpStatus WINGDIPAPI GdipSetStringFormatHotkeyPrefix | ( | GpStringFormat * | format, |
| INT | hkpx | ||
| ) |
Definition at line 264 of file stringformat.c.
| GpStatus WINGDIPAPI GdipSetStringFormatLineAlign | ( | GpStringFormat * | format, |
| StringAlignment | align | ||
| ) |
Definition at line 277 of file stringformat.c.
Referenced by test_measure_string().
| GpStatus WINGDIPAPI GdipSetStringFormatMeasurableCharacterRanges | ( | GpStringFormat * | format, |
| INT | rangeCount, | ||
| GDIPCONST CharacterRange * | ranges | ||
| ) |
Definition at line 290 of file stringformat.c.
Referenced by test_characterrange(), test_font_height_scaling(), test_measure_string(), and test_string_functions().
| GpStatus WINGDIPAPI GdipSetStringFormatTabStops | ( | GpStringFormat * | format, |
| REAL | firsttab, | ||
| INT | count, | ||
| GDIPCONST REAL * | tabs | ||
| ) |
Definition at line 312 of file stringformat.c.
Referenced by test_tabstops().
| GpStatus WINGDIPAPI GdipSetStringFormatTrimming | ( | GpStringFormat * | format, |
| StringTrimming | trimming | ||
| ) |
Definition at line 344 of file stringformat.c.
| GpStatus WINGDIPAPI GdipStringFormatGetGenericDefault | ( | GpStringFormat ** | format | ) |
Definition at line 120 of file stringformat.c.
Referenced by test_getgenericdefault().
| GpStatus WINGDIPAPI GdipStringFormatGetGenericTypographic | ( | GpStringFormat ** | format | ) |
Definition at line 408 of file stringformat.c.
Referenced by test_font_transform(), and test_getgenerictypographic().
Definition at line 56 of file stringformat.c.
Referenced by DllMain().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | gdiplus | ) |
| const GpStringFormat default_drawstring_format |
Definition at line 35 of file stringformat.c.
Referenced by gdip_format_string(), and init_generic_string_formats().
|
static |
Definition at line 53 of file stringformat.c.
Referenced by free_generic_string_formats(), GdipDeleteStringFormat(), GdipStringFormatGetGenericDefault(), and init_generic_string_formats().
|
static |
Definition at line 54 of file stringformat.c.
Referenced by free_generic_string_formats(), GdipDeleteStringFormat(), GdipStringFormatGetGenericTypographic(), and init_generic_string_formats().