Home
last modified time | relevance | path

Searched defs:reverse_direction (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/
H A Dufo.py122 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 Dcu2quPen.py45 reverse_direction=False, argument
110 reverse_direction=False, argument
245 def __init__(self, other_pens, max_err, reverse_direction=False): argument
H A Dqu2cuPen.py41 reverse_direction=False, argument
/aosp_15_r20/external/fonttools/Snippets/
H A Dotf2ttf.py28 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__.py317 reverse_direction, argument
/aosp_15_r20/external/skia/src/core/
H A DSkStroke.cpp1564 static SkPathDirection reverse_direction(SkPathDirection dir) { in reverse_direction() function