Home
last modified time | relevance | path

Searched defs:yWC (Results 1 – 14 of 14) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_linesAndAreas.cpp791 void Graphics_fillArea (Graphics me, integer numberOfPoints, double const *xWC, double const *yWC) { in Graphics_fillArea()
982 void Graphics_circle (Graphics me, double xWC, double yWC, double rWC) { in Graphics_circle()
989 void Graphics_circle_mm (Graphics me, double xWC, double yWC, double diameter) { in Graphics_circle_mm()
996 void Graphics_fillCircle (Graphics me, double xWC, double yWC, double rWC) { in Graphics_fillCircle()
1003 void Graphics_fillCircle_mm (Graphics me, double xWC, double yWC, double diameter) { in Graphics_fillCircle_mm()
1010 void Graphics_speckle (Graphics me, double xWC, double yWC) { in Graphics_speckle()
1017 void Graphics_rectangle_mm (Graphics me, double xWC, double yWC, double horSide, double vertSide) { in Graphics_rectangle_mm()
1032 void Graphics_fillRectangle_mm (Graphics me, double xWC, double yWC, double horSide, double vertSid… in Graphics_fillRectangle_mm()
1061 void Graphics_arc (Graphics me, double xWC, double yWC, double rWC, double fromAngle, double toAngl… in Graphics_arc()
1068 void Graphics_fillArc (Graphics me, double xWC, double yWC, double rWC, double fromAngle, double to… in Graphics_fillArc()
[all …]
H A DDemoEditor.cpp359 double xWC, yWC; in Demo_x() local
375 double xWC, yWC; in Demo_y() local
450 double xWC = Demo_x (), yWC = Demo_y (); in Demo_clickedIn() local
H A DGraphics_utils.cpp148 const double yWC = original_y1WC + (original_y2WC - original_y1WC) * f; in Graphics_marksLeft() local
161 const double yWC = original_y1WC + (original_y2WC - original_y1WC) * f; in Graphics_marksLeft() local
191 const double yWC = original_y1WC + (original_y2WC - original_y1WC) * f; in Graphics_marksRight() local
204 const double yWC = original_y1WC + (original_y2WC - original_y1WC) * f; in Graphics_marksRight() local
784 const double yWC = i * distance; in Graphics_marksLeftEvery() local
796 const double yWC = i * distance; in Graphics_marksLeftEvery() local
828 const double yWC = i * distance; in Graphics_marksRightEvery() local
840 const double yWC = i * distance; in Graphics_marksRightEvery() local
H A DGraphics.h179 void Graphics_text (Graphics me, double xWC, double yWC, const MelderArg& first, Args... rest) { in Graphics_text()
H A DGraphics_text.cpp1232 static void drawCells (Graphics me, double xWC, double yWC, _Graphics_widechar lc []) { in drawCells()
1658 void Graphics_text (Graphics me, double xWC, double yWC, conststring32 txt) { in Graphics_text()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DCategories.cpp94 void Categories_drawItem (Categories me, Graphics g, integer position, double xWC, double yWC) { in Categories_drawItem()
/dports/audio/praat/praat-6.2.03/artsynth/
H A DArtwordEditor.cpp99 double xWC, yWC; in gui_drawingarea_cb_mouse() local
/dports/audio/praat/praat-6.2.03/fon/
H A DFunctionEditor.cpp1559 void FunctionEditor_drawRangeMark (FunctionEditor me, double yWC, conststring32 yWC_string, constst… in FunctionEditor_drawRangeMark()
1571 void FunctionEditor_drawCursorFunctionValue (FunctionEditor me, double yWC, conststring32 yWC_strin… in FunctionEditor_drawCursorFunctionValue()
1580 void FunctionEditor_insertCursorFunctionValue (FunctionEditor me, double yWC, conststring32 yWC_str… in FunctionEditor_insertCursorFunctionValue()
1606 void FunctionEditor_drawHorizontalHair (FunctionEditor me, double yWC, conststring32 yWC_string, co… in FunctionEditor_drawHorizontalHair()
1613 void FunctionEditor_drawGridLine (FunctionEditor me, double yWC) { in FunctionEditor_drawGridLine()
H A DSpectrum.cpp128 double *yWC = & ybuffer [1 - ifmin]; in Spectrum_drawInside() local
187 double *xWC = & xbuffer [1 - ifmin], *yWC = & ybuffer [1 - ifmin]; in Spectrum_drawLogFreq() local
H A DSoundEditor.cpp396 …uctSoundEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC, double yWC) { in v_mouseInWideDataView()
H A DTextGridEditor.cpp64 static integer _TextGridEditor_yWCtoTier (TextGridEditor me, double yWC) { in _TextGridEditor_yWCtoTier()
1691 …TextGridEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC, double yWC) { in v_mouseInWideDataView()
2022 void structTextGridEditor :: v_clickSelectionViewer (double xWC, double yWC) { in v_clickSelectionViewer()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/lib/
H A Dbloomfilter.c116 filter->k_hash_funcs = optimal_k(bitset_bits, total_elems);
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dxfancy.c457 GpReal xWC, yWC; in MovePointer() local
843 GpReal *xWC, GpReal *yWC) in FindCoordinates()
/dports/audio/praat/praat-6.2.03/LPC/
H A DFormantPathEditor.cpp77 …mantPathEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC, double yWC) { in v_mouseInWideDataView()
816 void structFormantPathEditor :: v_clickSelectionViewer (double xWC, double yWC) { in v_clickSelectionViewer()