Searched refs:low_x (Results 1 – 1 of 1) sorted by relevance
1486 REAL path_width = 1.0, width, height, temp, low_x, low_y, high_x, high_y; in GdipGetPathWorldBounds() local1503 low_x = high_x = points[0].X; in GdipGetPathWorldBounds()1507 low_x = min(low_x, points[i].X); in GdipGetPathWorldBounds()1513 width = high_x - low_x; in GdipGetPathWorldBounds()1518 temp_pts[0].X = low_x; in GdipGetPathWorldBounds()1520 temp_pts[1].X = low_x; in GdipGetPathWorldBounds()1528 low_x = temp_pts[0].X; in GdipGetPathWorldBounds()1532 low_x = min(low_x, temp_pts[i].X); in GdipGetPathWorldBounds()1550 low_x -= path_width; in GdipGetPathWorldBounds()1556 bounds->X = low_x; in GdipGetPathWorldBounds()