/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | XYPlotZoomPan.java | 265 PointF newX = new PointF(); in pan() local 267 calculatePan(oldFirstFinger, newX, true); in pan() 269 super.setDomainBoundaries(newX.x, newX.y, BoundaryMode.FIXED); in pan() 270 lastMinX = newX.x; in pan() 271 lastMaxX = newX.y; in pan() 274 calculatePan(oldFirstFinger, newX, false); in pan() 276 super.setRangeBoundaries(newX.x, newX.y, BoundaryMode.FIXED); in pan() 277 lastMinY = newX.x; in pan() 278 lastMaxY = newX.y; in pan() 283 private void calculatePan(final PointF oldFirstFinger, PointF newX, final boolean horizontal) { in calculatePan() argument [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 422 uint32_t newX, newY, newSampleX, newSampleY; 426 newX = x; 435 newX = pdep_u32(x, xMask); 447 newX = pdep_u32(x, mask); 460 newX = pdep_u32(x, xMask); 472 newX = pdep_u32(x, mask); 480 newX = newY = 0; 484 x = newX | (newSampleX << 1);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 45 float newX = object.getPosition().x + offsetX; in update() local 55 object.getPosition().set(newX, newY); in update()
|
D | InputGameInterface.java | 132 float newX; in update() local 136 newX = mDirectionalPad.getX() + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update() 141 newX = oldX + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update() 145 mDirectionalPad.press(gameTime, newX, newY); in update()
|
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/ |
D | VerticalViewPager.java | 50 float newX = (ev.getY() / height) * width; in swapXY() local 52 ev.setLocation(newX, newY); in swapXY()
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 136 SkFixed newX; in walk_edges() local 143 newX = currE->fX; in walk_edges() 148 newX = currE->fX; in walk_edges() 155 newX = currE->fX + currE->fDX; in walk_edges() 156 currE->fX = newX; in walk_edges() 158 if (newX < prevX) { // ripple currE backwards until it is x-sorted in walk_edges() 161 prevX = newX; in walk_edges()
|
D | SkScan_AAAPath.cpp | 1513 SkFixed newX; in aaa_walk_edges() local 1538 newX = currE->fX; in aaa_walk_edges() 1540 if (newX < prevX) { // ripple currE backwards until it is x-sorted in aaa_walk_edges() 1549 prevX = newX; in aaa_walk_edges()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 137 SkFixed newX; in walk_edges() local 144 newX = currE->fX; in walk_edges() 149 newX = currE->fX; in walk_edges() 156 newX = currE->fX + currE->fDX; in walk_edges() 157 currE->fX = newX; in walk_edges() 159 if (newX < prevX) { // ripple currE backwards until it is x-sorted in walk_edges() 162 prevX = newX; in walk_edges()
|
D | SkScan_AAAPath.cpp | 1514 SkFixed newX; in aaa_walk_edges() local 1539 newX = currE->fX; in aaa_walk_edges() 1541 if (newX < prevX) { // ripple currE backwards until it is x-sorted in aaa_walk_edges() 1550 prevX = newX; in aaa_walk_edges()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | WavePlotView.java | 317 float newX = (float) (w * currentGridMs / windowMs); in onDraw() local 318 canvas.drawLine(newX, 0, newX, h, mPaintGrid); in onDraw() 325 myPath.moveTo(newX, h); in onDraw() 326 myPath.lineTo(newX, h / 2); in onDraw()
|
/external/skia/include/core/ |
D | SkRect.h | 409 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 410 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo() 412 fLeft = newX; in offsetTo() 1248 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1249 fRight += newX - fLeft; in offsetTo() 1251 fLeft = newX; in offsetTo()
|
/external/skqp/include/core/ |
D | SkRect.h | 396 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 397 fRight = Sk64_pin_to_s32((int64_t)fRight + newX - fLeft); in offsetTo() 399 fLeft = newX; in offsetTo() 1238 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1239 fRight += newX - fLeft; in offsetTo() 1241 fLeft = newX; in offsetTo()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob.cpp | 285 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument 290 newViewMatrix.getScaleX() * (newX - currentX) + in calculate_translation() 295 newViewMatrix.getSkewY() * (newX - currentX) + in calculate_translation() 299 *transX = newX - currentX; in calculate_translation()
|
/external/skqp/src/gpu/text/ |
D | GrAtlasTextBlob.cpp | 333 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument 338 newViewMatrix.getScaleX() * (newX - currentX) + in calculate_translation() 343 newViewMatrix.getSkewY() * (newX - currentX) + in calculate_translation() 347 *transX = newX - currentX; in calculate_translation()
|
/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 18 - (void) setX:(id)newX { // expected-warning {{ivar '_x' which backs the property is not reference… 19 _y = newX;
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/ |
D | ObjectTracker.java | 332 final float newX = lastX + delta.x; in drawHistoryPoint() local 334 canvas.drawLine(lastX, lastY, newX, newY, p); in drawHistoryPoint() 335 lastX = newX; in drawHistoryPoint()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 285 const int newX = xCorner == 0 ? 0 : newWidth - minWidth; in compareCorners() local 294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 2236 Bool newR, newW, newX, needDiscard; in VG_() local 2246 newX = toBool(prot & VKI_PROT_EXEC); in VG_() 2249 needDiscard = any_Ts_in_range( start, len ) && !newX; in VG_() 2262 nsegments[i].hasX = newX; in VG_()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemShaderImageAccessTests.cpp | 1390 …const deInt32 newX = computeBinaryAtomicOperationResult(m_params.atomicOperation, oldX, atomicArg… in calculateAtomicRef() local 1392 reference.setPixel(tcu::IVec4(newX, 0, 0, 0), x, y); in calculateAtomicRef()
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 1032 #Method void offsetTo(int32_t newX, int32_t newY) 1036 Offsets IRect so that fLeft equals newX, and fTop equals newY. width and height 1039 #Param newX stored in fLeft, preserving width() ##
|
D | SkRect_Reference.bmh | 1493 #Method void offsetTo(SkScalar newX, SkScalar newY) 1497 Offsets Rect so that fLeft equals newX, and fTop equals newY. width and height 1500 #Param newX stored in fLeft, preserving width() ##
|
/external/skia/docs/ |
D | SkIRect_Reference.bmh | 1035 #Method void offsetTo(int32_t newX, int32_t newY) 1039 Offsets IRect so that fLeft equals newX, and fTop equals newY. width and height 1042 #Param newX stored in fLeft, preserving width() ##
|
D | SkRect_Reference.bmh | 1394 #Method void offsetTo(SkScalar newX, SkScalar newY) 1398 Offsets Rect so that fLeft equals newX, and fTop equals newY. width and height 1401 #Param newX stored in fLeft, preserving width() ##
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 285 // float newX = mainDisplayRect.size.width/_width;
|
/external/skqp/site/user/api/ |
D | SkIRect_Reference.md | 1355 void offsetTo(int32_t newX, int32_t newY) 1358 …a href="#SkIRect_fLeft">fLeft</a> equals <a href="#SkIRect_offsetTo_newX">newX</a>, and <a href="#… 1363 <table> <tr> <td><a name="SkIRect_offsetTo_newX"> <code><strong>newX </strong></code> </a></td>…
|