Home
last modified time | relevance | path

Searched refs:pendown (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dts4800-ts.c44 bool pendown; member
53 ts->pendown = false; in ts4800_ts_open()
81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() local
83 if (pendown) { in ts4800_ts_poll()
89 if (!ts->pendown) { in ts4800_ts_poll()
91 ts->pendown = true; in ts4800_ts_poll()
100 } else if (ts->pendown) { in ts4800_ts_poll()
101 ts->pendown = false; in ts4800_ts_poll()
H A Dtps6507x-ts.c47 bool pendown; member
153 bool pendown; in tps6507x_ts_poll() local
161 pendown = tsc->tc.pressure > tsc->min_pressure; in tps6507x_ts_poll()
163 if (unlikely(!pendown && tsc->pendown)) { in tps6507x_ts_poll()
168 tsc->pendown = false; in tps6507x_ts_poll()
171 if (pendown) { in tps6507x_ts_poll()
173 if (!tsc->pendown) { in tps6507x_ts_poll()
193 tsc->pendown = true; in tps6507x_ts_poll()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dts4800-ts.c44 bool pendown; member
53 ts->pendown = false; in ts4800_ts_open()
81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() local
83 if (pendown) { in ts4800_ts_poll()
89 if (!ts->pendown) { in ts4800_ts_poll()
91 ts->pendown = true; in ts4800_ts_poll()
100 } else if (ts->pendown) { in ts4800_ts_poll()
101 ts->pendown = false; in ts4800_ts_poll()
H A Dtps6507x-ts.c47 bool pendown; member
153 bool pendown; in tps6507x_ts_poll() local
161 pendown = tsc->tc.pressure > tsc->min_pressure; in tps6507x_ts_poll()
163 if (unlikely(!pendown && tsc->pendown)) { in tps6507x_ts_poll()
168 tsc->pendown = false; in tps6507x_ts_poll()
171 if (pendown) { in tps6507x_ts_poll()
173 if (!tsc->pendown) { in tps6507x_ts_poll()
193 tsc->pendown = true; in tps6507x_ts_poll()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dts4800-ts.c44 bool pendown; member
53 ts->pendown = false; in ts4800_ts_open()
81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() local
83 if (pendown) { in ts4800_ts_poll()
89 if (!ts->pendown) { in ts4800_ts_poll()
91 ts->pendown = true; in ts4800_ts_poll()
100 } else if (ts->pendown) { in ts4800_ts_poll()
101 ts->pendown = false; in ts4800_ts_poll()
H A Dtps6507x-ts.c47 bool pendown; member
153 bool pendown; in tps6507x_ts_poll() local
161 pendown = tsc->tc.pressure > tsc->min_pressure; in tps6507x_ts_poll()
163 if (unlikely(!pendown && tsc->pendown)) { in tps6507x_ts_poll()
168 tsc->pendown = false; in tps6507x_ts_poll()
171 if (pendown) { in tps6507x_ts_poll()
173 if (!tsc->pendown) { in tps6507x_ts_poll()
193 tsc->pendown = true; in tps6507x_ts_poll()
/dports/lang/kturtle/kturtle-21.12.3/scripts/
H A Dad.turtle59 @(pendown)
121 @(pendown)
132 @(pendown)
141 @(pendown)
H A Dkde.turtle23 @(pendown)
40 @(pendown)
73 @(pendown)
H A Dsquaress.turtle14 @(pendown)
20 @(pendown)
/dports/math/R/R-4.1.2/src/main/
H A Dg_alab_her.c79 bool pendown, double deltax, double deltay);
97 bool pendown, double deltax, double deltay) in _draw_hershey_stroke() argument
99 _draw_stroke(vc, gc, dd, pendown, in _draw_hershey_stroke()
129 bool pendown, double deltax, double deltay) in _draw_stroke() argument
139 if (pendown) in _draw_stroke()
574 bool pendown = false; in _draw_hershey_glyph() local
604 pendown = false; in _draw_hershey_glyph()
616 pendown, dx + shear * dy, dy); in _draw_hershey_glyph()
618 pendown = true; in _draw_hershey_glyph()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dg_alab_her.c79 bool pendown, double deltax, double deltay);
97 bool pendown, double deltax, double deltay) in _draw_hershey_stroke() argument
99 _draw_stroke(vc, gc, dd, pendown, in _draw_hershey_stroke()
129 bool pendown, double deltax, double deltay) in _draw_stroke() argument
139 if (pendown) in _draw_stroke()
574 bool pendown = false; in _draw_hershey_glyph() local
604 pendown = false; in _draw_hershey_glyph()
616 pendown, dx + shear * dy, dy); in _draw_hershey_glyph()
618 pendown = true; in _draw_hershey_glyph()
/dports/math/geogram/geogram-1.7.7/src/bin/geocod/lua/lib/
H A Dturtle.lua9 function turtle.pendown() function
77 pd = turtle.pendown
87 turtle.pd = turtle.pendown
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/inkex/
H A Dturtle.py53 def pendown(self): member in pTurtle
62 self.pendown()
120 pd = pendown
/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python-legacy/Python-2.7.18/Demo/turtle/
H A Dtdemo_chaos.py25 pendown()
36 pendown()
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python-tools/Python-3.8.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python27/Python-2.7.18/Demo/turtle/
H A Dtdemo_chaos.py25 pendown()
36 pendown()
/dports/lang/python39/Python-3.9.9/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python38/Python-3.8.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/lang/python311/Python-3.11.0a3/Lib/turtledemo/
H A Dchaos.py25 pendown()
36 pendown()
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_alab_her.c239 _pl_g_draw_hershey_stroke (R___(Plotter *_plotter) bool pendown, double deltax, double deltay) in _pl_g_draw_hershey_stroke() argument
250 if (pendown) in _pl_g_draw_hershey_stroke()
455 bool pendown = false; in _pl_g_draw_hershey_glyph() local
485 pendown = false; in _pl_g_draw_hershey_glyph()
497 pendown, dx + shear * dy, dy); in _pl_g_draw_hershey_glyph()
499 pendown = true; in _pl_g_draw_hershey_glyph()

12345678910>>...22