Home
last modified time | relevance | path

Searched defs:end_path (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.cc320 void end_path () { path_open = false; } in end_path() function
481 void end_path () { draw_session->close_path (); } in end_path() function
Dhb-ot-cff2-table.cc48 void end_path () { path_open = false; } in end_path() function
/external/autotest/utils/frozen_chromite/lib/
Dosutils.py622 def IteratePaths(end_path): argument
656 def FindInPathParents(path_to_find, start_path, test_func=None, end_path=None): argument