Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Ddimension.py69 def horz_line(self, y, xlat, bbox): member in Dimension
109 line = self.horz_line(bbox.top, [0, 1], bbox)
129 line = self.horz_line(bbox.top, [2, 0], bbox)
133 line = self.horz_line(bbox.bottom, [2, 0], bbox)
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dcairo.c1135 horz_line (struct xr_driver *xr, int x0, int x1, int x2, int x3, int y, in horz_line() function
1279 horz_line (xr, x0, x1, x2, x3, yc, start_of_line, end_of_line, in xr_draw_line()
1283 horz_line (xr, x0, x1, x2, x3, y1, start_of_line, end_of_line, in xr_draw_line()
1285 horz_line (xr, x0, x1, x2, x3, y2, start_of_line, end_of_line, in xr_draw_line()