Lines Matching defs:srcWidth
119 static unsigned int srcWidth, srcHeight;
689 srcWidth, srcHeight, data);
706 data->x = event->xbutton.x_root + srcWidth;
715 srcWidth, srcHeight);
755 hlData->width = srcWidth;
786 data->width = srcWidth;
788 GetImageAndAttributes(RootWindow(dpy, scr), srcX, srcY, srcWidth,
1138 XParseGeometry(options.source, &srcX, &srcY, &srcWidth, &srcHeight);
1139 if (!srcWidth) srcWidth = SRCWIDTH;
1141 if (XNegative & srcStat) srcX = DisplayWidth(dpy, scr) + srcX - srcWidth;