Searched refs:bs_is_pixel_on (Results 1 – 3 of 3) sorted by relevance
/reactos/base/applications/mstsc/ |
H A D | bsops.h | 32 int bs_is_pixel_on(char * data, int x, int y, int width, int bpp);
|
H A D | bsops.c | 210 bs_is_pixel_on(char * data, int x, int y, int width, int bpp) in bs_is_pixel_on() function 650 if (bs_is_pixel_on(glyph_data, j, i, glyph_width, 8)) in bs_draw_glyph() 777 if (bs_is_pixel_on(b, (x + j + brush_x_org) % 8, in bs_patblt()
|
H A D | uimain.c | 198 if (bs_is_pixel_on((char *)andmask, j, i, 32, 1)) in ui_create_cursor() 202 if (bs_is_pixel_on((char *)xormask, j, i, 32, xor_bpp)) in ui_create_cursor() 252 if (bs_is_pixel_on((char *)data, j, i, width, 1)) in ui_create_glyph()
|