Searched refs:get_points (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-glyf-table.hh | 766 bool get_points (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_points() function 821 .get_points (font, glyf_accelerator, comp_points, in get_points() 941 bool get_points (hb_font_t *font, hb_codepoint_t gid, T consumer) const in get_points() function 952 if (unlikely (!glyph_for_gid (gid).get_points (font, *this, all_points, phantom_only))) in get_points() 1037 success = get_points (font, gid, points_aggregator_t (font, nullptr, phantoms)); in get_advance_var() 1055 if (unlikely (!get_points (font, gid, points_aggregator_t (font, &extents, phantoms)))) in get_side_bearing_var() 1071 return get_points (font, gid, points_aggregator_t (font, extents, nullptr)); in get_extents() 1246 { return get_points (font, gid, path_builder_t (font, draw_helper)); } in get_path()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test14-pr18893.so.abi | 21379 <!-- Real2* sampledLine::get_points() --> 21380 …<function-decl name='get_points' mangled-name='_ZN11sampledLine10get_pointsEv' filepath='libnurbs/…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 13687 …<function-decl name='get_points' mangled-name='_ZN11sampledLine10get_pointsEv' filepath='libnurbs/…
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 34043 - { return get_points (font, gid, path_builder_t (font, draw_helper)); } 34046 + { return get_points (font, gid, path_builder_t (font, draw_session)); }
|