Searched defs:newY (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPoint.cpp95 double newX, newY; local
96 transform.map(static_cast<double>(x()), static_cast<double>(y()), newX, newY);
97 return FloatPoint::narrowPrecision(newX, newY);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { argument
171 if (newY + newHeight < 0) {
177 if (newY > parentArea.height) {
196 control.setLocation(newX, newY);
201 control.setBounds(newX, newY, newWidth, newHeight);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTrackingInputHandler.java113 private void moveCursor(float newX, float newY) { argument
117 if (newY < 0) newY = 0;
119 if (newY > mRenderData.imageHeight) newY = mRenderData.imageHeight;
120 mCursorPosition.set(newX, newY);
124 mViewer.injectMouseEvent((int)newX, (int)newY, BUTTON_UNDEFINED, false);
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h189 * Offset this rect such its new x() and y() will equal newX and newY.
191 void offsetTo(int32_t newX, int32_t newY) { argument
193 fBottom += newY - fTop;
195 fTop = newY;
623 * Offset this rect such its new x() and y() will equal newX and newY.
625 void offsetTo(SkScalar newX, SkScalar newY) {
627 fBottom += newY - fTop;
629 fTop = newY;
/external/skia/include/core/
H A DSkRect.h189 * Offset this rect such its new x() and y() will equal newX and newY.
191 void offsetTo(int32_t newX, int32_t newY) { argument
193 fBottom += newY - fTop;
195 fTop = newY;
623 * Offset this rect such its new x() and y() will equal newX and newY.
625 void offsetTo(SkScalar newX, SkScalar newY) {
627 fBottom += newY - fTop;
629 fTop = newY;
/external/deqp/modules/egl/
H A DteglResizeTests.cpp275 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; local
279 newSurface.getSubAccess(newX, newY, minWidth, minHeight);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2059 LayoutUnit newY = 0; local
2062 newY = lowestFloatLogicalBottom(FloatingObject::FloatLeft);
2065 newY = lowestFloatLogicalBottom(FloatingObject::FloatRight);
2068 newY = lowestFloatLogicalBottom();
2072 if (height() < newY)
2073 setLogicalHeight(newY);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2737 milliseconds