Home
last modified time | relevance | path

Searched refs:RD_HGLYPH (Results 1 – 4 of 4) sorted by relevance

/reactos/base/applications/mstsc/
H A Dproto.h38 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 Dtypes.h36 typedef void *RD_HGLYPH; typedef
H A Dcache.c297 uint16 baseline, uint16 width, uint16 height, RD_HGLYPH pixmap) in cache_put_font()
H A Dorders.c1124 RD_HGLYPH bitmap; in process_fontcache()