Searched defs:offsetY (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMMouseEvent.cpp65 int WebDOMMouseEvent::offsetY() function in class:blink::WebDOMMouseEvent
67 return unwrap<MouseEvent>()->offsetY();
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java31 public AABoxCollisionVolume(float offsetX, float offsetY, float width, float height) { argument
33 mBottomLeft = new Vector2(offsetX, offsetY);
37 public AABoxCollisionVolume(float offsetX, float offsetY, float width, float height, argument
40 mBottomLeft = new Vector2(offsetX, offsetY);
H A DLauncherComponent.java145 public void setLaunchEffect(GameObjectFactory.GameObjectType effectType, float offsetX, float offsetY) { argument
148 mLaunchEffectOffsetY = offsetY;
H A DLaunchProjectileComponent.java135 float offsetY = mOffsetY;
143 offsetY = parentObject.height - mOffsetY;
147 final float y = parentObject.getPosition().y + offsetY;
199 public final void setOffsetY(float offsetY) { argument
200 mOffsetY = offsetY;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMouseRelatedEvent.cpp194 int MouseRelatedEvent::offsetY() function in class:WebCore::MouseRelatedEvent
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMatrix.h146 IN REAL offsetY,
149 return SetStatus(DllExports::GdipTranslateMatrix(nativeMatrix, offsetX, offsetY, order));
145 Translate(IN REAL offsetX, IN REAL offsetY, IN MatrixOrder order = MatrixOrderPrepend) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTransformController.js95 offsetY: function()
131 * @param {number} offsetY
133 _onPan: function(offsetX, offsetY)
136 this._offsetY += offsetY;
/external/chromium_org/third_party/skia/src/core/
H A DSkClipStack.cpp804 int offsetY,
824 temp.offset(SkIntToScalar(offsetX), SkIntToScalar(offsetY));
803 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkAAClip.cpp734 const int offsetY = bounds.fTop; local
751 int bot = r.fBottom - offsetY;
759 int top = r.fTop - offsetY;
/external/deqp/modules/gles2/functional/
H A Des2fTextureCompletenessTests.cpp160 int offsetY = random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - viewportHeight); local
164 glViewport (offsetX, offsetY, viewportWidth, viewportHeight);
168 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
213 int offsetY = random.getInt(0, de::max(0,m_renderCtx.getRenderTarget().getHeight() - 64)); local
221 glViewport (offsetX, offsetY, viewportWidth, viewportHeight);
224 glu::readPixels (m_renderCtx, offsetX, offsetY, renderedFrame.getAccess());
/external/skia/src/core/
H A DSkClipStack.cpp804 int offsetY,
824 temp.offset(SkIntToScalar(offsetX), SkIntToScalar(offsetY));
803 getConservativeBounds(int offsetX, int offsetY, int maxWidth, int maxHeight, SkRect* devBounds, bool* isIntersectionOfRects) const argument
H A DSkAAClip.cpp734 const int offsetY = bounds.fTop; local
751 int bot = r.fBottom - offsetY;
759 int top = r.fTop - offsetY;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js493 offsetY: function() { },
652 offsetY: function()
654 return this._layerPayload.offsetY;
792 var offsetMatrix = new WebKitCSSMatrix().translate(this._layerPayload.offsetX, this._layerPayload.offsetY);
961 offsetY: function()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp766 int offsetX = 0, offsetY = 0; local
780 objectRect.move(offsetX, offsetY);
802 offsetY -= (scrollPosition.y() + point.y());
807 offsetY = 0;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp934 float offsetY = transformOriginY().type() == Percent ? boundingBox.y() : 0; local
938 floatValueForLength(transformOriginY(), boundingBox.height()) + offsetY,
948 -floatValueForLength(transformOriginY(), boundingBox.height()) - offsetY,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp287 inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY) argument
291 m_offsets[index] = FloatPoint(offsetX, offsetY);
892 float offsetY = -harfBuzzPositionToFloat(glyphPositions[i].y_offset); local
920 currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
925 glyphOrigin += FloatSize(advance + offsetX, offsetY);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java3157 * @param offsetY Offset for Y position.
3159 public void setSmartClipOffsets(int offsetX, int offsetY) { argument
3161 mSmartClipOffsetY = offsetY;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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 ...

Completed in 533 milliseconds