Home
last modified time | relevance | path

Searched refs:deltax (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h50 float deltax = width.ValueOrDefault(0); in clip_liang_barsky() local
53 if(deltax == 0) { in clip_liang_barsky()
54 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero; in clip_liang_barsky()
57 if(deltax > 0) { in clip_liang_barsky()
64 float tinx = (xin - x1) / deltax; in clip_liang_barsky()
92 float toutx = (xout - x1) / deltax; in clip_liang_barsky()
102 *x++ = (T)(x1 + (deltax * tiny)); in clip_liang_barsky()
112 *x++ = (T)(x1 + (deltax * touty)); in clip_liang_barsky()
D0002-ubsan-error-fixes.patch17 - float deltax = (float)(x2 - x1);
29 + float deltax = width.ValueOrDefault(0);
32 if(deltax == 0) {
33 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero;
/external/python/cpython2/Demo/tkinter/matt/
Dpong-demo-1.py37 deltax = (self.velocity_x * self.speed.get() / 100.0)
39 self.x = self.x + deltax
42 self.draw.move(self.ball, "%ri" % deltax, "%ri" % deltay)
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp217 float deltax = x2 - x1; in clip_liang_barsky() local
220 if (deltax == 0) in clip_liang_barsky()
221 deltax = (x1 > clip_box.x1) ? -nearzero : nearzero; in clip_liang_barsky()
223 if (deltax > 0) { in clip_liang_barsky()
230 float tinx = (xin - x1) / deltax; in clip_liang_barsky()
257 float toutx = (xout - x1) / deltax; in clip_liang_barsky()
267 *x++ = x1 + (deltax * tiny); in clip_liang_barsky()
277 *x++ = x1 + (deltax * touty); in clip_liang_barsky()
/external/python/cpython3/Tools/pynche/
DStripViewer.py127 deltax = x - self._x()
128 self._canvas.move(self._TAG, deltax, 0)
/external/python/cpython2/Tools/pynche/
DStripViewer.py127 deltax = x - self._x()
128 self._canvas.move(self._TAG, deltax, 0)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2906 def delta(self, deltax, deltay): argument
2910 self.tk.call(self._w, 'delta', deltax, deltay))
/external/python/cpython3/Lib/tkinter/
D__init__.py3502 def delta(self, deltax, deltay): argument
3506 self.tk.call(self._w, 'delta', deltax, deltay))
/external/libabigail/tests/data/test-read-dwarf/
Dtest14-pr18893.so.abi6979 …<parameter type-id='type-id-397' name='deltax' filepath='libutil/project.c' line='348' column='1'/>
/external/libabigail/tests/data/test-annotate/
Dtest14-pr18893.so.abi10583 …<parameter type-id='type-id-397' name='deltax' filepath='libutil/project.c' line='348' column='1'/>