Go to the source code of this file.
◆ WCH0
◆ WCH1
◆ WCH2
◆ WCH3
◆ WCH4
◆ WCH5
◆ TEST_ENTRY
◆ DoEntry()
Definition at line 301 of file GetGlyphOutline.c.
302{
307
309
313
317 {
318 skip(
"Line %d: skipped because hFont == NULL\n",
pEntry->line);
319 return;
320 }
321
325 {
326 skip(
"Line %d: skipped because hDC == NULL\n",
pEntry->line);
328 return;
329 }
330
332 ok(hFontOld !=
NULL,
"SelectObject failed\n");
333 if (hFontOld ==
NULL)
334 {
335 skip(
"Line %d: skipped because SelectObject failed\n",
pEntry->line);
336 }
337 else
338 {
339 DWORD dwRet, dwError;
341
343
345 {
348 }
349 else
350 {
352 }
354
355 ok(dwRet ==
pEntry->dwRet,
"Line %d: dwRet expected 0x%lX, was 0x%lX\n",
pEntry->line,
pEntry->dwRet, dwRet);
356 ok(dwError ==
pEntry->dwError,
"Line %d: dwError expected 0x%lX, was 0x%lX\n",
pEntry->line,
pEntry->dwError, dwError);
357
359 {
366 }
368 }
369
372}
#define FillMemory(BUF, SIZ, MASK)
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
WCHAR lfFaceName[LF_FACESIZE]
DWORD WINAPI GetLastError(void)
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
HFONT WINAPI CreateFontIndirectW(_In_ const LOGFONTW *)
BOOL WINAPI DeleteDC(_In_ HDC)
DWORD WINAPI GetGlyphOutlineW(_In_ HDC hdc, _In_ UINT uChar, _In_ UINT fuFormat, _Out_ LPGLYPHMETRICS lpgm, _In_ DWORD cjBuffer, _Out_writes_bytes_opt_(cjBuffer) LPVOID pvBuffer, _In_ CONST MAT2 *lpmat2)
Referenced by START_TEST().
◆ START_TEST()
Definition at line 374 of file GetGlyphOutline.c.
375{
378 {
380 }
381}
void DoEntry(const TEST_ENTRY *pEntry)
static const TEST_ENTRY s_entries[]
GLuint GLuint GLsizei count
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ s_ab
◆ s_entries
◆ s_mat
const MAT2 s_mat = { {0,1}, {0,0}, {0,0}, {0,1} } |
|
static |