• Home
  • Raw
  • Download

Lines Matching refs:line_to

30675 - * @line_to: line-to callback
30693 - hb_draw_line_to_func_t line_to)
30698 - funcs->line_to = line_to;
30851 - funcs->line_to = (hb_draw_line_to_func_t) _line_to_nil;
30916 + dfuncs->line_to (draw_data, *st,
31250 - hb_draw_line_to_func_t line_to);
31375 - hb_draw_line_to_func_t line_to;
31387 + HB_DRAW_FUNC_IMPLEMENT (line_to) \
31432 + { func.line_to (this, draw_data, &st,
31434 + user_data.line_to); }
31467 - void line_to (hb_position_t x, hb_position_t y)
31468 + void line_to (void *draw_data, hb_draw_state_t &st,
31473 - funcs->line_to (x, y, user_data);
31539 - funcs->line_to (path_start_x, path_start_y, user_data);
31595 + void line_to (float to_x, float to_y)
31598 + funcs->line_to (draw_data, st,
31601 + funcs->line_to (draw_data, st,
32100 + drawing->line_to (to->x, to->y);
33005 void line_to (const point_t &p)
33009 - draw_helper->line_to (font->em_scalef_x (point.x.to_real ()), font->em_scalef_y (point.y.to_re…
33010 + draw_session->line_to (font->em_fscalef_x (point.x.to_real ()), font->em_fscalef_y (point.y.to…
33207 void line_to (const point_t &p)
33208 - { draw_helper->line_to (font->em_scalef_x (p.x.to_real ()), font->em_scalef_y (p.y.to_real ()));…
33209 + { draw_session->line_to (font->em_fscalef_x (p.x.to_real ()), font->em_fscalef_y (p.y.to_real ()…
33994 - draw_helper->line_to (font->em_scalef_x (p.x), font->em_scalef_y (p.y));
33995 + draw_session->line_to (font->em_fscalef_x (p.x), font->em_fscalef_y (p.y));
34022 - draw_helper->line_to (font->em_scalef_x (first_oncurve.x), font->em_scalef_y (first_oncurve.y…
34023 + draw_session->line_to (font->em_fscalef_x (first_oncurve.x), font->em_fscalef_y (first_oncurv…
43689 -line_to (hb_position_t to_x, hb_position_t to_y, user_data_t &user_data)
43690 +line_to (hb_draw_funcs_t *dfuncs, draw_data_t *draw_data,
43790 - hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to);
43795 + hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to, nullptr, nullptr);
44653 -line_to (hb_position_t to_x, hb_position_t to_y, user_data_t *user_data)
44654 +line_to (hb_draw_funcs_t *dfuncs, draw_data_t *draw_data,
45596 - hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to);
45601 + hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to, NULL, NULL);
45609 - hb_draw_funcs_set_line_to_func (funcs2, (hb_draw_line_to_func_t) line_to);
45613 + hb_draw_funcs_set_line_to_func (funcs2, (hb_draw_line_to_func_t) line_to, NULL, NULL);
72165 +line_to (hb_draw_funcs_t *dfuncs,
72209 + hb_draw_funcs_set_line_to_func (funcs, (hb_draw_line_to_func_t) line_to, nullptr, nullptr);