/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 422 uint32_t newX, newY, newSampleX, newSampleY; 427 newY = y; 436 newY = y; 448 newY = pdep_u32(y, mask); 461 newY = pdep_u32(y, yMask); 473 newY = pdep_u32(y, mask); 480 newX = newY = 0; 485 y = newY | (newSampleY << 1);
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | MovementComponent.java | 51 float newY = object.getPosition().y + offsetY; in update() local 55 object.getPosition().set(newX, newY); in update()
|
D | InputGameInterface.java | 133 float newY; in update() local 137 newY = mDirectionalPad.getY() + (trackball.getY() * ROLL_FILTER * mMovementSensitivity); in update() 142 newY = oldY + (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 | 51 float newY = (ev.getX() / width) * height; in swapXY() local 52 ev.setLocation(newX, newY); in swapXY()
|
/external/skqp/include/core/ |
D | SkRect.h | 372 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 374 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo() 376 fTop = newY; in offsetTo() 1199 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1201 fBottom += newY - fTop; in offsetTo() 1203 fTop = newY; in offsetTo()
|
/external/skia/include/core/ |
D | SkRect.h | 372 void offsetTo(int32_t newX, int32_t newY) { in offsetTo() 374 fBottom = Sk64_pin_to_s32((int64_t)fBottom + newY - fTop); in offsetTo() 376 fTop = newY; in offsetTo() 1199 void offsetTo(SkScalar newX, SkScalar newY) { in offsetTo() 1201 fBottom += newY - fTop; in offsetTo() 1203 fTop = newY; in offsetTo()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | NativeInput.java | 656 final Ref<Float> newY = new Ref<>(0f); in transform() local 659 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, newX, newY); in transform() 661 mYOffset = newY.get() - rawY; in transform() 688 float newY = matrix[3] * x + matrix[4] * y + matrix[5]; in transformPoint() local 694 outY.set(newY * newZ); in transformPoint()
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 201 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument 207 newViewMatrix.getSkewX() * (newY - currentY) - in calculate_translation() 212 newViewMatrix.getScaleY() * (newY - currentY) - in calculate_translation() 216 *transY = newY - currentY; in calculate_translation()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.cpp | 201 const SkMatrix& newViewMatrix, SkScalar newX, SkScalar newY, in calculate_translation() argument 207 newViewMatrix.getSkewX() * (newY - currentY) - in calculate_translation() 212 newViewMatrix.getScaleY() * (newY - currentY) - in calculate_translation() 216 *transY = newY - currentY; in calculate_translation()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/ |
D | ObjectTracker.java | 333 final float newY = lastY + delta.y; in drawHistoryPoint() local 334 canvas.drawLine(lastX, lastY, newX, newY, p); in drawHistoryPoint() 336 lastY = newY; in drawHistoryPoint()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/ |
D | ObjectTracker.java | 333 final float newY = lastY + delta.y; in drawHistoryPoint() local 334 canvas.drawLine(lastX, lastY, newX, newY, p); in drawHistoryPoint() 336 lastY = newY; in drawHistoryPoint()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners() local 294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight); in compareCorners()
|
/external/skia/samplecode/ |
D | SampleLitAtlas.cpp | 49 SkScalar newY = s * fLightDir.fX + c * fLightDir.fY; in rotateLight() local 51 fLightDir.set(newX, newY, 0.0f); in rotateLight()
|
/external/skqp/samplecode/ |
D | SampleLitAtlas.cpp | 49 SkScalar newY = s * fLightDir.fX + c * fLightDir.fY; in rotateLight() local 51 fLightDir.set(newX, newY, 0.0f); in rotateLight()
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 286 // float newY = mainDisplayRect.size.height/_height;
|
/external/skqp/site/user/api/ |
D | SkIRect_Reference.md | 48 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY); 1228 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY) 1231 … <a href='#SkIRect_fTop'>fTop</a> equals <a href='#SkIRect_offsetTo_newY'>newY</a>. width and heig… 1239 <tr> <td><a name='SkIRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
D | SkRect_Reference.md | 61 …href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY); 1774 … href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY) 1777 …nd <a href='#SkRect_fTop'>fTop</a> equals <a href='#SkRect_offsetTo_newY'>newY</a>. width and heig… 1785 <tr> <td><a name='SkRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
/external/skia/site/user/api/ |
D | SkIRect_Reference.md | 48 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY); 1228 void <a href='#SkIRect_offsetTo'>offsetTo</a>(int32_t newX, int32_t newY) 1231 … <a href='#SkIRect_fTop'>fTop</a> equals <a href='#SkIRect_offsetTo_newY'>newY</a>. width and heig… 1239 <tr> <td><a name='SkIRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
D | SkRect_Reference.md | 61 …href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY); 1774 … href='undocumented#SkScalar'>SkScalar</a> newX, <a href='undocumented#SkScalar'>SkScalar</a> newY) 1777 …nd <a href='#SkRect_fTop'>fTop</a> equals <a href='#SkRect_offsetTo_newY'>newY</a>. width and heig… 1785 <tr> <td><a name='SkRect_offsetTo_newY'><code><strong>newY</strong></code></a></td>
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 763 #Method void offsetTo(int32_t newX, int32_t newY)
|
D | SkCanvas_Reference.bmh | 547 int newY = (y - h / 2) * 2 + h / 2; 548 if (newY < 0 || newY >= h) { 557 access[newY * rowWords + newX] = SK_ColorGRAY;
|
/external/javaparser/ |
D | changelog.md | 199 * `Node.replace(old, new)` was added, including property-specific `X.replaceY(newY)` methods
|
/external/skia/docs/ |
D | SkIRect_Reference.bmh | 763 #Method void offsetTo(int32_t newX, int32_t newY)
|
D | SkCanvas_Reference.bmh | 490 int newY = (y - h / 2) * 2 + h / 2; 491 if (newY < 0 || newY >= h) { 500 access[newY * rowWords + newX] = SK_ColorGRAY;
|
D | SkRect_Reference.bmh | 1149 #Method void offsetTo(SkScalar newX, SkScalar newY)
|