Searched defs:draw_helper_t (Results 1 – 2 of 2) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-draw.hh | 43 struct draw_helper_t struct 45 draw_helper_t (const hb_draw_funcs_t *funcs_, void *user_data_) in draw_helper_t() argument 52 ~draw_helper_t () { end_path (); } in ~draw_helper_t() argument 54 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 …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-draw.hh | 43 struct draw_helper_t struct 45 draw_helper_t (const hb_draw_funcs_t *funcs_, void *user_data_) in draw_helper_t() argument 52 ~draw_helper_t () { end_path (); } in ~draw_helper_t() argument 54 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 …]
|