ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
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().