Searched refs:reverse_direction (Results 1 – 8 of 8) sorted by relevance
/external/fonttools/Lib/fontTools/cu2qu/ |
D | ufo.py | 117 def _set_segments(glyph, segments, reverse_direction): argument 122 if reverse_direction: 156 def _glyphs_to_quadratic(glyphs, max_err, reverse_direction, stats): argument 171 glyphs_modified = reverse_direction 187 _set_segments(glyph, new_segments, reverse_direction) 195 glyphs, max_err=None, reverse_direction=False, stats=None): argument 219 return _glyphs_to_quadratic(glyphs, max_errors, reverse_direction, stats) 223 fonts, max_err_em=None, max_err=None, reverse_direction=False, argument 289 glyphs, cur_max_errors, reverse_direction, stats)
|
D | cli.py | 151 reverse_direction=options.reverse_direction)
|
/external/fonttools/Snippets/ |
D | otf2ttf.py | 29 glyphs, max_err=MAX_ERR, reverse_direction=REVERSE_DIRECTION): argument 35 reverse_direction=reverse_direction) 121 reverse_direction=options.reverse_direction)
|
/external/fonttools/Lib/fontTools/pens/ |
D | cu2quPen.py | 41 def __init__(self, other_pen, max_err, reverse_direction=False, argument 43 if reverse_direction: 149 def __init__(self, other_point_pen, max_err, reverse_direction=False, argument 152 if reverse_direction:
|
/external/fonttools/Tests/cu2qu/ |
D | ufo_test.py | 96 reverse_direction=True) 130 assert glyphs_to_quadratic(glyphs, reverse_direction=True) 134 reverse_direction=True) 270 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
|
/external/fonttools/Tests/pens/ |
D | cu2quPen_test.py | 77 reversed_glyph = self.convert_glyph(source, reverse_direction=True)
|
/external/skqp/src/core/ |
D | SkStroke.cpp | 1505 static SkPath::Direction reverse_direction(SkPath::Direction dir) { in reverse_direction() function 1548 dir = reverse_direction(dir); in strokeRect() 1581 dst->addRect(r, reverse_direction(dir)); in strokeRect()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 1541 static SkPathDirection reverse_direction(SkPathDirection dir) { in reverse_direction() function 1584 dir = reverse_direction(dir); in strokeRect() 1617 dst->addRect(r, reverse_direction(dir)); in strokeRect()
|