Searched defs:Ticks (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Dtick_util.h53 int64_t Ticks() const;
162 inline int64_t TickTime::Ticks() const { function in class:webrtc::TickTime
/external/opencv3/doc/pattern_tools/
H A Dsvgfig.py877 (see help(Ticks))
990 (see help(Ticks))
2544 class Ticks: class in inherits:
2548 Ticks(f, low, high, ticks, miniticks, labels, logbase, arrow_start,
2579 * Negative number -N: draw at least N ticks. Ticks will be chosen with
2613 return "<Ticks %s from %s to %s ticks=%s labels=%s %s>" % (
3057 class CurveAxis(Curve, Ticks):
3067 tick specification (see help(Ticks))
3098 Ticks.__init__(self, f, low, high, ticks, miniticks, labels, logbase, arrow_start, arrow_end, tattr, **attr)
3103 ticks = Ticks
[all...]

Completed in 150 milliseconds