Home
last modified time | relevance | path

Searched refs:ui_create_glyph (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dxxxwin.c69 void* ui_create_glyph(int width, int height, uint8* data) in ui_create_glyph() function
H A Dnanoxwin.c288 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 Dqtwin.cpp675 void* ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
H A Dsvgawin.c1048 void* ui_create_glyph(int width, int height, uint8* data) in ui_create_glyph() function
H A Dqtewin.cpp1404 HGLYPH ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dxwin.c2275 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 Dproto.h249 HGLYPH ui_create_glyph(RDPCLIENT * This, int width, int height, const uint8 * data);
H A Dorders.c1185 bitmap = ui_create_glyph(This, width, height, data); in process_fontcache()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c499 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 Dproto.h274 RD_HGLYPH ui_create_glyph(int width, int height, uint8 * data);
H A Duimain.c234 ui_create_glyph(int width, int height, uint8 * data) in ui_create_glyph() function
H A Dorders.c1146 bitmap = ui_create_glyph(width, height, data); in process_fontcache()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/
H A Dpatches.txt97 ui_create_glyph was not called with ipattern.
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp5825 HGLYPH ui_create_glyph(RDPCLIENT * This, int width, int height, const uint8 * data) in ui_create_glyph() function