Home
last modified time | relevance | path

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

/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/
H A Dsp_xyplot.c118 fl_set_counter_value( xyplot_attrib->ymajor, sp->ymajor ); in xyplot_fill_in_spec_form()
161 if ( sp->ymajor != defsp->ymajor || sp->yminor != defsp->yminor ) in xyplot_emit_spec_fd_code()
162 fprintf( fp, " ytics: %d %d\n", sp->ymajor, sp->yminor ); in xyplot_emit_spec_fd_code()
218 if ( sp->ymajor != defsp->ymajor || sp->yminor != defsp->yminor ) in xyplot_emit_spec_c_code()
220 sp->ymajor, sp->yminor ); in xyplot_emit_spec_c_code()
350 fl_get_counter_value( xyplot_attrib->ymajor ), in ymajorminor_change_cb()
H A Dfd_super.c255 ssp->ymajor = sp->ymajor; in spec_to_superspec()
437 sp->ymajor = ssp->ymajor; in superspec_to_spec()
H A Dfd_main.h737 int ymajor, member
H A Dfd_spec.c1360 if ( ( r = ff_read( "%d%d", &sp->ymajor, &sp->yminor ) ) < 0 ) in ff_read_sp_ytics()
/dports/graphics/grx/grx249/src/pattern/
H A Dpatfline.c30 int sy,ymajor; in _GrPatternFilledLine() local
71 ymajor = TRUE; in _GrPatternFilledLine()
76 ymajor = FALSE; in _GrPatternFilledLine()
85 if(ymajor) { in _GrPatternFilledLine()
/dports/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.8/src/
H A Dimage_accel.c376 int D = 0, E = 0, ymajor = 0;
384 ymajor = 0;
390 ymajor = 1<<18;
397 IMAGE_OUT(0x21FC, 0x20000000 | 1<<27 | 1<<19 | 1<<17 | ymajor | (x+len-1));
399 IMAGE_OUT(0x21FC, 0x20000000 | 1<<27 | 1<<19 | 1<<17 | ymajor | (y+len-1));
H A Dblade_accel.c371 int D = 0, E = 0, ymajor = 0;
381 ymajor = 0;
387 ymajor = 1<<21;
395 BLADE_OUT(0x213C, 0x10000000 | 1<<25 | 1<<19 | 1<<17 | ymajor | ((x+len-1)<<4));
397 BLADE_OUT(0x213C, 0x10000000 | 1<<25 | 1<<19 | 1<<17 | ymajor | ((y+len-1)<<4));
/dports/x11-toolkits/xforms/xforms-1.2.4/fdesign/spec/
H A Dxyplot_spec.h31 FL_OBJECT * ymajor; member
H A Dxyplot_spec.c43 fdui->ymajor = obj = fl_add_counter( FL_NORMAL_COUNTER, 370, 160, 115, 20, "YMajor" ); in create_form_xyplotattrib()
H A Dxyplot_spec.fd138 name: ymajor
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/aub_stream/headers/
H A Daubstream.h38 constexpr uint32_t ymajor = 3; variable
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplbox.c118 PLINT xmajor, xminor, ymajor, yminor; in c_plaxes() local
172 ymajor = MAX(ROUND(plsc->majht * plsc->xpmm), 1); in c_plaxes()
219 i3y = ymajor; in c_plaxes()
226 i4y = ymajor; in c_plaxes()
420 plytik(xp0, plP_wcpcy(tn), ymajor, ymajor); in c_plaxes()
852 PLFLT ymajor, yminor, dxm, dym, vmin, vmax; in plzbx() local
909 ymajor = major * dym / diag; in plzbx()
953 xmajor, ymajor); in plzbx()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/private/
H A Dpxyplot.h107 short ymajor, yminor; /* y-axis scaling */ member
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplbox.c141 PLINT xmajor, xminor, ymajor, yminor; in c_plaxes() local
210 ymajor = MAX( ROUND( plsc->majht * plsc->xpmm ), 1 ); in c_plaxes()
261 i3y = ymajor; in c_plaxes()
269 i4y = ymajor; in c_plaxes()
282 plsc->boxbb_xmax += ymajor / plsc->xpmm; in c_plaxes()
286 plsc->boxbb_xmin -= ymajor / plsc->xpmm; in c_plaxes()
568 plytik( (PLINT) xp0, plP_wcpcy( tn ), ymajor, ymajor ); in c_plaxes()
1108 ymajor = major * dym / diag; in plzbx()
1168 xmajor, ymajor ); in plzbx()
2021 plsc->boxbb_xmin -= ymajor / plsc->xpmm; in label_box_custom()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplbox.c141 PLINT xmajor, xminor, ymajor, yminor; in c_plaxes() local
210 ymajor = MAX( ROUND( plsc->majht * plsc->xpmm ), 1 ); in c_plaxes()
261 i3y = ymajor; in c_plaxes()
269 i4y = ymajor; in c_plaxes()
282 plsc->boxbb_xmax += ymajor / plsc->xpmm; in c_plaxes()
286 plsc->boxbb_xmin -= ymajor / plsc->xpmm; in c_plaxes()
568 plytik( (PLINT) xp0, plP_wcpcy( tn ), ymajor, ymajor ); in c_plaxes()
1108 ymajor = major * dym / diag; in plzbx()
1168 xmajor, ymajor ); in plzbx()
2021 plsc->boxbb_xmin -= ymajor / plsc->xpmm; in label_box_custom()
[all …]
/dports/graphics/grx/grx249/src/fdrivers/
H A Dvga8x.c217 void ymajor(GR_int8u *ptr, int len, int yskip, in ymajor() function
353 ymajor(ptr, len[plane], yskip, ErrorAcc, ErrorAdj, oper, color); in drawline()
364 ymajor(ptr, len[plane], yskip, ErrorAcc, ErrorAdj, oper, color); in drawline()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dxyplot.c884 && sp->ymajor > 1 ) in gen_ytic()
898 for ( i = 0; i < sp->ymajor; i++ ) in gen_ytic()
1713 if ( sp->ymajor > 0 ) in draw_xyplot()
1717 sp->ymajor ); in draw_xyplot()
1719 sp->ytic = gen_tic( sp->ymin, sp->ymax, sp->ymajor, sp->yminor ); in draw_xyplot()
2172 sp->ymajor = YMAJOR; in init_spec()
2545 if ( *sp->aytic || sp->ymajor != major || sp->yminor != minor ) in fl_set_xyplot_ytics()
2547 sp->ymajor = major; in fl_set_xyplot_ytics()
3796 sp->ymajor = n; in fl_set_xyplot_alphaytics()
/dports/graphics/pgplot/pgplot/applications/plot10/
H A Dplot10.f145 ymajor = 1.
153 ymajor = (ymax-ymin)/float(iymajor)
159 call pgbox(xoption, xmajor, ixtick, yoption, ymajor, iytick)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DPlotToolDlg.h745 void UpdateMajorIntervals(double xmajor, double ymajor); // write artual ticksize to textbox
H A DPlotToolDlg.cpp2257 void CPlotToolDlg::UpdateMajorIntervals(double xmajor, double ymajor) in UpdateMajorIntervals() argument
2260 y_major_interval = ymajor; in UpdateMajorIntervals()
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dpostscript.c410 ( ( s )->ytic > 0 && ! ( s )->aytic[ 0 ] && ( s )->ymajor > 1 )