Home
last modified time | relevance | path

Searched refs:round_coords (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/tests/
H A Dtest2.c42 extern void round_coords(int *x, int *y); /* w_canvas.h */
70 round_coords(&x, &y); in compare()
120 round_coords(&x, &y); in main()
127 round_coords(&x, &y); in main()
154 round_coords(&x, &y); in main()
162 round_coords(&x, &y); in main()
H A Dtest1.c41 round_coords(int *x, int *y) in round_coords() function
H A Dtestsuite.at90 AT_SETUP([Test round_coords()])
H A Dtestsuite633 5;testsuite.at:90;Test round_coords();w_canvas.c;
/dports/print/py-psautohint/psautohint-2.0.0/python/psautohint/
H A DufoFont.py389 def convertToBez(self, name, read_hints, round_coords, doAll=False): argument
391 width, bez, skip = self._get_or_skip_glyph(name, round_coords, doAll)
574 def get_glyph_bez(glyph, round_coords): argument
575 pen = BezPen(glyph.glyphSet, round_coords)
581 def _get_or_skip_glyph(self, name, round_coords, doAll): argument
588 bez = self.get_glyph_bez(glyph, round_coords)
599 bez = self.get_glyph_bez(glyph, round_coords)
791 def __init__(self, glyph_set, round_coords): argument
793 self.round_coords = round_coords
797 if self.round_coords:
H A DotfFont.py76 read_hints=True, round_coords=True): argument
86 self.round_coords = round_coords
97 if self.round_coords:
254 def convertT2GlyphToBez(t2CharString, read_hints=True, round_coords=True): argument
263 round_coords)
945 def convertToBez(self, glyphName, read_hints, round_coords, doAll=False): argument
950 read_hints, round_coords)
H A Dautohint.py67 self.round_coords = True
461 options.round_coords,
607 not options.noHintSub, options.round_coords,
H A D__main__.py335 self.round_coords = not pargs.decimal
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_canvas.h40 extern void round_coords(int *x, int *y); // isometric grid
H A Dw_canvas.c278 round_coords(&x, &y);
294 round_coords(&cx, &cy); // isometric grid
380 round_coords(&x, &y); // isometric grid
1099 round_coords(int *x, int *y) function
1141 round_coords(x, y);
H A Du_bound.c718 round_coords( &x, &y );
742 round_coords( &x, &y );
773 round_coords( &x, &y );
801 round_coords( &x, &y );
H A Du_drag.c467 round_coords( &x1, &y1 ); in init_textdragging()
/dports/print/py-psautohint/psautohint-2.0.0/tests/integration/
H A Dtest_hint.py355 options.round_coords = False
366 options.round_coords = False
/dports/graphics/xfig/xfig-3.2.8a/
H A DCHANGES91 bug #300436. Also prevent integer overflow in round_coords().