Home
last modified time | relevance | path

Searched refs:lastY (Results 1 – 13 of 13) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/effects/
DOutlineWobbleEffect.java74 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()
DOutlineZigzagEffect.java73 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/
DYDownTest.java128 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()
DInterpolationTest.java157 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/
Dftraster.c493 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/
Dftraster.c493 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/
Dftraster.c491 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/
DChart.java289 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/
DGestureDetector.java378 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/
DSkAAClip.cpp202 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/
DWindow.java91 float startX, startY, lastX, lastY; in Window()
114 lastY = y - height; in Window()
159 float amountY = y - lastY - height; in Window()
/external/v8/benchmarks/
Dnavier-stokes.js185 var lastY = y[currentRow];
189lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRo…
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java117 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()