Searched refs:xIndexValue (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmiindex.c268 pFormat->index.pValues = malloc(num * sizeof (xIndexValue));
H A Dpicturestr.h43 xIndexValue *pValues;
H A Drender.c544 xIndexValue *values;
560 num * sizeof(xIndexValue));
570 values = (xIndexValue *) (reply + 1);
572 memcpy (reply + 1, pFormat->index.pValues, num * sizeof (xIndexValue));
/xsrc/external/mit/xorg-server/dist/render/
H A Dmiindex.c257 pFormat->index.pValues = xallocarray(num, sizeof(xIndexValue));
H A Dpicturestr.h43 xIndexValue *pValues;
H A Drender.c506 xIndexValue *values;
521 num * sizeof(xIndexValue));
531 values = (xIndexValue *) (reply + 1);
533 memcpy(reply + 1, pFormat->index.pValues, num * sizeof(xIndexValue));
/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c909 nread = rep.numIndexValues * SIZEOF (xIndexValue);
932 xIndexValue value;
934 _XRead (dpy, (char *) &value, SIZEOF (xIndexValue));
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Drenderproto.h105 } xIndexValue; typedef in typeref:struct:__anonb7d133210608

Completed in 16 milliseconds