Searched defs:reverse_direction (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/ |
H A 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
|
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A 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
|
H A D | qu2cuPen.py | 41 reverse_direction=False, argument
|
/aosp_15_r20/external/fonttools/Snippets/ |
H A D | otf2ttf.py | 28 def glyphs_to_quadratic(glyphs, max_err=MAX_ERR, reverse_direction=REVERSE_DIRECTION): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | __init__.py | 317 reverse_direction, argument
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStroke.cpp | 1564 static SkPathDirection reverse_direction(SkPathDirection dir) { in reverse_direction() function
|