Lines Matching defs:srcHeight
119 static unsigned int srcWidth, srcHeight;
689 srcWidth, srcHeight, data);
707 data->y = event->xbutton.y_root + srcHeight;
715 srcWidth, srcHeight);
756 hlData->height = srcHeight;
787 data->height = srcHeight;
789 srcHeight, data);
1138 XParseGeometry(options.source, &srcX, &srcY, &srcWidth, &srcHeight);
1140 if (!srcHeight) srcHeight = SRCHEIGHT;
1142 if (YNegative & srcStat) srcY = DisplayHeight(dpy, scr) + srcY - srcHeight;