Home
last modified time | relevance | path

Searched refs:reverse_direction (Results 1 – 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/cu2qu/
Dufo.py117 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)
Dcli.py151 reverse_direction=options.reverse_direction)
/external/fonttools/Snippets/
Dotf2ttf.py29 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/
Dcu2quPen.py41 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/
Dufo_test.py96 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/
Dcu2quPen_test.py77 reversed_glyph = self.convert_glyph(source, reverse_direction=True)
/external/skqp/src/core/
DSkStroke.cpp1505 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/
DSkStroke.cpp1541 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()