Searched refs:_get_path (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff1-table.cc | 515 static bool _get_path (const OT::cff1::accelerator_t *cff, hb_font_t *font, hb_codepoint_t glyph, 533 && _get_path (param.cff, param.font, base, *param.draw_helper, true) in process_seac() 534 && _get_path (param.cff, param.font, accent, *param.draw_helper, true, &delta)))) in process_seac() 539 bool _get_path (const OT::cff1::accelerator_t *cff, hb_font_t *font, hb_codepoint_t glyph, in _get_path() function 565 return _get_path (this, font, glyph, draw_helper); in get_path()
|
/third_party/python/Lib/ |
D | site.py | 288 def _get_path(userbase): function 327 USER_SITE = _get_path(userbase)
|
/third_party/python/Lib/test/ |
D | test_site.py | 208 self.assertEqual(site._get_path(site._getuserbase()),
|
/third_party/python/patches/ |
D | cpython_mingw_v3.10.2.patch | 1585 def _get_path(userbase): 1691 # NOTE: When modifying "purelib" scheme, update site._get_path() too.
|