Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh1129 struct path_builder_t struct
1131 hb_font_t *font;
1132 draw_helper_t *draw_helper;
1134 struct optional_point_t
1145 } first_oncurve, first_offcurve, last_offcurve;
1147 path_builder_t (hb_font_t *font_, draw_helper_t &draw_helper_) in path_builder_t() argument
1158 void consume_point (const contour_point_t &point) in consume_point()
1238 void points_end () {} in points_end()
1240 bool is_consuming_contour_points () { return true; } in is_consuming_contour_points()
1241 contour_point_t *get_phantoms_sink () { return nullptr; } in get_phantoms_sink()