Searched defs:hb_draw_session_t (Results 1 – 1 of 1) sorted by relevance
169 struct hb_draw_session_t struct171 hb_draw_session_t (hb_draw_funcs_t *funcs_, void *draw_data_, float slant_ = 0.f) in hb_draw_session_t() argument176 ~hb_draw_session_t () { close_path (); } in ~hb_draw_session_t() argument179 void move_to (float to_x, float to_y) in move_to()189 void line_to (float to_x, float to_y) in line_to()200 quadratic_to (float control_x, float control_y, in quadratic_to()214 cubic_to (float control1_x, float control1_y, in cubic_to()230 void close_path () in close_path()236 float slant;237 bool not_slanted;[all …]