Go to the source code of this file.
◆ START_TEST()
Definition at line 349 of file GetCharWidth.c.
350{
360}
static void Test_CharWidthW(HDC hDC)
static void Test_CharWidthA(HDC hDC)
static void Test_CharWidthFloatA(HDC hDC)
static void Test_CharWidth32A(HDC hDC)
static void Test_CharWidthI(HDC hDC)
static void Test_CharWidth32W(HDC hDC)
static void Test_CharWidthFloatW(HDC hDC)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
BOOL WINAPI DeleteDC(_In_ HDC)
◆ Test_CharWidth32A()
| static void Test_CharWidth32A |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 165 of file GetCharWidth.c.
166{
168 INT anBuffer[
'Z' -
'A' + 1];
169
174
179
184
189
194
199
204
209}
#define ok_int(expression, result)
#define ERROR_INVALID_PARAMETER
BOOL WINAPI GetCharWidth32A(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
Referenced by START_TEST().
◆ Test_CharWidth32W()
| static void Test_CharWidth32W |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 211 of file GetCharWidth.c.
212{
214 INT anBuffer[
'Z' -
'A' + 1];
215
220
225
230
235
240
245
250
255}
BOOL WINAPI GetCharWidth32W(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
Referenced by START_TEST().
◆ Test_CharWidthA()
| static void Test_CharWidthA |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 10 of file GetCharWidth.c.
11{
13 INT anBuffer[
'Z' -
'A' + 1];
14
19
24
29
34
39
44
49
54}
BOOL WINAPI GetCharWidthA(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
Referenced by START_TEST().
◆ Test_CharWidthFloatA()
| static void Test_CharWidthFloatA |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 257 of file GetCharWidth.c.
258{
260 FLOAT aeBuffer[
'Z' -
'A' + 1];
261
266
271
276
281
286
291
296
301}
BOOL WINAPI GetCharWidthFloatA(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) PFLOAT lpBuffer)
Referenced by START_TEST().
◆ Test_CharWidthFloatW()
| static void Test_CharWidthFloatW |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 303 of file GetCharWidth.c.
304{
306 FLOAT aeBuffer[
'Z' -
'A' + 1];
307
312
317
322
327
332
337
342
347}
BOOL WINAPI GetCharWidthFloatW(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) PFLOAT lpBuffer)
Referenced by START_TEST().
◆ Test_CharWidthI()
| static void Test_CharWidthI |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 102 of file GetCharWidth.c.
103{
105 WORD awBuffer[
'Z' -
'A' + 1];
106 INT anWidths[
'Z' -
'A' + 1];
107
112
117
122
127
132
137
138#if 0
142
144 {
145 skip(
"allocation failed\n");
146 }
147 else
148 {
153
158 }
159
162#endif
163}
#define ERROR_INVALID_HANDLE
GLuint GLuint GLsizei count
BOOL WINAPI GetCharWidthI(_In_ HDC hdc, _In_ UINT giFirst, _In_ UINT cgi, _In_reads_opt_(cgi) LPWORD pgi, _Out_writes_(cgi) LPINT piWidths)
Referenced by START_TEST().
◆ Test_CharWidthW()
| static void Test_CharWidthW |
( |
HDC |
hDC | ) |
|
|
static |
Definition at line 56 of file GetCharWidth.c.
57{
59 INT anBuffer[
'Z' -
'A' + 1];
60
65
70
75
80
85
90
95
100}
BOOL WINAPI GetCharWidthW(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
Referenced by START_TEST().