Searched defs:ui_create_glyph (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c2841 ui_create_glyph(int width, int height, uint8 * data) function
2989 cursorglyph = ui_create_glyph(width, height, cursor);
2990 maskglyph = ui_create_glyph(width, height, mask);
3218 fill = (Pixmap) ui_create_glyph(8, 8,
3236 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3260 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3419 fill = (Pixmap) ui_create_glyph(8, 8,
3437 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3461 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3524 fill = (Pixmap) ui_create_glyph(
[all...]

Completed in 91 milliseconds