Searched refs:RD_HGLYPH (Results 1 – 4 of 4) sorted by relevance
/reactos/base/applications/mstsc/ |
H A D | proto.h | 38 uint16 height, RD_HGLYPH pixmap); 274 RD_HGLYPH ui_create_glyph(int width, int height, uint8 * data); 275 void ui_destroy_glyph(RD_HGLYPH glyph); 301 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 | 36 typedef void *RD_HGLYPH; typedef
|
H A D | cache.c | 297 uint16 baseline, uint16 width, uint16 height, RD_HGLYPH pixmap) in cache_put_font()
|
H A D | orders.c | 1124 RD_HGLYPH bitmap; in process_fontcache()
|