Hi developers?

How to realize this:
    XSetFillStyle(g_display, g_gc, FillStippled);
    XSetStipple(g_display, g_gc, (Pixmap) glyph->pixmap);\
    XSetTSOrigin(g_display, g_gc, x1, y1);\
    XFillRectangle(g_display, g_backstore, g_wnd, g_gc, x1, y1,
glyph->width, glyph->height);

Alternative algoritm - need to put b/w glyph(DSPF_A1) to surface(for
eaxmple,RGB16), but color of puted glyph must be seted by me.

Also for FillOpaqueStippled algjoritm i need to. How? Only lock
surface and draw manualy?

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to