ReactOS 0.4.16-dev-338-g34e76ad
|
#include "precomp.h"
Go to the source code of this file.
Variables | |
static char * | g_bs = 0 |
static int | g_bs_size = 0 |
static int | g_width1 = 800 |
static int | g_height1 = 600 |
static int | g_bpp = 8 |
static int | g_Bpp = 1 |
static int | g_clip_left1 = 0 |
static int | g_clip_top1 = 0 |
static int | g_clip_right1 = 800 |
static int | g_clip_bottom1 = 600 |
static char | g_hatch_patterns [] |
Definition at line 793 of file bsops.c.
Referenced by ui_invalidate().
Definition at line 282 of file bsops.c.
Referenced by bs_copy_box(), bs_memblt(), and bs_screenblt().
Definition at line 305 of file bsops.c.
Referenced by bs_screenblt().
Definition at line 52 of file bsops.c.
Referenced by bs_set_pixel().
void bs_draw_glyph | ( | int | x, |
int | y, | ||
char * | glyph_data, | ||
int | glyph_width, | ||
int | glyph_height, | ||
int | fgcolour | ||
) |
Definition at line 640 of file bsops.c.
Referenced by draw_glyph().
Definition at line 79 of file bsops.c.
Referenced by bs_screenblt(), and bs_set_pixel().
Definition at line 158 of file bsops.c.
Referenced by ui_main().
Definition at line 210 of file bsops.c.
Referenced by bs_draw_glyph(), bs_patblt(), ui_create_cursor(), and ui_create_glyph().
void bs_line | ( | int | opcode, |
int | startx, | ||
int | starty, | ||
int | endx, | ||
int | endy, | ||
int | pen_width, | ||
int | pen_style, | ||
int | pen_colour | ||
) |
Definition at line 661 of file bsops.c.
Referenced by ui_line().
void bs_memblt | ( | int | opcode, |
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
void * | srcdata, | ||
int | srcwidth, | ||
int | srcheight, | ||
int | srcx, | ||
int | srcy | ||
) |
Definition at line 560 of file bsops.c.
Referenced by ui_memblt().
void bs_patblt | ( | int | opcode, |
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
int | brush_style, | ||
char * | brush_pattern, | ||
int | brush_x_org, | ||
int | brush_y_org, | ||
int | bgcolour, | ||
int | fgcolour | ||
) |
Definition at line 744 of file bsops.c.
Referenced by ui_patblt().
Definition at line 386 of file bsops.c.
Referenced by bs_patblt(), ui_destblt(), ui_draw_text(), and ui_rect().
Definition at line 199 of file bsops.c.
Referenced by ui_reset_clip().
Definition at line 469 of file bsops.c.
Referenced by ui_screenblt().
Definition at line 108 of file bsops.c.
Referenced by bs_draw_glyph(), bs_line(), bs_memblt(), bs_patblt(), bs_rect(), and bs_screenblt().
Definition at line 246 of file bsops.c.
Referenced by ui_create_cursor(), and ui_create_glyph().
Definition at line 331 of file bsops.c.
Referenced by bs_memblt(), bs_rect(), bs_screenblt(), and ui_invalidate().
Definition at line 141 of file bsops.c.
Referenced by bs_copy_box(), bs_memblt(), bs_rect(), and bs_screenblt().
|
static |
Definition at line 30 of file bsops.c.
Referenced by bs_copy_box(), bs_get_pixel(), bs_init(), bs_memblt(), bs_rect(), bs_screenblt(), bs_set_pixel(), and get_bs_ptr().
|
static |
Definition at line 24 of file bsops.c.
Referenced by bs_exit(), bs_get_pixel(), bs_init(), bs_set_pixel(), and get_bs_ptr().
|
static |
Definition at line 35 of file bsops.c.
Referenced by bs_init(), bs_reset_clip(), bs_set_clip(), bs_set_pixel(), and bs_warp_coords().
|
static |
Definition at line 32 of file bsops.c.
Referenced by bs_init(), bs_reset_clip(), bs_set_clip(), bs_set_pixel(), and bs_warp_coords().
|
static |
Definition at line 34 of file bsops.c.
Referenced by bs_init(), bs_reset_clip(), bs_set_clip(), bs_set_pixel(), and bs_warp_coords().
|
static |
Definition at line 33 of file bsops.c.
Referenced by bs_init(), bs_reset_clip(), bs_set_clip(), bs_set_pixel(), and bs_warp_coords().
|
static |
Definition at line 38 of file bsops.c.
Referenced by bs_patblt().
|
static |
Definition at line 28 of file bsops.c.
Referenced by bs_copy_box(), bs_get_pixel(), bs_init(), bs_reset_clip(), bs_set_pixel(), and get_bs_ptr().
|
static |
Definition at line 27 of file bsops.c.
Referenced by bs_copy_box(), bs_get_pixel(), bs_init(), bs_reset_clip(), bs_set_pixel(), and get_bs_ptr().