Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/sys/
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_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 DGraphics_utils.cpp234 const double xWC = original_x1WC + (original_x2WC - original_x1WC) * f; in Graphics_marksBottom() local
247 const double xWC = original_x1WC + (original_x2WC - original_x1WC) * f; in Graphics_marksBottom() local
277 const double xWC = original_x1WC + (original_x2WC - original_x1WC) * f; in Graphics_marksTop() local
290 const double xWC = original_x1WC + (original_x2WC - original_x1WC) * f; in Graphics_marksTop() local
870 const double xWC = i * distance; in Graphics_marksBottomEvery() local
882 const double xWC = i * distance; in Graphics_marksBottomEvery() local
912 const double xWC = i * distance; in Graphics_marksTopEvery() local
924 const double xWC = i * distance; in Graphics_marksTopEvery() 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/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/fon/
H A DSoundEditor.cpp396 bool structSoundEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC, doubl… in v_mouseInWideDataView()
H A DSpectrum.cpp187 double *xWC = & xbuffer [1 - ifmin], *yWC = & ybuffer [1 - ifmin]; in Spectrum_drawLogFreq() local
H A DTextGridEditor.cpp1691 bool structTextGridEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC, do… in v_mouseInWideDataView()
2022 void structTextGridEditor :: v_clickSelectionViewer (double xWC, double yWC) { in v_clickSelectionViewer()
/dports/audio/praat/praat-6.2.03/LPC/
H A DFormantPathEditor.cpp77 bool structFormantPathEditor :: v_mouseInWideDataView (GuiDrawingArea_MouseEvent event, double xWC,… in v_mouseInWideDataView()
816 void structFormantPathEditor :: v_clickSelectionViewer (double xWC, double yWC) { in v_clickSelectionViewer()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DEigen.cpp90 const double xWC = integers ? round (tick) : tick; in Graphics_ticks() local