Home
last modified time | relevance | path

Searched refs:G_PI_2 (Results 1 – 25 of 124) sorted by relevance

12345

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/aosd/
H A Daosd_style.cc209 10. , -G_PI_2 , 0. ); in aosd_deco_rfunc_roundrect()
212 10. , -4. * G_PI_2 , -3. * G_PI_2 ); in aosd_deco_rfunc_roundrect()
215 10. , -3. * G_PI_2 , -2. * G_PI_2 ); in aosd_deco_rfunc_roundrect()
218 10. , -2. * G_PI_2 , -G_PI_2 ); in aosd_deco_rfunc_roundrect()
270 8. , -G_PI_2 , 0. ); in aosd_deco_rfunc_concaverect()
273 8. , -4. * G_PI_2 , -3. * G_PI_2 ); in aosd_deco_rfunc_concaverect()
276 8. , -3. * G_PI_2 , -2. * G_PI_2 ); in aosd_deco_rfunc_concaverect()
279 8. , -2. * G_PI_2 , -G_PI_2 ); in aosd_deco_rfunc_concaverect()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-utils.c61 cairo_arc (cr, x + radius, y + radius, radius, -G_PI, -G_PI_2);
65 cairo_arc (cr, x - radius, y + radius, radius, -G_PI_2, 0.0);
69 cairo_arc (cr, x - radius, y - radius, radius, 0.0, G_PI_2);
73 cairo_arc (cr, x + radius, y - radius, radius, G_PI_2, G_PI);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkroundedbox.c202 5 * G_PI_4, 3 * G_PI_2); in _gtk_rounded_box_path_side()
208 - G_PI_2, -G_PI_4); in _gtk_rounded_box_path_side()
230 G_PI_4, G_PI_2); in _gtk_rounded_box_path_side()
236 G_PI_2, 3 * G_PI_4); in _gtk_rounded_box_path_side()
272 middle_angle = 3 * G_PI_2; in _gtk_rounded_box_path_top()
320 start_angle = 3 * G_PI_2; in _gtk_rounded_box_path_right()
325 end_angle = G_PI_2; in _gtk_rounded_box_path_right()
374 middle_angle = G_PI_2; in _gtk_rounded_box_path_bottom()
422 start_angle = G_PI_2; in _gtk_rounded_box_path_left()
427 end_angle = 3 * G_PI_2; in _gtk_rounded_box_path_left()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkroundedbox.c368 G_PI, 3 * G_PI_2); in _gtk_rounded_box_path()
374 - G_PI_2, 0); in _gtk_rounded_box_path()
380 0, G_PI_2); in _gtk_rounded_box_path()
386 G_PI_2, G_PI); in _gtk_rounded_box_path()
459 G_PI_4, G_PI_2); in _gtk_rounded_box_path_side()
501 middle_angle = 3 * G_PI_2; in _gtk_rounded_box_path_top()
549 start_angle = 3 * G_PI_2; in _gtk_rounded_box_path_right()
554 end_angle = G_PI_2; in _gtk_rounded_box_path_right()
603 middle_angle = G_PI_2; in _gtk_rounded_box_path_bottom()
651 start_angle = G_PI_2; in _gtk_rounded_box_path_left()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/text/
H A Dgimptextlayout-render.c58 cairo_rotate (cr, G_PI_2); in gimp_text_layout_render()
66 cairo_rotate (cr, -G_PI_2); in gimp_text_layout_render()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-euler.c140 P = -G_PI_2; in cogl_euler_init_from_matrix()
142 P = G_PI_2; in cogl_euler_init_from_matrix()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-euler.c140 P = -G_PI_2; in cogl_euler_init_from_matrix()
142 P = G_PI_2; in cogl_euler_init_from_matrix()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimptilehandleriscissors.c292 direction = (vmax > 0) ? G_PI_2 : -G_PI_2; in gimp_tile_handler_iscissors_validate()
301 (guint8) (254 * (direction + G_PI_2) / G_PI); in gimp_tile_handler_iscissors_validate()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gimpressionist/
H A Dorientmap.c135 tx = sin (a + G_PI_2); in get_direction()
136 ty = cos (a + G_PI_2); in get_direction()
143 tx = sin (a + G_PI_2); in get_direction()
144 ty = cos (a + G_PI_2); in get_direction()
151 tx = sin (a + G_PI_2); in get_direction()
152 ty = cos (a + G_PI_2); in get_direction()
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas-util.c154 theta1 = (y2 < y1) ? G_PI_2 : -G_PI_2; in gnome_canvas_get_miter_points()
161 theta2 = (y3 > y2) ? G_PI_2 : -G_PI_2; in gnome_canvas_get_miter_points()
/dports/graphics/gimp-app/gimp-2.10.30/app/vectors/
H A Dgimpbezierstroke.c2022 phi_s = floor (phi0 / G_PI_2) * G_PI_2; in arcto_ellipsesegment()
2024 phi_e = phi_s + G_PI_2; in arcto_ellipsesegment()
2028 phi_e = floor (phi1 / G_PI_2) * G_PI_2; in arcto_ellipsesegment()
2030 phi_s = phi_e + G_PI_2; in arcto_ellipsesegment()
2172 phi0 = floor (phi1 / G_PI_2) * G_PI_2; in gimp_bezier_stroke_arcto()
2177 MAX (phi0, phi1), MIN (phi0 + G_PI_2, phi2), in gimp_bezier_stroke_arcto()
2199 phi0 += G_PI_2; in gimp_bezier_stroke_arcto()
2207 phi0 = ceil (phi1 / G_PI_2) * G_PI_2; in gimp_bezier_stroke_arcto()
2212 MIN (phi0, phi1), MAX (phi0 - G_PI_2, phi2), in gimp_bezier_stroke_arcto()
2234 phi0 -= G_PI_2; in gimp_bezier_stroke_arcto()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-page-turn-effect.c118 turn_angle = (rx / self->radius * G_PI_2) - G_PI_2; in clutter_page_turn_effect_deform_vertex()
H A Dclutter-easing.c146 return -1.0 * cos (t / d * G_PI_2) + 1.0; in clutter_ease_in_sine()
153 return sin (t / d * G_PI_2); in clutter_ease_out_sine()
H A Dclutter-pan-action.c166 drag_angle = G_PI_2; in G_DEFINE_TYPE_WITH_PRIVATE()
170 else if ((drag_angle > (G_PI_2 - scroll_threshold)) || in G_DEFINE_TYPE_WITH_PRIVATE()
171 (drag_angle < -(G_PI_2 - scroll_threshold))) in G_DEFINE_TYPE_WITH_PRIVATE()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-page-turn-effect.c118 turn_angle = (rx / self->radius * G_PI_2) - G_PI_2; in clutter_page_turn_effect_deform_vertex()
H A Dclutter-easing.c146 return -1.0 * cos (t / d * G_PI_2) + 1.0; in clutter_ease_in_sine()
153 return sin (t / d * G_PI_2); in clutter_ease_out_sine()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-page-turn-effect.c116 turn_angle = (rx / self->radius * G_PI_2) - G_PI_2; in clutter_page_turn_effect_deform_vertex()
H A Dclutter-easing.c146 return -1.0 * cos (t / d * G_PI_2) + 1.0; in clutter_ease_in_sine()
153 return sin (t / d * G_PI_2); in clutter_ease_out_sine()
/dports/x11/rofi/rofi-1.6.1/source/widgets/
H A Dwidget.c45 cairo_arc ( d, x1 + r0, y1 + r0, r0, -G_PI, -G_PI_2 ); in draw_rounded_rect()
52 cairo_arc ( d, x2 - r1, y1 + r1, r1, -G_PI_2, 0.0 ); in draw_rounded_rect()
59 cairo_arc ( d, x2 - r2, y2 - r2, r2, 0.0, G_PI_2 ); in draw_rounded_rect()
66 cairo_arc ( d, x1 + r3, y2 - r3, r3, G_PI_2, G_PI ); in draw_rounded_rect()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/widgets/
H A Dwidget.c45 cairo_arc ( d, x1 + r0, y1 + r0, r0, -G_PI, -G_PI_2 ); in draw_rounded_rect()
52 cairo_arc ( d, x2 - r1, y1 + r1, r1, -G_PI_2, 0.0 ); in draw_rounded_rect()
59 cairo_arc ( d, x2 - r2, y2 - r2, r2, 0.0, G_PI_2 ); in draw_rounded_rect()
66 cairo_arc ( d, x1 + r3, y2 - r3, r3, G_PI_2, G_PI ); in draw_rounded_rect()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dmath-compat.h58 #define M_PI_2 G_PI_2
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/
H A Dgskroundedrect.c567 G_PI, 3 * G_PI_2); in gsk_rounded_rect_path()
573 - G_PI_2, 0); in gsk_rounded_rect_path()
579 0, G_PI_2); in gsk_rounded_rect_path()
585 G_PI_2, G_PI); in gsk_rounded_rect_path()
/dports/x11-toolkits/pango/pango-1.48.11/tests/
H A Dtestmisc.c202 g_assert_true (pango_gravity_to_rotation (PANGO_GRAVITY_EAST) == -G_PI_2); in test_gravity_to_rotation()
203 g_assert_true (pango_gravity_to_rotation (PANGO_GRAVITY_WEST) == G_PI_2); in test_gravity_to_rotation()
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dspherize.c266 src_d = (G_PI_2 - acos (src_d * r_inv)) * a_inv;
270 src_d = r * cos (G_PI_2 - src_d * a);
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/animation/
H A Dgtd-easing.c164 return -1.0 * cos (t / d * G_PI_2) + 1.0; in gtd_ease_in_sine()
171 return sin (t / d * G_PI_2); in gtd_ease_out_sine()

12345