Home
last modified time | relevance | path

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

/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_svg.c34 …double c_y0, c_x0, c_R, c_lfontsize, c_pfontsize, c_fontindent, c_lfontindent, c_pfontindent, c_pi… in SSVGdrawpie() local
48c_y0 = rcfg.SVGheight / 2.0 - c_lfontsize * (2.0 * TINDENT + 1.0);/* y of circle center (1 char an… in SSVGdrawpie()
58 sypos = c_y0; in SSVGdrawpie()
77 eypos = c_y0 + sin(rad) * c_R; in SSVGdrawpie()
81 lypos = c_y0 + sin(tmp) * c_lfontindent; in SSVGdrawpie()
82 if (lypos > c_y0) lypos += c_lfontsize; in SSVGdrawpie()
85 pypos = c_y0 + sin(tmp) * c_pfontindent; in SSVGdrawpie()
86 if (pypos > c_y0) pypos += sin(tmp) * c_pfontsize; in SSVGdrawpie()
96 …(label == llabel) ? 0 : (i % 7) + 1, c_x0, c_y0, sxpos, sypos, c_R, c_R, (percent > 50.0) ? 1 : 0,… in SSVGdrawpie()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_select_acceleration_dialog.c449 gdouble c_y0, c_y1; in ags_select_acceleration_dialog_apply() local
622 c_y0 = val; in ags_select_acceleration_dialog_apply()
626 c_y0 = ags_conversion_convert(conversion, in ags_select_acceleration_dialog_apply()
627 c_y0, in ags_select_acceleration_dialog_apply()
646 x0 * AGS_SELECT_ACCELERATION_DEFAULT_WIDTH, c_y0, in ags_select_acceleration_dialog_apply()
H A Dags_ramp_acceleration_dialog.c504 gdouble c_y0, c_y1; in ags_ramp_acceleration_dialog_apply() local
641 c_y0 = val; in ags_ramp_acceleration_dialog_apply()
645 c_y0 = ags_conversion_convert(conversion, in ags_ramp_acceleration_dialog_apply()
646 c_y0, in ags_ramp_acceleration_dialog_apply()
666 x0, c_y0, in ags_ramp_acceleration_dialog_apply()
/dports/mail/balsa/balsa-2.5.1/src/
H A Dprint-gtk.c239 pdata->setup.c_y0 = balsa_app.margin_top - in begin_print()
243 pdata->setup.c_y0 -(balsa_app.margin_bottom - in begin_print()
267 pdata->c_header_y = pdata->setup.c_y0; in begin_print()
268 pdata->setup.c_y0 += P_TO_C(pdata->setup.p_hdr_font_height) + C_HEADER_SEP; in begin_print()
269 pdata->setup.c_y_pos = pdata->setup.c_y0; in begin_print()
319 pdata->setup.c_y0 + pdata->setup.c_height - P_TO_C(p_height); in begin_print()
H A Dbalsa-print-object-decor.c126 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in decor_new_real()
174 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_frame_begin()
H A Dbalsa-print-object.h42 gdouble c_y0; member
H A Dbalsa-print-object-text.c311 BALSA_PRINT_OBJECT(pot)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text_plain()
411 BALSA_PRINT_OBJECT(pot)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text()
551 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_text_vcard()
734 po->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_text_calendar()
757 new_po->c_at_y = psetup->c_y0; in balsa_print_object_text_calendar()
H A Dbalsa-print-object-image.c163 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_image()
H A Dbalsa-print-object-header.c290 BALSA_PRINT_OBJECT(po)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_header_new_real()
419 BALSA_PRINT_OBJECT(po)->c_at_y = psetup->c_y0 + c_at_y; in balsa_print_object_header_crypto()
H A Dbalsa-print-object-default.c200 po->c_at_y = psetup->c_y0 + psetup->c_y_pos; in balsa_print_object_default()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/jpge/
H A Djpgd.cpp1772 int c_y0 = (y - 1) >> 1; in H1V2ConvertFiltered() local
1773 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H1V2ConvertFiltered()
1777 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H1V2ConvertFiltered()
1789 const int y0_base = (c_y0 & 7) * 8 + 128; in H1V2ConvertFiltered()
1898 int c_y0 = (y - 1) >> 1; in H2V2ConvertFiltered() local
1899 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H2V2ConvertFiltered()
1903 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H2V2ConvertFiltered()
1915 const int y0_base = (c_y0 & 7) * 8 + 256; in H2V2ConvertFiltered()
1929 assert(((y + 1 - 1) >> 1) == c_y0); in H2V2ConvertFiltered()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/jpge/
H A Djpgd.cpp1772 int c_y0 = (y - 1) >> 1;
1773 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size);
1777 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1))
1789 const int y0_base = (c_y0 & 7) * 8 + 128;
1898 int c_y0 = (y - 1) >> 1;
1899 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size);
1903 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1))
1915 const int y0_base = (c_y0 & 7) * 8 + 256;
1929 assert(((y + 1 - 1) >> 1) == c_y0);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/jpeg-compressor/
H A Djpgd.cpp1772 int c_y0 = (y - 1) >> 1; in H1V2ConvertFiltered() local
1773 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H1V2ConvertFiltered()
1777 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H1V2ConvertFiltered()
1789 const int y0_base = (c_y0 & 7) * 8 + 128; in H1V2ConvertFiltered()
1898 int c_y0 = (y - 1) >> 1; in H2V2ConvertFiltered() local
1899 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H2V2ConvertFiltered()
1903 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H2V2ConvertFiltered()
1915 const int y0_base = (c_y0 & 7) * 8 + 256; in H2V2ConvertFiltered()
1929 assert(((y + 1 - 1) >> 1) == c_y0); in H2V2ConvertFiltered()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/jpeg-compressor/
H A Djpgd.cpp1772 int c_y0 = (y - 1) >> 1; in H1V2ConvertFiltered() local
1773 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H1V2ConvertFiltered()
1777 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H1V2ConvertFiltered()
1789 const int y0_base = (c_y0 & 7) * 8 + 128; in H1V2ConvertFiltered()
1898 int c_y0 = (y - 1) >> 1; in H2V2ConvertFiltered() local
1899 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H2V2ConvertFiltered()
1903 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H2V2ConvertFiltered()
1915 const int y0_base = (c_y0 & 7) * 8 + 256; in H2V2ConvertFiltered()
1929 assert(((y + 1 - 1) >> 1) == c_y0); in H2V2ConvertFiltered()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/jpge/
H A Djpgd.cpp1772 int c_y0 = (y - 1) >> 1; in H1V2ConvertFiltered() local
1773 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H1V2ConvertFiltered()
1777 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H1V2ConvertFiltered()
1789 const int y0_base = (c_y0 & 7) * 8 + 128; in H1V2ConvertFiltered()
1898 int c_y0 = (y - 1) >> 1; in H2V2ConvertFiltered() local
1899 int c_y1 = JPGD_MIN(c_y0 + 1, half_image_y_size); in H2V2ConvertFiltered()
1903 if ((c_y0 >= 0) && (((row & 15) == 0) || ((row & 15) == 15)) && (m_total_lines_left > 1)) in H2V2ConvertFiltered()
1915 const int y0_base = (c_y0 & 7) * 8 + 256; in H2V2ConvertFiltered()
1929 assert(((y + 1 - 1) >> 1) == c_y0); in H2V2ConvertFiltered()
/dports/games/lincity/lincity-1.13.1/
H A Dlcx11.c701 int c_y0 = clipping_flag ? xclip_y1 : 0; in Fgl_putbox() local
704 int y1 = clamp (y, c_y0, c_y1); in Fgl_putbox()
706 int y2 = clamp (y + h, c_y0, c_y1 + 1); in Fgl_putbox()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h322 double c_x0, c_y0; member
H A Dgmt_plot.c959 radius_s = hypot (x1 - GMT->current.proj.c_x0, y1 - GMT->current.proj.c_y0); in gmtplot_fancy_frame_curvedlon_checkers()
960 radius_n = hypot (x2 - GMT->current.proj.c_x0, y2 - GMT->current.proj.c_y0); in gmtplot_fancy_frame_curvedlon_checkers()
979 az1 = d_atan2d (y1 - GMT->current.proj.c_y0, x1 - GMT->current.proj.c_x0); in gmtplot_fancy_frame_curvedlon_checkers()
980 az2 = d_atan2d (y2 - GMT->current.proj.c_y0, x2 - GMT->current.proj.c_x0); in gmtplot_fancy_frame_curvedlon_checkers()
993 az1 = d_atan2d (y1 - GMT->current.proj.c_y0, x1 - GMT->current.proj.c_x0); in gmtplot_fancy_frame_curvedlon_checkers()
994 az2 = d_atan2d (y2 - GMT->current.proj.c_y0, x2 - GMT->current.proj.c_x0); in gmtplot_fancy_frame_curvedlon_checkers()
1122 radius = hypot (x1 - GMT->current.proj.c_x0, y1 - GMT->current.proj.c_y0); in gmtplot_fancy_frame_curved_outline()
1126 …PSL_plotarc (PSL, GMT->current.proj.c_x0, GMT->current.proj.c_y0, radius, 0.0, 360.0, PSL_MOVE|PSL… in gmtplot_fancy_frame_curved_outline()
1127 …PSL_plotarc (PSL, GMT->current.proj.c_x0, GMT->current.proj.c_y0, radius + r_inc, 0.0, 360.0, PSL_… in gmtplot_fancy_frame_curved_outline()
1131 az1 = d_atan2d (y1 - GMT->current.proj.c_y0, x1 - GMT->current.proj.c_x0); in gmtplot_fancy_frame_curved_outline()
[all …]
H A Dgmt_map.c2822 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_polar()
3191 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_stereo()
3243 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_lambert()
3941 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_lambeq()
4040 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_ortho()
4166 …t.proj.central_meridian, GMT->current.proj.pole, &GMT->current.proj.c_x0, &GMT->current.proj.c_y0); in gmtmap_init_genper()
4170 …arent, GMT_MSG_DEBUG, "x center %f y center %f\n", GMT->current.proj.c_x0, GMT->current.proj.c_y0); in gmtmap_init_genper()
4927 dy = y1 - GMT->current.proj.c_y0; in gmtmap_init_albers()
4930 GMT->current.proj.c_y0 += dy; in gmtmap_init_albers()
4981 dy = y1 - GMT->current.proj.c_y0; in gmtmap_init_econic()
[all …]
H A Dgmt_support.c4603 y0 = GMT->current.proj.c_y0; in gmtsupport_polar_adjust()