Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_utils.cpp522 Graphics_setWindow (me, x1WC, x2WC, y1WC, y2WC); in Graphics_markLeft()
566 Graphics_setWindow (me, x1WC, x2WC, 0.0, 1.0); in Graphics_markTop()
599 Graphics_setWindow (me, x1WC, x2WC, 0.0, 1.0); in Graphics_markBottom()
704 Graphics_setWindow (me, x1WC, x2WC, 0.0, 1.0); in Graphics_markTopLogarithmic()
739 Graphics_setWindow (me, x1WC, x2WC, 0.0, 1.0); in Graphics_markBottomLogarithmic()
859 const integer first = Melder_iceiling (( x1WC < x2WC ? x1WC : x2WC ) / distance - 1e-5); in Graphics_marksBottomEvery()
860 const integer last = Melder_ifloor (( x1WC < x2WC ? x2WC : x1WC ) / distance + 1e-5); in Graphics_marksBottomEvery()
861 Graphics_setWindow (me, x1WC, x2WC, 0.0, 1.0); in Graphics_marksBottomEvery()
901 const integer first = Melder_iceiling (( x1WC < x2WC ? x1WC : x2WC ) / distance - 1e-5); in Graphics_marksTopEvery()
902 const integer last = Melder_ifloor (( x1WC < x2WC ? x2WC : x1WC ) / distance + 1e-5); in Graphics_marksTopEvery()
[all …]
H A DGraphics_linesAndAreas.cpp779 op (LINE, 4); put (x1WC); put (y1WC); put (x2WC); put (y2WC); in Graphics_line()
782 trace (x1WC, U" ", y1WC, U" ", x2WC, U" ", y2WC); in Graphics_line()
783 xyDC [0] = wdx (x1WC); in Graphics_line()
825 const double dx = (x2WC - x1WC) / (n - 1); in Graphics_function_()
826 const double offsetX = x1WC - ix1 * dx; in Graphics_function_()
923 put (x1WC); in Graphics_function()
928 Graphics_function_ <double> (me, yWC, 1, ix1, ix2, x1WC, x2WC); in Graphics_function()
970 my v_button (wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_button()
1128 op (ARROW, 4); put (x1WC); put (y1WC); put (x2WC); put (y2WC); in Graphics_arrow()
1133 xyDC [0] = wdx (x1WC); in Graphics_arrow()
[all …]
H A Dpraat_picture.cpp330 double x1WC, x2WC, y1WC, y2WC;
774 double x1WC, x2WC, y1WC, y2WC;
777 fromX = x1WC;
782 function -> xmin = x1WC;
984 double x1WC, x2WC, y1WC, y2WC;
986 SET_REAL (left, x1WC)
1184 Melder_sort (x1WC, x2WC);
1246 dx = 0.2 * (x2WC - x1WC);
1268 dx = 0.2 * (x2WC - x1WC);
1334 dx = 0.2 * (x2WC - x1WC);
[all …]
H A DGraphics_altitude.cpp144 double x1WC, double x2WC, double y1WC, double y2WC, in Graphics_contour() argument
149 dx = (x2WC - x1WC) / (z.ncol - 1); in Graphics_contour()
151 xoff = x1WC - dx; in Graphics_contour()
171 double x1WC, double x2WC, double y1WC, double y2WC, in Graphics_altitude() argument
176 dx = (x2WC - x1WC) / (z.ncol - 1); in Graphics_altitude()
178 xoff = x1WC - dx; in Graphics_altitude()
H A DGraphics.cpp273 void Graphics_setWindow (Graphics me, double x1WC, double x2WC, double y1WC, double y2WC) {
274 Melder_assert (x1WC != x2WC);
276 my d_x1WC = x1WC;
282 { op (SET_WINDOW, 4); put (x1WC); put (x2WC); put (y1WC); put (y2WC); }
294 void Graphics_inqWindow (Graphics me, double *x1WC, double *x2WC, double *y1WC, double *y2WC) {
295 *x1WC = my d_x1WC;
334 double Graphics_distanceWCtoMM (Graphics me, double x1WC, double y1WC, double x2WC, double y2WC) {
335 const double dxDC = (x1WC - x2WC) * my scaleX;
H A DGraphics_image.cpp665 double x1WC, double x2WC, double y1WC, double y2WC, double minimum, double maximum) in Graphics_cellArray() argument
671 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_cellArray()
685 double x1WC, double x2WC, double y1WC, double y2WC, double minimum, double maximum) in Graphics_cellArray_colour() argument
691 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_cellArray_colour()
717 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_cellArray8()
731 double x1WC, double x2WC, double y1WC, double y2WC, double minimum, double maximum) in Graphics_image() argument
737 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_image()
751 double x1WC, double x2WC, double y1WC, double y2WC, double minimum, double maximum) in Graphics_image_colour() argument
757 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_image_colour()
777 double x1WC, double x2WC, double y1WC, double y2WC, uint8 minimum, uint8 maximum) in Graphics_image8() argument
[all …]
H A DGraphics_colour.cpp142 void Graphics_highlight (Graphics me, double x1WC, double x2WC, double y1WC, double y2WC) { in Graphics_highlight() argument
144 op (HIGHLIGHT, 4); put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_highlight()
146 highlight (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC)); in Graphics_highlight()
203 void Graphics_highlight2 (Graphics me, double x1WC, double x2WC, double y1WC, double y2WC, in Graphics_highlight2() argument
208 put (x1WC); put (x2WC); put (y1WC); put (y2WC); in Graphics_highlight2()
211 …highlight2 (me, wdx (x1WC), wdx (x2WC), wdy (y1WC), wdy (y2WC), wdx (x1WC_inner), wdx (x2WC_inner)… in Graphics_highlight2()
H A DGraphics.h286 void Graphics_inqWindow (Graphics me, double *x1WC, double *x2WC, double *y1WC, double *y2WC);
298 double x1WC, double x2WC, double y1WC, double y2WC, double height);
300 double x1WC, double x2WC, double y1WC, double y2WC, int numberOfBorders, double borders []);
302 double x1WC, double x2WC, double y1WC, double y2WC, int numberOfBorders, double borders []);
305 double x1WC, double x2WC, double y1WC, double y2WC,
348 double Graphics_distanceWCtoMM (Graphics me, double x1WC, double y1WC, double x2WC, double y2WC);
H A DGraphics_grey.cpp463 double x1WC, double x2WC, double y1WC, double y2WC, in Graphics_grey() argument
475 dx = (x2WC - x1WC) / (z.ncol - 1); in Graphics_grey()
477 xoff = x1WC - dx; in Graphics_grey()
/dports/audio/praat/praat-6.2.03/FFNet/
H A DFFNet.cpp593 double x1WC = x1; in FFNet_drawTopology() local
595 const double xd = x2WC - x1WC; in FFNet_drawTopology()
598 …Graphics_line (g, x1WC + radius * cosa, y1WC + radius * sina, x2WC - radius * cosa, y2WC - radius … in FFNet_drawTopology()
599 x1WC += dx1; in FFNet_drawTopology()
665 double x1WC, x2WC, y1WC, y2WC; in FFNet_drawWeightsToLayer() local
666 Graphics_inqWindow (g, & x1WC, & x2WC, & y1WC, & y2WC); in FFNet_drawWeightsToLayer()
/dports/audio/praat/praat-6.2.03/stat/
H A DTableOfReal.cpp837 double x1WC = x - d * dx / 2.0, x2WC = x + d * dx / 2.0; in TableOfReal_drawAsSquares() local
841 Graphics_fillRectangle (graphics, x1WC, x2WC, y1WC, y2WC); in TableOfReal_drawAsSquares()
843 Graphics_rectangle (graphics, x1WC, x2WC , y1WC, y2WC); in TableOfReal_drawAsSquares()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DDTW.cpp618 double x1WC, x2WC, y1WC, y2WC; in drawBox() local
620 Graphics_inqWindow (g, & x1WC, & x2WC, & y1WC, & y2WC); in drawBox()
622 Graphics_rectangle (g, x1WC, x2WC, y1WC, y2WC); in drawBox()