Home
last modified time | relevance | path

Searched defs:hasTick (Results 1 – 3 of 3) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/lift-type-0.1.0.1/src/
H A DLiftType.hs125 hasTick = prefixSatisfying ('\'' ==) function
/dports/audio/praat/praat-6.2.03/sys/
H A DGraphics_utils.cpp494 void Graphics_markLeft (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDottedL… in Graphics_markLeft()
527 void Graphics_markRight (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDotted… in Graphics_markRight()
560 void Graphics_markTop (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDottedLi… in Graphics_markTop()
593 void Graphics_markBottom (Graphics me, double position, bool hasNumber, bool hasTick, bool hasDotte… in Graphics_markBottom()
626 void Graphics_markLeftLogarithmic (Graphics me, double position, bool hasNumber, bool hasTick, bool… in Graphics_markLeftLogarithmic()
661 void Graphics_markRightLogarithmic (Graphics me, double position, bool hasNumber, bool hasTick, boo… in Graphics_markRightLogarithmic()
696 void Graphics_markTopLogarithmic (Graphics me, double position, bool hasNumber, bool hasTick, bool … in Graphics_markTopLogarithmic()
731 void Graphics_markBottomLogarithmic (Graphics me, double position, bool hasNumber, bool hasTick, bo… in Graphics_markBottomLogarithmic()
/dports/audio/praat/praat-6.2.03/dwsys/
H A DEigen.cpp67 static void Graphics_ticks (Graphics g, double min, double max, bool hasNumber, bool hasTick, bool … in Graphics_ticks()