|
FreeRDP
|
#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 <winpr/print.h>#include "line.h"#include "brush.h"#include "clipping.h"#include "drawing.h"#include "helpers.h"Macros | |
| #define | LINTETO_NUMBER 11 |
Functions | |
| static BOOL | test_line (HGDI_DC hdc, const gdiPalette *hPalette, UINT32 mX, UINT32 mY, UINT32 lX, UINT32 lY, HGDI_BITMAP hBmp, HGDI_BITMAP hOrgBmp, UINT32 cX, UINT32 cY, UINT32 cW, UINT32 cH) |
| int | TestGdiLine (int argc, char *argv[]) |
Variables | |
| static const BYTE | line_to_case_1 [256] |
| static const BYTE | line_to_case_2 [256] |
| static const BYTE | line_to_case_3 [256] |
| static const BYTE | line_to_case_4 [256] |
| static const BYTE | line_to_case_5 [256] |
| static const BYTE | line_to_case_6 [256] |
| static const BYTE | line_to_case_7 [256] |
| static const BYTE | line_to_case_8 [256] |
| static const BYTE | line_to_case_9 [256] |
| static const BYTE | line_to_case_10 [256] |
| static const BYTE | line_to_case_11 [256] |
| static const BYTE * | line_to_case [] |
| static const BYTE | line_to_R2_BLACK [256] |
| static const BYTE | line_to_R2_NOTMERGEPEN [256] |
| static const BYTE | line_to_R2_MASKNOTPEN [256] |
| static const BYTE | line_to_R2_NOTCOPYPEN [256] |
| static const BYTE | line_to_R2_MASKPENNOT [256] |
| static const BYTE | line_to_R2_NOT [256] |
| static const BYTE | line_to_R2_XORPEN [256] |
| static const BYTE | line_to_R2_NOTMASKPEN [256] |
| static const BYTE | line_to_R2_MASKPEN [256] |
| static const BYTE | line_to_R2_NOTXORPEN [256] |
| static const BYTE | line_to_R2_NOP [256] |
| static const BYTE | line_to_R2_MERGENOTPEN [256] |
| static const BYTE | line_to_R2_COPYPEN [256] |
| static const BYTE | line_to_R2_MERGEPENNOT [256] |
| static const BYTE | line_to_R2_MERGEPEN [256] |
| static const BYTE | line_to_R2_WHITE [256] |
| #define LINTETO_NUMBER 11 |
|
static |


| int TestGdiLine | ( | int | argc, |
| char * | argv[] | ||
| ) |

|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |