Home
last modified time | relevance | path

Searched refs:phantom_only (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh631 bool phantom_only = false) const in get_contour_points()
640 if (phantom_only) return true; in get_contour_points()
768 bool phantom_only = false, in get_points()
785 if (unlikely (!SimpleGlyph (*header, bytes).get_contour_points (points, phantom_only))) in get_points()
822 phantom_only, depth + 1) in get_points()
951 bool phantom_only = !consumer.is_consuming_contour_points (); in get_points() local
952 if (unlikely (!glyph_for_gid (gid).get_points (font, *this, all_points, phantom_only))) in get_points()