ReactOS 0.4.16-dev-737-g3368adc
|
Go to the source code of this file.
Classes | |
struct | _Rect |
Macros | |
#define | NDEBUG |
#define | DEGREES_TO_RADIANS(deg) ((deg)*2*M_PI/360) |
#define | pt(x, y) app_new_point((x),(y)) |
#define | app_fill_rect(dc, r, BrushObj, Pen) IntFillRect(dc, r.x, r.y, r.width, r.height, BrushObj, Pen) |
Typedefs | |
typedef struct _Rect | Rect |
typedef struct _Rect * | PRect |
Definition at line 741 of file drawing.c.
Referenced by app_draw_arc(), and app_fill_arc().
Definition at line 962 of file drawing.c.
Referenced by IntDrawArc(), and IntDrawRoundRect().
Definition at line 124 of file drawing.c.
Referenced by app_draw_arc(), IntDrawEllipse(), and IntDrawRoundRect().
int FASTCALL app_fill_arc | ( | DC * | g, |
Rect | r, | ||
int | start_angle, | ||
int | end_angle, | ||
PBRUSH | pbrush, | ||
BOOL | Chord | ||
) |
Definition at line 785 of file drawing.c.
Referenced by IntFillArc(), and IntFillRoundRect().
|
static |
Definition at line 370 of file drawing.c.
Referenced by app_draw_arc(), and app_fill_arc().
Definition at line 617 of file drawing.c.
Referenced by app_fill_arc(), IntFillEllipse(), and IntFillRoundRect().
BOOL FASTCALL IntDrawArc | ( | PDC | dc, |
INT | XLeft, | ||
INT | YLeft, | ||
INT | Width, | ||
INT | Height, | ||
double | StartArc, | ||
double | EndArc, | ||
ARCTYPE | arctype, | ||
PBRUSH | pbrush | ||
) |
Definition at line 1342 of file drawing.c.
Referenced by IntArc().
Definition at line 1364 of file drawing.c.
Referenced by NtGdiEllipse().
BOOL FASTCALL IntDrawRoundRect | ( | PDC | dc, |
INT | Left, | ||
INT | Top, | ||
INT | Right, | ||
INT | Bottom, | ||
INT | Wellipse, | ||
INT | Hellipse, | ||
PBRUSH | pbrushPen | ||
) |
Definition at line 1454 of file drawing.c.
Referenced by IntRoundRect().
BOOL FASTCALL IntFillArc | ( | PDC | dc, |
INT | XLeft, | ||
INT | YLeft, | ||
INT | Width, | ||
INT | Height, | ||
double | StartArc, | ||
double | EndArc, | ||
ARCTYPE | arctype | ||
) |
Definition at line 1306 of file drawing.c.
Referenced by IntArc().
Definition at line 1376 of file drawing.c.
Referenced by NtGdiEllipse().
int FASTCALL IntFillRect | ( | DC * | dc, |
INT | XLeft, | ||
INT | YLeft, | ||
INT | Width, | ||
INT | Height, | ||
PBRUSH | pbrush, | ||
BOOL | Pen | ||
) |
Definition at line 1234 of file drawing.c.
BOOL FASTCALL IntFillRoundRect | ( | PDC | dc, |
INT | Left, | ||
INT | Top, | ||
INT | Right, | ||
INT | Bottom, | ||
INT | Wellipse, | ||
INT | Hellipse, | ||
PBRUSH | pbrush | ||
) |
Definition at line 1388 of file drawing.c.
Referenced by IntRoundRect().