Searched refs:deltax (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_clip_liang_barsky.h | 50 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()
|
D | 0002-ubsan-error-fixes.patch | 17 - 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/ |
D | pong-demo-1.py | 37 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/ |
D | fx_win32_device.cpp | 217 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/ |
D | StripViewer.py | 127 deltax = x - self._x() 128 self._canvas.move(self._TAG, deltax, 0)
|
/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 127 deltax = x - self._x() 128 self._canvas.move(self._TAG, deltax, 0)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 2906 def delta(self, deltax, deltay): argument 2910 self.tk.call(self._w, 'delta', deltax, deltay))
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 3502 def delta(self, deltax, deltay): argument 3506 self.tk.call(self._w, 'delta', deltax, deltay))
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 6979 …<parameter type-id='type-id-397' name='deltax' filepath='libutil/project.c' line='348' column='1'/>
|
/external/libabigail/tests/data/test-annotate/ |
D | test14-pr18893.so.abi | 10583 …<parameter type-id='type-id-397' name='deltax' filepath='libutil/project.c' line='348' column='1'/>
|