HomeSort by relevance Sort by last modified time
    Searched refs:dy (Results 176 - 200 of 463) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/samplecode/
SampleCircle.cpp 55 void drawSix(SkCanvas* canvas, SkScalar dx, SkScalar dy) {
59 canvas->translate(0, dy);
SamplePageFlip.cpp 40 SkScalar dy = SkIntToScalar(5) / DSCALE; local
71 bounce(&y, &dy, HEIGHT-OVALH);
SampleShapes.cpp 111 const SkScalar dy = 500; local
116 canvas->translate(h * dx, v * dy);
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 88 void move(float dx, float dy)
91 m_y += dy;
FloatPoint3D.h 74 void move(float dx, float dy, float dz)
77 m_y += dy;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 101 EAPI Eina_Bool ewk_tiled_backing_store_scroll_full_offset_add(Evas_Object *o, Evas_Coord dx, Evas_Coord dy);
102 EAPI Eina_Bool ewk_tiled_backing_store_scroll_inner_offset_add(Evas_Object *o, Evas_Coord dx, Evas_Coord dy, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.h 66 virtual void scroll(int dx, int dy, const QRect&);
173 virtual void scroll(int dx, int dy, const QRect&);
PageClientQt.cpp 177 void PageClientQWidget::scroll(int dx, int dy, const QRect& rectToScroll)
179 view->scroll(qreal(dx), qreal(dy), rectToScroll);
276 void PageClientQGraphicsWidget::scroll(int dx, int dy, const QRect& rectToScroll)
278 view->scroll(qreal(dx), qreal(dy), rectToScroll);
  /frameworks/base/core/jni/android/graphics/
Camera.cpp 28 float dx, float dy, float dz) {
30 v->translate(SkFloatToScalar(dx), SkFloatToScalar(dy), SkFloatToScalar(dz));
  /external/opencv/cv/src/
cvshapedescr.cpp 94 float dx, dy; local
102 dy = (float)pt->y - (float)prev_pt->y;
110 dy = pt->y - prev_pt->y;
116 buffer.data.fl[j] = dx * dx + dy * dy;
169 double dy = pt.y - center.y; local
170 return (double)radius*radius - dx*dx - dy*dy;
422 float t, dx, dy; local
436 dy = center.y - ptfl.y
568 double x_s, y_s, nx, ny, dx, dy, du, dv; local
    [all...]
cvfeatureselect.cpp 199 int dy = y - ptr[j].y; local
200 int dist = dx * dx + dy * dy;
  /external/qemu/android/skin/
region.h 40 extern void skin_region_translate( SkinRegion* r, int dx, int dy );
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgaevents.c 58 xevent.xmotion.dx, xevent.xmotion.dy);
  /external/skia/src/core/
SkBitmapProcState_matrix.h 117 SkFixed dy = s.fInvKy; local
123 fx += dx; fy += dy;
225 SkFixed dy = s.fInvKy; local
231 fy += dy;
  /external/webkit/Source/WebCore/svg/
SVGTransformDistance.cpp 133 float dy = first.translate().y() + second.translate().y(); local
134 transform.setTranslate(dx, dy);
175 float dy = absoluteValue ? fabsf(transform.translate().y()) : transform.translate().y(); local
176 m_transform.translate(dx, dy);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC_s.h 102 dy EQU 2;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC_s.h 102 dy EQU 2;
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 399 protected void postTranslate(float dx, float dy) {
400 mSuppMatrix.postTranslate(dx, dy);
403 protected void panBy(float dx, float dy) {
404 postTranslate(dx, dy);
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 223 * @param dy The vertical offset
225 public void postTranslateCenter(float dx, float dy) {
226 mSuppMatrix.postTranslate(dx, dy);
235 * @param dy Pan by this vertical amount
237 private void panBy(float dx, float dy) {
238 mSuppMatrix.postTranslate(dx, dy);
  /bionic/libc/kernel/common/linux/
fb.h 342 __u32 dy; member in struct:fb_copyarea
352 __u32 dy; member in struct:fb_fillrect
362 __u32 dy; member in struct:fb_image
  /development/ndk/platforms/android-3/include/linux/
fb.h 298 __u32 dy; member in struct:fb_copyarea
307 __u32 dy; member in struct:fb_fillrect
316 __u32 dy; member in struct:fb_image
  /external/skia/include/core/
SkRegion.h 223 /** Translate the region by the specified (dx, dy) amount. */
224 void translate(int dx, int dy) { this->translate(dx, dy, this); }
227 * Translate the region by the specified (dx, dy) amount, writing the
232 void translate(int dx, int dy, SkRegion* dst) const;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 23 var dy = Math.abs(y2 - y1);
37 if (dx >= dy) {
42 NumAdd = dy;
48 Den = dy;
49 Num = dy / 2;
51 NumPix = dy;
134 function Translate(M, Dx, Dy, Dz) {
137 [0,1,0,Dy],
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 23 var dy = Math.abs(y2 - y1);
37 if (dx >= dy) {
42 NumAdd = dy;
48 Den = dy;
49 Num = dy / 2;
51 NumPix = dy;
134 function Translate(M, Dx, Dy, Dz) {
137 [0,1,0,Dy],
  /external/webkit/Source/WebCore/rendering/
InlineBox.cpp 153 void InlineBox::adjustPosition(float dx, float dy)
156 m_y += dy;
159 toRenderBox(m_renderer)->move(dx, dy);

Completed in 1304 milliseconds

1 2 3 4 5 6 78 91011>>