Searched refs:setY (Results 26 - 50 of 146) sorted by relevance

123456

/external/webkit/Source/WebCore/svg/
H A DSVGPreserveAspectRatio.cpp175 destRect.setY(destRect.y() + origDestHeight / 2 - destRect.height() / 2);
180 destRect.setY(destRect.y() + origDestHeight - destRect.height());
215 srcRect.setY(destRect.y() + imageSize.height() / 2 - srcRect.height() / 2);
220 srcRect.setY(destRect.y() + imageSize.height() - srcRect.height());
H A DSVGPathSegArc.h51 void setY(float y) function in class:WebCore::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h50 void setY(float y) function in class:WebCore::SVGPathSegCurvetoCubic
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.cpp114 bounds.setY(bounds.y() + scrollMargin);
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp319 containerViewportRect.setY(containerViewportRect.y() - Scrollbar::pixelsPerLineStep());
553 exitPoint.setY(startingRect.y());
554 entryPoint.setY(potentialRect.maxY());
561 exitPoint.setY(startingRect.maxY());
562 entryPoint.setY(potentialRect.y());
572 exitPoint.setY(startingRect.y());
573 entryPoint.setY(potentialRect.maxY());
575 exitPoint.setY(startingRect.maxY());
576 entryPoint.setY(potentialRect.y());
578 exitPoint.setY(ma
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.h99 void setY(float y) { m_location.setY(y); } function in class:WebCore::FloatRect
128 m_location.setY(m_location.y() - dy);
H A DImage.cpp126 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
133 visibleSrcRect.setY((destRect.y() - oneTileRect.y()) / scale.height());
H A DIntPoint.h90 void setY(int y) { m_y = y; } function in class:WebCore::IntPoint
220 point.setY(y);
H A DFloatPoint.h82 void setY(float y) { m_y = y; } function in class:WebCore::FloatPoint
H A DFloatPoint3D.h64 void setY(float y) { m_y = y; } function in class:WebCore::FloatPoint3D
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp150 points[0].setY(m_rect.location().y());
152 points[1].setY(m_rect.location().y() + half);
154 points[2].setY(m_rect.location().y() + m_buttonSize);
156 points[3].setY(m_rect.location().y() + half);
226 videoOrigin.setY((layerBounds.height() - videoSize.height()) * 0.5);
434 m_hudPosition.setY(m_fullscreenSize.height() * initialHUDPositionY - windowHeight / 2);
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.cpp145 textBox->setY(boxRect.y());
160 flowBox->setY(boxRect.y());
200 setY(0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java88 public void setY(int y) { method in class:TimeLineGraphItem
/external/webkit/Source/WebCore/css/
H A DCSSCursorImageValue.cpp99 m_hotSpot.setY(static_cast<int>(y));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DScrollableLayerAndroid.cpp33 out->setY(m_scrollLimits.fTop);
/external/webkit/Source/WebCore/platform/gtk/
H A DPopupMenuGtk.cpp124 m_menuPosition.setY(m_menuPosition.y() - itemRequisition.height);
130 m_menuPosition.setY(m_menuPosition.y() - rect.height() / 2);
/external/webkit/Source/WebCore/platform/wx/
H A DScrollbarThemeWx.cpp99 thumbRect.setY(thumbRect.y() + trackStart);
100 afterThumbRect.setY(afterThumbRect.y() - trackStart);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp195 m_frameworkLayersInval.setY(0);
400 invalRect->setY(m_frameworkLayersInval.y());
415 invalRect->setY(0);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFETurbulence.cpp320 noiseVector.setY(noiseVector.y() * 2);
357 point.setY(filterRegion.y());
360 point.setY(point.y() + 1);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java84 public void setY(int y) { method in class:BitmapCharacter
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp127 srcRect.setY(srcRect.y() * rate);
/external/webkit/Source/WebCore/platform/mac/
H A DWidgetMac.mm260 dirtyRect.setY([view bounds].size.height - dirtyRect.maxY());
304 dirtyRect.setY([view bounds].size.height - dirtyRect.maxY());
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h53 void setY(int y) { m_frameRect.setY(y); } function in class:WebCore::RenderBox
69 setY(left);
74 setY(top);
H A DRenderScrollbarTheme.cpp103 result.setY(backRect.y());
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DIntersection.java54 minMax.setY(x1);
60 minMax.setY(x2);

Completed in 1458 milliseconds

123456