Searched refs:icoX (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 561 * icoX, icoY position of upper left of bounding-box 568 int icoX, int icoY, int icoW, int icoH, int prevX, int prevY) 602 pv2->x = (int) ((pxv->x + 1.0) * closure->wo2) + icoX; 716 closure->drawbuf->prevX = icoX; 832 int icoX, icoY; local in function:do_ico_window 944 XParseGeometry (ico_geom, &icoX, &icoY, 1017 icoX = ((closure->winW - icoW) * (rand() & 0xFF)) >> 8; 1057 icoX = icoY = 1; 1092 prevX = icoX; 1095 icoX 567 drawPoly(struct closure * closure,Polyinfo * poly,GC gc,int icoX,int icoY,int icoW,int icoH,int prevX,int prevY) argument [all...] |
Completed in 3 milliseconds