Searched defs:newX (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFloatPoint.cpp91 double newX, newY; local
92 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY); local
93 return narrowPrecision(newX, newY);
98 double newX, newY; local
99 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY); local
100 return 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
196 control.setLocation(newX, newY);
201 control.setBounds(newX, newY, newWidth, newHeight);
/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h175 * Offset this rect such its new x() and y() will equal newX and newY.
177 void offsetTo(int32_t newX, int32_t newY) { argument
178 fRight += newX - fLeft;
180 fLeft = newX;
591 * Offset this rect such its new x() and y() will equal newX and newY.
593 void offsetTo(SkScalar newX, SkScalar newY) {
594 fRight += newX - fLeft;
596 fLeft = newX;
/external/skia/include/core/
H A DSkRect.h175 * Offset this rect such its new x() and y() will equal newX and newY.
177 void offsetTo(int32_t newX, int32_t newY) { argument
178 fRight += newX - fLeft;
180 fLeft = newX;
591 * Offset this rect such its new x() and y() will equal newX and newY.
593 void offsetTo(SkScalar newX, SkScalar newY) {
594 fRight += newX - fLeft;
596 fLeft = newX;
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Path.cpp154 SkFixed newX; local
161 newX = currE->fX;
166 newX = currE->fX;
173 newX = currE->fX + currE->fDX;
174 currE->fX = newX;
176 if (newX < prevX) { // ripple currE backwards until it is x-sorted
179 prevX = newX;
/external/skia/src/core/
H A DSkScan_Path.cpp154 SkFixed newX; local
161 newX = currE->fX;
166 newX = currE->fX;
173 newX = currE->fX + currE->fDX;
174 currE->fX = newX;
176 if (newX < prevX) { // ripple currE backwards until it is x-sorted
179 prevX = newX;
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2102 Bool newR, newW, newX, needDiscard; local
2112 newX = toBool(prot & VKI_PROT_EXEC);
2115 needDiscard = any_Ts_in_range( start, len ) && !newX;
2128 nsegments[i].hasX = newX;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp1130 const int newX = source.x - leftMargin; local
1133 ASSERT(scrollOffset.width() + newX + newWidth <= maxSize.width);
1135 return WebRect(newX, source.y, newWidth, source.height);
/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 ...

Completed in 331 milliseconds