Searched refs:RD_HGLYPH (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | proto.h | 53 uint16 height, RD_HGLYPH pixmap); 289 RD_HGLYPH ui_create_glyph(int width, int height, uint8 * data); 290 void ui_destroy_glyph(RD_HGLYPH glyph); 316 void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, RD_HGLYPH glyph, int srcx, int srcy,
|
H A D | types.h | 45 typedef void *RD_HGLYPH; typedef
|
H A D | xwin.c | 2840 RD_HGLYPH 2862 return (RD_HGLYPH) bitmap; 2866 ui_destroy_glyph(RD_HGLYPH glyph) 2928 RD_HGLYPH maskglyph, cursorglyph; 3228 ui_destroy_glyph((RD_HGLYPH) fill); 3245 ui_destroy_glyph((RD_HGLYPH) fill); 3269 ui_destroy_glyph((RD_HGLYPH) fill); 3429 ui_destroy_glyph((RD_HGLYPH) fill); 3446 ui_destroy_glyph((RD_HGLYPH) fill); 3470 ui_destroy_glyph((RD_HGLYPH) fil [all...] |
H A D | cache.c | 306 uint16 baseline, uint16 width, uint16 height, RD_HGLYPH pixmap)
|
H A D | orders.c | 1132 RD_HGLYPH bitmap;
|
Completed in 55 milliseconds