Home
last modified time | relevance | path

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

/dports/graphics/cogl/cogl-1.22.8/cogl-path/
H A Dcogl-path.symbols46 cogl2_path_move_to
H A Dcogl-path.c421 cogl2_path_move_to (CoglPath *path, in cogl2_path_move_to() function
450 cogl2_path_move_to (path, in cogl2_path_rel_move_to()
506 cogl2_path_move_to (path, x_1, y_1); in cogl2_path_line()
519 cogl2_path_move_to (path, coords[0], coords[1]); in cogl2_path_polyline()
550 cogl2_path_move_to (path, x_1, y_1); in cogl2_path_rectangle()
602 cogl2_path_move_to (path, px, py); in _cogl_path_arc()
714 cogl2_path_move_to (path, x_1, y_1 + radius); in cogl2_path_round_rectangle()
H A Dcogl2-path-functions.h106 #define cogl_path_move_to cogl2_path_move_to
H A Dcogl1-path.c148 cogl2_path_move_to (get_current_path (ctx), x, y); in cogl_path_move_to()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl-path/
H A Dcogl-path.symbols46 cogl2_path_move_to
H A Dcogl-path.c421 cogl2_path_move_to (CoglPath *path, in cogl2_path_move_to() function
450 cogl2_path_move_to (path, in cogl2_path_rel_move_to()
506 cogl2_path_move_to (path, x_1, y_1); in cogl2_path_line()
519 cogl2_path_move_to (path, coords[0], coords[1]); in cogl2_path_polyline()
550 cogl2_path_move_to (path, x_1, y_1); in cogl2_path_rectangle()
602 cogl2_path_move_to (path, px, py); in _cogl_path_arc()
714 cogl2_path_move_to (path, x_1, y_1 + radius); in cogl2_path_round_rectangle()
H A Dcogl-path-functions.h102 #define cogl_path_move_to cogl2_path_move_to