HomeSort by: relevance | last modified time | path
    Searched refs:XftDrawSrcPicture (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/x11perf/dist/
do_traps.c 236 white = XftDrawSrcPicture (aadraw, &aawhite);
237 black = XftDrawSrcPicture (aadraw, &aablack);
369 white = XftDrawSrcPicture (aadraw, &aawhite);
370 black = XftDrawSrcPicture (aadraw, &aablack);
  /xsrc/external/mit/libXft/dist/src/
xftdraw.c 297 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color)
497 (src = XftDrawSrcPicture (draw, color)))
710 (src = XftDrawSrcPicture (draw, color)))
743 (src = XftDrawSrcPicture (draw, color)))
  /xsrc/external/mit/libXft/dist/include/X11/Xft/
Xft.h 178 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color);
Xft.h.in 177 XftDrawSrcPicture (XftDraw *draw, _Xconst XftColor *color);
  /xsrc/external/mit/xlogo/dist/
Logo.c 440 XftDrawSrcPicture (w->logo.draw, &w->logo.fg),
  /xsrc/external/mit/xclock/dist/
Clock.c 776 w->clock.fill_picture = XftDrawSrcPicture(w->clock.draw, color);

Completed in 8 milliseconds