Home
last modified time | relevance | path

Searched refs:hasDottedLine (Results 1 – 3 of 3) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics.h324 void Graphics_markLeft (Graphics me, double yWC, bool hasNumber, bool hasTick, bool hasDottedLine
325 void Graphics_markRight (Graphics me, double yWC, bool hasNumber, bool hasTick, bool hasDottedLine
326 void Graphics_markBottom (Graphics me, double xWC, bool hasNumber, bool hasTick, bool hasDottedLine
327 void Graphics_markTop (Graphics me, double xWC, bool hasNumber, bool hasTick, bool hasDottedLine
328 …arithmic (Graphics me, double y, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32…
329 …garithmic (Graphics me, double y, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32…
330 …ogarithmic (Graphics me, double x, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32…
331 …rithmic (Graphics me, double x, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32…
H A DGraphics_utils.cpp494 …eft (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32… in Graphics_markLeft() argument
512 if (hasDottedLine) { in Graphics_markLeft()
527 …ght (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32… in Graphics_markRight() argument
545 if (hasDottedLine) { in Graphics_markRight()
560 …Top (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDottedLine, conststring32… in Graphics_markTop() argument
578 if (hasDottedLine) { in Graphics_markTop()
611 if (hasDottedLine) { in Graphics_markBottom()
646 if (hasDottedLine) { in Graphics_markLeftLogarithmic()
681 if (hasDottedLine) { in Graphics_markRightLogarithmic()
716 if (hasDottedLine) { in Graphics_markTopLogarithmic()
[all …]
/dports/audio/praat/praat-6.2.03/dwsys/
H A DEigen.cpp67 …raphics g, double min, double max, bool hasNumber, bool hasTick, bool hasDottedLine, bool integers… in Graphics_ticks() argument
91 Graphics_markBottom (g, xWC, hasNumber, hasTick, hasDottedLine, nullptr); in Graphics_ticks()