/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/ |
D | OutlineWobbleEffect.java | 74 float lastX = 0, lastY = 0; in createStrokedShape() local 83 moveY = lastY = randomize(points[1]); in createStrokedShape() 97 float dy = thisY - lastY; in createStrokedShape() 103 float y = lastY + next * dy * r; in createStrokedShape() 110 lastY = thisY; in createStrokedShape()
|
D | OutlineZigzagEffect.java | 73 float lastX = 0, lastY = 0; in createStrokedShape() local 83 moveY = lastY = points[1]; in createStrokedShape() 97 float dy = thisY - lastY; in createStrokedShape() 103 float y = lastY + next * dy * r; in createStrokedShape() 114 lastY = thisY; in createStrokedShape()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | YDownTest.java | 128 float lastY; field in YDownTest.MyActor 143 lastY = y; in MyActor() 153 moveBy(x - lastX, y - lastY); in MyActor() 159 lastY = y - (y - lastY); in MyActor()
|
D | InterpolationTest.java | 157 float lastX = bottomLeftX, lastY = bottomLeftY; in render() local 162 renderer.line(lastX, lastY, x, y); in render() 164 lastY = y; in render()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/ |
D | ftraster.c | 493 Long lastX, lastY; member 1370 if ( y > ras.lastY ) in Line_To() 1373 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1378 if ( y < ras.lastY ) in Line_To() 1380 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1386 if ( y < ras.lastY ) in Line_To() 1388 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To() 1390 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1396 if ( y > ras.lastY ) in Line_To() 1398 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To() [all …]
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 493 Long lastX, lastY; member 1370 if ( y > ras.lastY ) in Line_To() 1373 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1378 if ( y < ras.lastY ) in Line_To() 1380 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1386 if ( y < ras.lastY ) in Line_To() 1388 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To() 1390 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1396 if ( y > ras.lastY ) in Line_To() 1398 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To() [all …]
|
/external/freetype/src/raster/ |
D | ftraster.c | 491 Long lastX, lastY; member 1370 if ( y > ras.lastY ) in Line_To() 1373 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1378 if ( y < ras.lastY ) in Line_To() 1380 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1386 if ( y < ras.lastY ) in Line_To() 1388 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To() 1390 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To() 1396 if ( y > ras.lastY ) in Line_To() 1398 if ( End_Profile( RAS_VARS IS_BOTTOM_OVERSHOOT( ras.lastY ) ) || in Line_To() [all …]
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
D | Chart.java | 289 int lastX = -1, lastY = -1; in paintComponent() local 292 if (lastX != -1) g.drawLine(lastX, lastY, (int)pixel.x, (int)pixel.y); in paintComponent() 294 lastY = (int)pixel.y; in paintComponent() 296 g.drawLine(lastX, lastY, chartX + chartWidth - 1, lastY); in paintComponent()
|
/external/libgdx/gdx/src/com/badlogic/gdx/input/ |
D | GestureDetector.java | 378 float lastX, lastY; field in GestureDetector.VelocityTracker 388 lastY = y; in start() 403 deltaY = y - lastY; in update() 405 lastY = y; in update()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 202 const int lastY = fBounds.height() - 1; in validate() local 209 SkASSERT(yoff->fY <= lastY); in validate() 220 SkASSERT(yoff->fY == lastY); in validate() 606 const YOffset& lastY = yoff[head->fRowCount - 1]; in trimBounds() local 607 SkASSERT(lastY.fY + 1 <= fBounds.height()); in trimBounds() 608 fBounds.fBottom = fBounds.fTop + lastY.fY + 1; in trimBounds() 609 SkASSERT(lastY.fY + 1 == fBounds.height()); in trimBounds() 920 int lastY SK_INIT_TO_AVOID_WARNING; in quickContains() 921 const uint8_t* row = this->findRow(top, &lastY); in quickContains() 922 if (lastY < bottom) { in quickContains() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | Window.java | 91 float startX, startY, lastX, lastY; in Window() 114 lastY = y - height; in Window() 159 float amountY = y - lastY - height; in Window()
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 185 var lastY = y[currentRow]; 189 …lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRo…
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 117 private float lastX, lastY; field in ConsoleActivity 517 lastY = event.getY(); in onCreate() 520 final int deltaY = (int) (lastY - event.getY()); in onCreate() 536 && Math.abs(event.getY() - lastY) < MAX_CLICK_DISTANCE) { in onCreate()
|