Lines Matching +defs:copy +defs:list
5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
122 XawRunDisplayList(Widget w, _XawDisplayList *list,
130 for (i = 0; i < list->num_procs; i++)
132 XawDLProc *proc = list->procs[i];
1364 XawDLCopyArgs *copy = (XawDLCopyArgs *)args;
1368 tmp1 = X_ARG(copy->pos[0]);
1369 tmp2 = X_ARG(copy->pos[2]);
1373 tmp1 = Y_ARG(copy->pos[1]);
1374 tmp2 = Y_ARG(copy->pos[3]);
1378 src_x = X_ARG(copy->pos[4]);
1379 src_y = Y_ARG(copy->pos[5]);
1383 if (copy->pixmap)
1384 width = copy->pixmap->width;
1393 if (copy->pixmap)
1394 height = copy->pixmap->height;
1416 copy->pixmap ? copy->pixmap->pixmap : XtWindowOfObject(w),
1418 (unsigned long)(copy->plane ? copy->plane : 1));
1421 copy->pixmap ? copy->pixmap->pixmap : XtWindowOfObject(w),
1445 * list. If you need to use other functions (and those values), be sure to
1524 {"copy-area", DlCopyArea, COPYAREA},
1525 {"copy-plane", DlCopyPlane, COPYPLANE},
1871 else if (XmuCompareISOLatin1(params[0], "copy") == 0)