Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dpath-builder.hh12 struct path_builder_t struct
14 hb_font_t *font;
15 hb_draw_session_t *draw_session;
17 struct optional_point_t
29 } first_oncurve, first_offcurve, first_offcurve2, last_offcurve, last_offcurve2;
31 path_builder_t (hb_font_t *font_, hb_draw_session_t &draw_session_) : in path_builder_t() argument
41 void consume_point (const contour_point_t &point) in consume_point()
179 void points_end () {} in points_end()
181 bool is_consuming_contour_points () { return true; } in is_consuming_contour_points()
182 contour_point_t *get_phantoms_sink () { return nullptr; } in get_phantoms_sink()