Home
last modified time | relevance | path

Searched refs:move_y (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh110 void move_y (const Number &dy) { y += dy; } in move_y() function
111 void move (const Number &dx, const Number &dy) { move_x (dx); move_y (dy); } in move()
112 void move (const Point &d) { move_x (d.x); move_y (d.y); } in move()
482 pt1.move_y (env.pop_arg ()); in vmoveto()
505 pt1.move_y (env.eval_arg (i+1)); in hlineto()
523 pt1.move_y (env.eval_arg (i)); in vlineto()
531 pt1.move_y (env.eval_arg (i)); in vlineto()
601 pt1.move_y (env.eval_arg (i)); in vvcurveto()
605 pt3.move_y (env.eval_arg (i+3)); in vvcurveto()
616 pt1.move_y (env.eval_arg (i++)); in hhcurveto()
[all …]