Searched refs:from_width (Results 1 – 1 of 1) sorted by relevance
1462 int64_t from_width = from_max - from_min; in xf86ScaleAxis() local1464 if (from_width) { in xf86ScaleAxis()1465 X = (int) (((to_width * (Cx - from_min)) / from_width) + to_min); in xf86ScaleAxis()