HomeSort by relevance Sort by last modified time
    Searched refs:setY (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/webkit/WebCore/page/
WebKitPoint.h 49 void setY(float y) { m_y = y; }
  /external/webkit/WebCore/svg/
SVGPathSegLinetoVertical.h 36 void setY(float y) { m_y = y; }
SVGPathSeg.h 79 void setY(float y) { m_y = y; }
PatternAttributes.h 56 void setY(const SVGLength& value) { m_y = value; m_ySet = true; }
SVGPathSegCurvetoCubicSmooth.h 40 void setY(float y) { m_y = y; }
SVGPathSegCurvetoQuadratic.h 40 void setY(float y) { m_y = y; }
SVGPathSegArc.h 40 void setY(float y) { m_y = y; }
SVGPathSegCurvetoCubic.h 39 void setY(float y) { m_y = y; }
SVGPreserveAspectRatio.cpp 175 destRect.setY(destRect.y() + origDestHeight / 2.0f - destRect.height() / 2.0f);
180 destRect.setY(destRect.y() + origDestHeight - destRect.height());
209 srcRect.setY(destRect.y() + imageSize.height() / 2.0f - srcRect.height() / 2.0f);
214 srcRect.setY(destRect.y() + imageSize.height() - srcRect.height());
  /external/webkit/WebCore/platform/graphics/
IntRect.cpp 73 m_location.setY(t);
94 m_location.setY(t);
102 m_location.setY((int)(y() * s));
FloatPoint3D.h 39 void setY(float y) { m_y = y; }
FloatRect.cpp 79 m_location.setY(t);
100 m_location.setY(t);
108 m_location.setY(y() * sy);
FloatRect.h 93 void setY(float y) { m_location.setY(y); }
123 m_location.setY(m_location.y() - dy);
IntPoint.h 87 void setY(int y) { m_y = y; }
204 point.setY(y);
IntRect.h 92 void setY(int y) { m_location.setY(y); }
130 m_location.setY(m_location.y() - dy);
FloatPoint.h 80 void setY(float y) { m_y = y; }
  /external/webkit/WebCore/platform/graphics/filters/
SourceGraphic.cpp 50 clippedSourceRect.setY(filter->filterRegion().y());
SourceAlpha.cpp 51 clippedSourceRect.setY(filter->filterRegion().y());
  /external/webkit/WebCore/platform/mac/
PlatformScreenMac.mm 82 userRect.setY(NSMaxY([screenForWindow(destination) frame]) - (userRect.y() + userRect.height())); // flip
93 deviceRect.setY(NSMaxY([screenForWindow(source) frame]) - (deviceRect.y() + deviceRect.height())); // flip
  /external/webkit/WebKit/android/jni/
WebCoreViewBridge.h 69 mBounds.setY(y);
  /external/webkit/WebCore/svg/graphics/filters/
SVGFilter.cpp 48 newSubRegion.setY(m_itemBox.y() + subRegionBBox.y() * m_itemBox.height());
60 newSubRegion.setY(useBBox.y());
  /external/webkit/WebCore/css/
CSSGradientValue.cpp 147 result.setY(second->getFloatValue() * zoomFactor);
149 result.setY(second->getFloatValue() / 100.f * size.height());
CSSCursorImageValue.cpp 97 m_hotspot.setY(static_cast<int>(y));
  /external/webkit/WebCore/platform/gtk/
PopupMenuGtk.cpp 100 m_menuPosition.setY(m_menuPosition.y() - itemRequisition.height);
105 m_menuPosition.setY(m_menuPosition.y() - rect.height() / 2);
  /frameworks/base/libs/rs/
rsAdapter.h 44 inline void setY(uint32_t y) {mY = y;}

Completed in 194 milliseconds

1 2 3 4