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

  /xsrc/external/mit/libXrender/dist/src/
Xrenderint.h 113 #define DataInt32(dpy,d,len) Data32(dpy,(_Xconst long *) (d),len)
115 #define DataInt32(dpy,d,len) Data(dpy,(_Xconst char *) (d),len)
AddTrap.c 63 DataInt32 (dpy, (_Xconst int *) traps, (long) len);
Trap.c 68 DataInt32 (dpy, (_Xconst int *) traps, len);
Tri.c 67 DataInt32 (dpy, (_Xconst int *) triangles, len);
113 DataInt32 (dpy, (_Xconst int *) points, len);
166 DataInt32 (dpy, (_Xconst int *) points, len);
Picture.c 299 DataInt32(dpy, stops, nStops * 4);
335 DataInt32(dpy, stops, nStops * 4);
368 DataInt32(dpy, stops, nStops * 4);
Glyph.c 712 DataInt32 (dpy, chars, this_bytes);

Completed in 12 milliseconds