Searched defs:reverse_direction (Results 1 – 5 of 5) sorted by relevance
/external/fonttools/Lib/fontTools/cu2qu/ |
D | ufo.py | 122 def _set_segments(glyph, segments, reverse_direction): argument 164 def _glyphs_to_quadratic(glyphs, max_err, reverse_direction, stats, all_quadratic=True): argument 207 glyphs, max_err=None, reverse_direction=False, stats=None, all_quadratic=True argument 241 reverse_direction=False, argument
|
/external/fonttools/Lib/fontTools/pens/ |
D | cu2quPen.py | 45 reverse_direction=False, argument 110 reverse_direction=False, argument 245 def __init__(self, other_pens, max_err, reverse_direction=False): argument
|
D | qu2cuPen.py | 41 reverse_direction=False, argument
|
/external/fonttools/Snippets/ |
D | otf2ttf.py | 28 def glyphs_to_quadratic(glyphs, max_err=MAX_ERR, reverse_direction=REVERSE_DIRECTION): argument
|
/external/skia/src/core/ |
D | SkStroke.cpp | 1564 static SkPathDirection reverse_direction(SkPathDirection dir) { in reverse_direction() function
|