Searched defs:line_to (Results 1 – 8 of 8) sorted by relevance
36 hb_draw_line_to_func_t line_to; member61 void line_to (hb_position_t x, hb_position_t y) in line_to() function
64 hb_draw_line_to_func_t line_to) in hb_draw_funcs_set_line_to_func()
158 void line_to (const point_t &p) in line_to() function
145 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data) in line_to() function
464 void line_to (const point_t &p) in line_to() function
109 line_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data) in line_to() function
661 FT_Outline_LineToFunc line_to; member
429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker