Searched refs:dy (Results 1 - 25 of 653) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
H A DMouseMotionEvent.java44 private int x, y, dx, dy, wheel, deltaWheel; field in class:MouseMotionEvent
46 public MouseMotionEvent(int x, int y, int dx, int dy, int wheel, int deltaWheel) { argument
50 this.dy = dy;
78 return dy;
107 return "MouseMotion(X="+x+", Y="+y+", DX="+dx+", DY="+dy+")";
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Ddy.asm0 dy 0x0123456789abcdef00112233445566778899aabbccddeeff1111222233334444
1 dy 0x0123456789abcdef00112233445566778899aabbccddeeff1111222233334444 label
/external/skia/gm/
H A Dspritebitmap.cpp25 int dx, int dy, SkImageFilter* filter = NULL) {
30 SkIntToScalar(dy),
41 canvas->drawSprite(bm, dx, dy, &paint);
52 canvas->drawBitmap(bm, SkIntToScalar(dx), SkIntToScalar(dy), &paint);
79 int dy = 10; local
84 draw_2_bitmaps(canvas, bm, false, dx, dy);
85 dy += bm.height() + 20;
86 draw_2_bitmaps(canvas, bm, false, dx, dy, filter);
87 dy += bm.height() + 20;
88 draw_2_bitmaps(canvas, bm, true, dx, dy);
24 draw_2_bitmaps(SkCanvas* canvas, const SkBitmap& bm, bool doClip, int dx, int dy, SkImageFilter* filter = NULL) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, argument
23 tmp.scrollRect(NULL, dx, dy, inval);
49 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
64 r.offset(dx, dy);
87 if (dy <= 0) {
88 src -= dy * rowBytes;
89 height += dy;
91 dst += dy * rowBytes;
92 height -= dy;
/external/skia/src/core/
H A DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, argument
23 tmp.scrollRect(NULL, dx, dy, inval);
49 if ((dx | dy) == 0 || width <= 0 || height <= 0) {
64 r.offset(dx, dy);
87 if (dy <= 0) {
88 src -= dy * rowBytes;
89 height += dy;
91 dst += dy * rowBytes;
92 height -= dy;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEOffsetElement.idl29 readonly attribute SVGAnimatedNumber dy;
H A DSVGGlyphRefElement.idl29 attribute float dy;
H A DSVGTextPositioningElement.idl30 readonly attribute SVGAnimatedLengthList dy;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.h37 void eloConvertXY(_THIS, int *dx, int *dy);
47 int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEOffset.h33 static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
38 float dy() const;
49 FEOffset(Filter*, float dx, float dy);
H A DFEOffset.cpp37 FEOffset::FEOffset(Filter* filter, float dx, float dy) argument
40 , m_dy(dy)
44 PassRefPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy) argument
46 return adoptRef(new FEOffset(filter, dx, dy));
59 float FEOffset::dy() const function in class:WebCore::FEOffset
64 void FEOffset::setDy(float dy) argument
66 m_dy = dy;
120 ts << " dx=\"" << dx() << "\" dy=\"" << dy() << "\"]\n";
/external/opencv/cvaux/src/
H A Dcvlines.cpp49 int dx = end.x - start.x, dy = end.y - start.y;
63 dy = -dy;
70 i = dy >> 31;
71 dy = (dy ^ i) - i;
74 if( dx > dy )
84 dy += dy;
87 int mask = (err -= dy) <
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents_c.h30 extern void AA_mousecallback(int button, int dx, int dy,
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgaevents_c.h30 extern void SVGA_mousecallback(int button, int dx, int dy,
/external/skia/tools/lua/
H A Dskia.lua73 function Sk.Rect:offset(dx, dy)
74 dy = dy or dx
77 self.top = self.top + dy
79 self.bottom = self.bottom + dy
82 function Sk.Rect:inset(dx, dy)
83 dy = dy or dx
86 self.top = self.top + dy
88 self.bottom = self.bottom - dy
[all...]
/external/chromium_org/ui/views/
H A Drect_based_targeting_utils.cc29 int dy = center_point.y() - point.y(); local
30 return (dx * dx) + (dy * dy);
/external/opencv/cv/src/
H A D_cvgeom.h49 float dy = pt2.y - pt1.y; local
51 return cvSqrt( dx*dx + dy*dy );
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.h79 void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect);
82 WebCore::IntRect scrollPaintRect(const WebCore::IntRect& paintRect, int dx, int dy) const;
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafangles.c100 * dy * PI / (|dx|+|dy|)
106 FT_Fixed dy )
110 FT_Fixed ay = dy;
124 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
185 FT_Fixed dy )
191 if ( dy == 0 )
201 if ( dy < 0 )
210 dy = -dy;
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h23 int dy; member in struct:wl_egl_window
/external/freetype/src/autofit/
H A Dafangles.c100 * dy * PI / (|dx|+|dy|)
106 FT_Fixed dy )
110 FT_Fixed ay = dy;
124 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
185 FT_Fixed dy )
191 if ( dy == 0 )
201 if ( dy < 0 )
210 dy = -dy;
[all...]
/external/mesa3d/src/egl/wayland/wayland-egl/
H A Dwayland-egl-priv.h23 int dy; member in struct:wl_egl_window
/external/qemu/android/protocol/
H A Duser-events-protocol.h41 int dy; member in struct:UserEventMouse
/external/qemu/
H A Duser-events.h24 void user_event_mouse(int dx, int dy, int dz, unsigned buttons_state);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMatrix.java41 public void setTranslate(float dx, float dy) { argument
43 transY = dy;
47 public void postTranslate(float dx, float dy) { argument
49 transY += dy;

Completed in 1090 milliseconds

1234567891011>>