/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | xxxwin.c | 69 void* ui_create_glyph(int width, int height, uint8* data) in ui_create_glyph() function
|
H A D | nanoxwin.c | 288 void * ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function 885 databitmap = ui_create_glyph(32, 32, adata); in ui_create_cursor() 886 maskbitmap = ui_create_glyph(32, 32, amask); in ui_create_cursor()
|
H A D | qtwin.cpp | 675 void* ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
|
H A D | svgawin.c | 1048 void* ui_create_glyph(int width, int height, uint8* data) in ui_create_glyph() function
|
H A D | qtewin.cpp | 1404 HGLYPH ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | xwin.c | 2275 ui_create_glyph(RDPCLIENT * This, int width, int height, const uint8 * data) in ui_create_glyph() function 2362 cursorglyph = ui_create_glyph(This, width, height, cursor); in ui_create_cursor() 2363 maskglyph = ui_create_glyph(This, width, height, mask); in ui_create_cursor() 2591 fill = (Pixmap) ui_create_glyph(This, 8, 8, in ui_patblt() 2607 fill = (Pixmap) ui_create_glyph(This, 8, 8, ipattern); in ui_patblt() 2765 fill = (Pixmap) ui_create_glyph(This, 8, 8, in ui_polygon() 2781 fill = (Pixmap) ui_create_glyph(This, 8, 8, ipattern); in ui_polygon() 2843 fill = (Pixmap) ui_create_glyph(This, 8, 8, in ui_ellipse() 2859 fill = (Pixmap) ui_create_glyph(This, 8, 8, ipattern); in ui_ellipse()
|
H A D | proto.h | 249 HGLYPH ui_create_glyph(RDPCLIENT * This, int width, int height, const uint8 * data);
|
H A D | orders.c | 1185 bitmap = ui_create_glyph(This, width, height, data); in process_fontcache()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 499 ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function 632 fill = (vncBuffer *) ui_create_glyph(8, 8, brush->pattern); in ui_patblt()
|
/reactos/base/applications/mstsc/ |
H A D | proto.h | 274 RD_HGLYPH ui_create_glyph(int width, int height, uint8 * data);
|
H A D | uimain.c | 234 ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
|
H A D | orders.c | 1146 bitmap = ui_create_glyph(width, height, data); in process_fontcache()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | patches.txt | 97 ui_create_glyph was not called with ipattern.
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 5825 HGLYPH ui_create_glyph(RDPCLIENT * This, int width, int height, const uint8 * data) in ui_create_glyph() function
|