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

12345

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.h56 void setPhaseY(int y) { m_phase.setY(y); }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegArc.h50 void setY(float y) function in class:blink::SVGPathSegArc
H A DSVGGlyphRefElement.cpp100 void SVGGlyphRefElement::setY(float y) function in class:blink::SVGGlyphRefElement
H A DSVGPreserveAspectRatio.cpp218 destRect.setY(destRect.y() + origDestHeight / 2 - destRect.height() / 2);
223 destRect.setY(destRect.y() + origDestHeight - destRect.height());
258 srcRect.setY(srcRect.y() + imageSize.height() / 2 - srcRect.height() / 2);
263 srcRect.setY(srcRect.y() + imageSize.height() - srcRect.height());
H A DPatternAttributes.h72 void setY(PassRefPtr<SVGLength> value) function in struct:blink::PatternAttributes
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.h79 void setY(float y) { m_location.setY(y); } function in class:blink::FloatRect
112 setY(edge);
150 m_location.setY(m_location.y() - dy);
H A DIntRect.h76 void setY(int y) { m_location.setY(y); } function in class:blink::IntRect
109 setY(edge);
143 m_location.setY(m_location.y() - dy);
H A DLayoutRect.h80 void setY(LayoutUnit y) { m_location.setY(y); } function in class:blink::LayoutRect
123 setY(edge);
157 m_location.setY(m_location.y() - dy);
H A DFloatPoint.cpp124 intersection.setY(p1.y() + param * pyLength);
H A DFloatQuad.cpp128 point.setY(rect.maxY());
130 point.setY(rect.y());
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java167 view.setY(topEnd);
187 view.setY(topEnd + translation);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradientGeneratedImage.cpp93 tileDstRect.setY(dstY);
95 visibleSrcRect.setY((tileDstRect.y() - phase.y()) / scale.height() - j * stepY);
H A DImage.cpp113 norm.setY(norm.y() + norm.height());
146 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), actualTileSize.height()) - actualTileSize.height(), actualTileSize.height()));
153 visibleSrcRect.setY((destRect.y() - oneTileRect.y()) / scale.height());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp100 placeholderBox->setY(borderTop() + paddingTop());
H A DInlineBox.h198 void setY(float y) { m_topLeft.setY(y); } function in class:blink::InlineBox
218 setY(left);
231 setY(top);
H A DRenderSliderContainer.cpp136 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset);
H A DFloatingObjects.h72 void setY(LayoutUnit y) { ASSERT(!isInPlacedTree()); m_frameRect.setY(y); } function in class:blink::FloatingObject
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacCommon.mm194 shadowRect.setY(horizontalOverhangRect.maxY() - shadowRect.height());
196 shadowCornerOrigin.setY(shadowRect.maxY());
197 shadowCornerOffset.setY(-kShadowSize);
200 shadowCornerOrigin.setY(shadowRect.y());
219 shadowRect.setY(kToolbarShadowOffset);
247 shadowRect.setY(kToolbarShadowOffset);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp80 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
104 normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1));
118 normalVector.setY(-(top << 1) - topRight + (bottom << 1) + bottomRight);
134 normalVector.setY(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
148 normalVector.setY(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
159 normalVector.setY(-(top << 1) - topRight + (center << 1) + right);
172 normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right);
183 normalVector.setY(-topLeft - (top << 1) + left + (center << 1));
208 normalVector.setY(factor
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp133 textBox->setY(boxRect.y());
146 flowBox->setY(boxRect.y());
174 setY(0);
H A DSVGTextRunRenderingContext.cpp106 glyphOrigin.setY(svgFontData->horizontalOriginY() * scale);
134 glyphOrigin.setY(svgGlyph.verticalOriginY * scale);
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.cpp135 damagedRect.setY(scrollRect.y());
149 damagedRect.setY(scrollRect.y());
152 damagedRect.setY(scrollRect.maxY() + dy);
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp321 physicalBoundingBox.setY(m_renderer.logicalHeight() - physicalBoundingBox.maxY());
323 physicalBoundingBox.setY(physicalBoundingBox.y() + logicalTopOffset());
328 physicalBoundingBox.setY(physicalBoundingBox.y() + logicalTopOffset());
337 result.setY(m_renderer.logicalHeight() - result.y());
/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/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCursorImageValue.cpp107 m_hotSpot.setY(static_cast<int>(y));

Completed in 422 milliseconds

12345