#include <freerdp/gdi/gdi.h>
#include <freerdp/gdi/dc.h>
#include <freerdp/gdi/pen.h>
#include <freerdp/gdi/region.h>
#include <freerdp/gdi/bitmap.h>
#include <winpr/crt.h>
#include "line.h"
#include "brush.h"
#include "drawing.h"
◆ test_gdi_CreateBitmap()
static int test_gdi_CreateBitmap |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreateCompatibleBitmap()
static int test_gdi_CreateCompatibleBitmap |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreateCompatibleDC()
static int test_gdi_CreateCompatibleDC |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreatePatternBrush()
static int test_gdi_CreatePatternBrush |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreatePen()
static int test_gdi_CreatePen |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreateRect()
static int test_gdi_CreateRect |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreateRectRgn()
static int test_gdi_CreateRectRgn |
( |
void |
| ) |
|
|
static |
◆ test_gdi_CreateSolidBrush()
static int test_gdi_CreateSolidBrush |
( |
void |
| ) |
|
|
static |
◆ test_gdi_GetDC()
static int test_gdi_GetDC |
( |
void |
| ) |
|
|
static |
◆ test_gdi_GetPixel()
static BOOL test_gdi_GetPixel |
( |
void |
| ) |
|
|
static |
◆ test_gdi_MoveToEx()
static int test_gdi_MoveToEx |
( |
void |
| ) |
|
|
static |
◆ test_gdi_SetPixel()
static BOOL test_gdi_SetPixel |
( |
void |
| ) |
|
|
static |
◆ test_gdi_SetROP2()
static int test_gdi_SetROP2 |
( |
void |
| ) |
|
|
static |
◆ TestGdiCreate()
int TestGdiCreate |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ colorFormatCount
◆ colorFormatList
const UINT32 colorFormatList[] |
|
static |
#define PIXEL_FORMAT_XRGB32
Definition: color.h:61
#define PIXEL_FORMAT_ARGB32
Definition: color.h:60
#define PIXEL_FORMAT_BGR16
Definition: color.h:79
#define PIXEL_FORMAT_RGB24
Definition: color.h:74
#define PIXEL_FORMAT_ABGR32
Definition: color.h:62
#define PIXEL_FORMAT_RGB16
Definition: color.h:78
#define PIXEL_FORMAT_XBGR32
Definition: color.h:63
#define PIXEL_FORMAT_BGR24
Definition: color.h:75
#define PIXEL_FORMAT_BGRX32
Definition: color.h:65
#define PIXEL_FORMAT_RGB15
Definition: color.h:81
#define PIXEL_FORMAT_RGBX32
Definition: color.h:67
#define PIXEL_FORMAT_BGR15
Definition: color.h:83