/dports/graphics/xfig/xfig-3.2.8a/tests/ |
H A D | test2.c | 42 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 D | test1.c | 41 round_coords(int *x, int *y) in round_coords() function
|
H A D | testsuite.at | 90 AT_SETUP([Test round_coords()])
|
H A D | testsuite | 633 5;testsuite.at:90;Test round_coords();w_canvas.c;
|
/dports/print/py-psautohint/psautohint-2.0.0/python/psautohint/ |
H A D | ufoFont.py | 389 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 D | otfFont.py | 76 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 D | autohint.py | 67 self.round_coords = True 461 options.round_coords, 607 not options.noHintSub, options.round_coords,
|
H A D | __main__.py | 335 self.round_coords = not pargs.decimal
|
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | w_canvas.h | 40 extern void round_coords(int *x, int *y); // isometric grid
|
H A D | w_canvas.c | 278 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 D | u_bound.c | 718 round_coords( &x, &y ); 742 round_coords( &x, &y ); 773 round_coords( &x, &y ); 801 round_coords( &x, &y );
|
H A D | u_drag.c | 467 round_coords( &x1, &y1 ); in init_textdragging()
|
/dports/print/py-psautohint/psautohint-2.0.0/tests/integration/ |
H A D | test_hint.py | 355 options.round_coords = False 366 options.round_coords = False
|
/dports/graphics/xfig/xfig-3.2.8a/ |
H A D | CHANGES | 91 bug #300436. Also prevent integer overflow in round_coords().
|