|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wine/wingdi16.h"#include "mfdrv/metafiledrv.h"#include "wine/debug.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (metafile) | |
| static BOOL | MFDRV_MetaExtTextOut (PHYSDEV dev, short x, short y, UINT16 flags, const RECT16 *rect, LPCSTR str, short count, const INT16 *lpDx) |
| BOOL | MFDRV_ExtTextOut (PHYSDEV dev, INT x, INT y, UINT flags, const RECT *lprect, LPCWSTR str, UINT count, const INT *lpDx) |
| BOOL MFDRV_ExtTextOut | ( | PHYSDEV | dev, |
| INT | x, | ||
| INT | y, | ||
| UINT | flags, | ||
| const RECT * | lprect, | ||
| LPCWSTR | str, | ||
| UINT | count, | ||
| const INT * | lpDx | ||
| ) |
Definition at line 75 of file text.c.
|
static |
Definition at line 36 of file text.c.
Referenced by MFDRV_ExtTextOut().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | metafile | ) |