13 INT anBuffer[
'Z' -
'A' + 1];
59 INT anBuffer[
'Z' -
'A' + 1];
105 WORD awBuffer[
'Z' -
'A' + 1];
106 INT anWidths[
'Z' -
'A' + 1];
145 skip(
"allocation failed\n");
168 INT anBuffer[
'Z' -
'A' + 1];
214 INT anBuffer[
'Z' -
'A' + 1];
260 FLOAT aeBuffer[
'Z' -
'A' + 1];
306 FLOAT aeBuffer[
'Z' -
'A' + 1];
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)
#define ok_int(expression, result)
#define ERROR_INVALID_PARAMETER
#define ERROR_INVALID_HANDLE
GLuint GLuint GLsizei count
BOOL WINAPI GetCharWidthFloatW(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) PFLOAT lpBuffer)
BOOL WINAPI GetCharWidthFloatA(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) PFLOAT lpBuffer)
BOOL WINAPI GetCharWidthI(_In_ HDC hdc, _In_ UINT giFirst, _In_ UINT cgi, _In_reads_opt_(cgi) LPWORD pgi, _Out_writes_(cgi) LPINT piWidths)
BOOL WINAPI GetCharWidthW(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
BOOL WINAPI GetCharWidth32A(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
BOOL WINAPI DeleteDC(_In_ HDC)
BOOL WINAPI GetCharWidth32W(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)
BOOL WINAPI GetCharWidthA(_In_ HDC hdc, _In_ UINT iFirst, _In_ UINT iLast, _Out_writes_(iLast+1 - iFirst) LPINT lpBuffer)