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

/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DStdSel.h49 int *format_return
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextSrc.h249 int *format_return
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c470 int format_return, count, cType, nTables;
496 &format_return, &nitems, &nbytes_return, &property_return) ||
497 nitems != 18 || format_return != 32) {
512 *pValue++ = (long)_XcmsGetElement(format_return, &pChar,
576 &format_return, &nitems, &nbytes_return, &property_return)) {
583 switch (format_return) {
640 visualID = _XcmsGetElement(format_return, &pChar, &nitems);
642 visualID = visualID << format_return;
643 visualID |= _XcmsGetElement(format_return, &pChar, &nitems);
678 cType = _XcmsGetElement(format_return,
469 int format_return, count, cType, nTables; local in function:LINEAR_RGB_InitSCCData
[all...]
/xsrc/external/mit/xinput/dist/src/
H A Dtransform.c67 int format_return; local in function:apply_matrix
90 &type_return, &format_return, &nitems, &bytes_after,
92 if (rc != Success || prop_float != type_return || format_return != 32 ||
102 format_return, PropModeReplace, data.c, nitems);
/xsrc/external/mit/libXi/dist/src/
H A DXIProperties.c169 Atom *type_return, int *format_return,
239 *format_return = rep.format;
167 XIGetProperty(Display * dpy,int deviceid,Atom property,long offset,long length,Bool delete_property,Atom type,Atom * type_return,int * format_return,unsigned long * num_items_return,unsigned long * bytes_after_return,unsigned char ** data) argument
/xsrc/external/mit/libXpm/dist/sxpm/
H A Dsxpm.c117 void GetNumbers(int num, int *format_return,
719 int *format_return,
723 *format_return = num / 10000;
717 GetNumbers(int num,int * format_return,int * libmajor_return,char * libminor_return) argument
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput2.h736 int *format_return,
/xsrc/external/mit/libXt/dist/src/
H A DSelection.c2257 int *format_return)
2265 *length_return = (unsigned long) (*format_return = 0);
2277 False, AnyPropertyType, type_return, format_return,
2283 int size = (int) BYTELENGTH(*length_return, *format_return) + 1;
2251 XtGetSelectionParameters(Widget owner,Atom selection,XtRequestId request_id,Atom * type_return,XtPointer * value_return,unsigned long * length_return,int * format_return) argument

Completed in 12 milliseconds