Home
last modified time | relevance | path

Searched refs:device_yc (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_path.c107 int device_xc, device_yc; in _pl_h_paint_path() local
120 device_yc = IROUND(YD(datapoint.pc.x, datapoint.pc.y)); in _pl_h_paint_path()
122 xarray[polyline_len].pc.y = device_yc; in _pl_h_paint_path()
H A Dc_path.c130 int device_xc, device_yc; in _pl_c_paint_path() local
141 device_yc = IROUND(YD(datapoint.pc.x, datapoint.pc.y)); in _pl_c_paint_path()
143 xarray[polyline_len].pc.y = device_yc; in _pl_c_paint_path()