Lines Matching defs:relative
1126 * with either a position or a relative setting or a mode.
1203 xf86OutputPtr relative;
1232 * Next comes relative positions
1245 relative = NULL;
1253 relative = config->output[or];
1258 relative = config->output[or];
1262 if (!relative) {
1264 "Cannot position output %s relative to unknown output %s\n",
1273 "Cannot position output %s relative to output %s without modes\n",
1280 if (relative->initial_x == POSITION_UNSET) {
1284 output->initial_x = relative->initial_x;
1285 output->initial_y = relative->initial_y;
1289 xf86ModeHeight(modes[or], relative->initial_rotation);
1293 xf86ModeWidth(modes[or], relative->initial_rotation);