Searched refs:setY (Results 51 - 75 of 146) sorted by relevance

123456

/external/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp144 m_fromCurrentPoint.setY(m_fromMode == AbsoluteCoordinates ? fromY : m_fromCurrentPoint.y() + fromY);
145 m_toCurrentPoint.setY(m_toMode == AbsoluteCoordinates ? toY : m_toCurrentPoint.y() + toY);
H A DSVGFEDiffuseLightingElement.cpp114 return lightSource->setY(lightElement->y());
/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp564 m_scrollOrigin.setY(m_scrollOrigin.y() - m_horizontalScrollbar->height());
1112 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
1122 verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
1124 verticalOverhangRect.setY(frameRect().y());
1131 verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
1133 verticalOverhangRect.setY(frameRect().y());
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.cpp700 downRect.setY(upRect.maxY());
799 buttonRect.setY(buttonRect.y() - vistaMenuListButtonOutset);
817 bounds.setY(r.y() + r.height() / 2 - trackWidth / 2);
886 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
936 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
972 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
H A DInlineBox.h229 void setY(float y) { m_y = y; } function in class:WebCore::InlineBox
H A DRenderBlock.h423 void setY(int y) { m_frameRect.setY(y); } function in struct:WebCore::RenderBlock::FloatingObject
450 child->setY(logicalTop);
459 child->setY(logicalLeft);
/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 DTimeLineGraph.java240 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange))));
255 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange))));
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestHoveringTank.java227 camPos.setY(0);
235 camPos.setY(2);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp177 repaintCounterRect.setY(layerBounds.height() - (layerBounds.y() + repaintCounterRect.height()));
182 flippedDirtyRect.setY(owner()->bounds().height() - (flippedDirtyRect.y() + flippedDirtyRect.height()));
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPathOpenVG.cpp87 m_subpathStartPoint.setY(0);
377 m_path->m_currentPoint.setY(endY);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.cpp93 m_coord.setY(m_parent->size().height() - 1);
111 m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/font/plugins/
H A DBitmapFontLoader.java130 ch.setY(Integer.parseInt(tokens[i + 1]));
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp405 result.setY(positionFromValue(second, style, rootStyle, size, false));
549 secondPoint.setY(size.height() - firstPoint.y());
732 firstPoint.setY(size.height() / 2);
738 secondPoint.setY(size.height() / 2);
/external/webkit/Source/WebCore/html/
H A DRangeInputType.cpp209 curPoint.setY(touchEvent->touches()->item(0)->pageY());
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.cpp239 curPoint.setY(touchEvent->touches()->item(0)->pageY());
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp285 relativePos.setY(pos.y());
299 relativePos.setY(pos.y());
385 widgetRect.setY(frameInScreen.y());
984 imageRect.setY(rowRect.y() + (rowRect.height() - imageRect.height()) / 2);
H A DScrollbarThemeChromiumMac.mm224 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
441 thumbArea.setY(0);
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.cpp121 m_location.setY(y() * sy);
H A DGradient.cpp88 srcRect.setY(0);
H A DGraphicsContext.cpp726 p1.setY(p1.y() + strokeWidth);
727 p2.setY(p2.y() - strokeWidth);
741 p1.setY(p1.y() + 0.5f);
742 p2.setY(p2.y() + 0.5f);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DImageTexture.cpp280 visibleContentArea.setY(visibleContentArea.y() / scaleH);
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnTextureCoords.cpp166 result.klmCoordinates[i].setY(-result.klmCoordinates[i].y());
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPathSkia.cpp185 dst[i].setY(SkScalarToFloat(src[i].fY));
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp127 intSrcRect.setY(stableRound(srcRectIn.y() * scaleFactor));
/external/webkit/Source/WebCore/platform/win/
H A DScrollbarThemeSafari.cpp131 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));

Completed in 579 milliseconds

123456