Searched defs:draw_helper_t (Results 1 – 1 of 1) sorted by relevance
43 struct draw_helper_t struct45 draw_helper_t (const hb_draw_funcs_t *funcs_, void *user_data_) in draw_helper_t() argument52 ~draw_helper_t () { end_path (); } in ~draw_helper_t() argument54 void move_to (hb_position_t x, hb_position_t y) in move_to()61 void line_to (hb_position_t x, hb_position_t y) in line_to()71 quadratic_to (hb_position_t control_x, hb_position_t control_y, in quadratic_to()90 cubic_to (hb_position_t control1_x, hb_position_t control1_y, in cubic_to()104 void end_path () in end_path()117 bool equal_to_current (hb_position_t x, hb_position_t y) in equal_to_current()120 void start_path () in start_path()[all …]