Searched defs:dy (Results 351 - 375 of 554) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/events/test/
H A Devent_generator.cc305 int dy = (end.y() - start.y()) / steps; local
308 location.Offset(dx, dy);
312 callback.Run(ui::ET_GESTURE_SCROLL_UPDATE, gfx::Vector2dF(dx, dy));
414 float dy = y_offset / steps; local
421 dx, dy,
422 dx, dy,
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc87 float y, dy; local
91 dy = coef * ((1.0f - y) * kStartTension + y) + y * y * y;
92 if (ApproxEquals(dy, alpha))
94 if (dy > alpha)
193 float dy,
198 dy,
206 float dy,
217 final_y_ = start_y + dy;
190 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time) argument
203 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time, base::TimeDelta duration) argument
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc493 bool SubmenuView::OnScroll(float dx, float dy) { argument
497 float y_f = vis_bounds.y() - dy - roundoff_error_;
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp407 float dy = - float(e->y() - mMouseCoords.y()) / float(mCamera.vpHeight()); local
413 dy *= 10.;
431 * AngleAxisf(-dy*M_PI, Vector3f::UnitX());
439 mCamera.zoom(dy*100);
442 mCamera.localTranslate(Vector3f(0, 0, -dy*200));
445 mCamera.localTranslate(Vector3f(dx*200, dy*200, 0));
/external/freetype/src/sfnt/
H A Dttsbit.c829 FT_Byte dy = FT_NEXT_BYTE( p ); local
834 x_pos + dx, y_pos + dy );
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c572 int dy; local
576 dy = *y1 - y0;
580 *y1 = ((width - x0) * dy) / dx + y0;
584 dy = *y1 - y0;
588 *y1 = ((0 - x0) * dy) / dx + y0;
592 dy = *y1 - y0;
595 if (dy)
596 *x1 = ((height - y0) * dx) / dy + x0;
600 dy = *y1 - y0;
603 if (dy)
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h175 int dy; member in struct:dri2_egl_surface
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c566 float dy = header->v[1]->data[posPos][1] - header->v[0]->data[posPos][1]; local
567 double a = atan2(dy, dx);
573 dy = half_width;
594 pos[0] += (-dx * c_a - dy * s_a);
595 pos[1] += (-dx * s_a + dy * c_a);
598 pos[0] += (-dx * c_a - -dy * s_a);
599 pos[1] += (-dx * s_a + -dy * c_a);
602 pos[0] += ( dx * c_a - dy * s_a);
603 pos[1] += ( dx * s_a + dy * c_a);
606 pos[0] += ( dx * c_a - -dy * s_
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c141 unsigned dx, unsigned dy, unsigned dz,
175 PUSH_DATA (push, dy << dst->ms_y);
139 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c148 unsigned dx, unsigned dy, unsigned dz,
182 PUSH_DATA (push, dy << dst->ms_y);
146 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c118 struct pipe_resource *dst, VGint dx, VGint dy,
125 dst_loc[1] = dy;
156 struct pipe_surface *dst, VGint dx, VGint dy,
163 dst_loc[1] = dy;
510 void image_copy(struct vg_image *dst, VGint dx, VGint dy, argument
521 vg_copy_texture(ctx, dst->sampler_view->texture, dst->x + dx, dst->y + dy,
561 void image_set_pixels(VGint dx, VGint dy, argument
575 vg_copy_surface(ctx, strb->surface, dx, dy,
581 void image_get_pixels(struct vg_image *dst, VGint dx, VGint dy, argument
591 /*dy
117 vg_copy_texture(struct vg_context *ctx, struct pipe_resource *dst, VGint dx, VGint dy, struct pipe_sampler_view *src, VGint sx, VGint sy, VGint width, VGint height) argument
155 vg_copy_surface(struct vg_context *ctx, struct pipe_surface *dst, VGint dx, VGint dy, struct pipe_surface *src, VGint sx, VGint sy, VGint width, VGint height) argument
[all...]
H A Dmask.c393 VGint dx, VGint dy,
411 dx, dy, width, height,
391 mask_copy(struct vg_mask_layer *layer, VGint sx, VGint sy, VGint dx, VGint dy, VGint width, VGint height) argument
/external/opencv/cv/src/
H A Dcvconvhull.cpp691 double dy = (double)cur->y - (double)hull_cur->y; local
694 double dist = fabs(-dy0*dx + dx0*dy) * scale;
775 int dx, dy; local
783 dy = cur_pt->y - prev_pt->y;
785 dydx0 = dy * dx0;
788 /*orient = -dy0 * dx + dx0 * dy;
800 dy0 = dy;
816 float dx, dy; local
824 dy = cur_pt->y - prev_pt->y;
826 dydx0 = dy * dx
[all...]
H A Dcvcorner.cpp362 double dy = dydata[j]*factory; local
365 cov_data[j*3+1] = (float)(dx*dy);
366 cov_data[j*3+2] = (float)(dy*dy);
377 double dy = dydata[j]*factory; local
380 cov_data[j*3+1] = (float)(dx*dy);
381 cov_data[j*3+2] = (float)(dy*dy);
670 double dy = dydata[j]; local
671 double dy2 = dy * d
687 double dy = dydata[j]; local
[all...]
H A Dcvderiv.cpp177 cvSobel( const void* srcarr, void* dstarr, int dx, int dy, int aperture_size ) argument
207 dx <= 2 && dy <= 2 && dx + dy <= 2 && icvFilterSobelNegVertBorder_8u16s_C1R_p) &&
221 if( dx == 1 && dy == 0 )
230 else if( dx == 0 && dy == 1 )
244 if( dx == 1 && dy == 0 )
253 else if( dx == 0 && dy == 1 )
262 else if( dx == 2 && dy == 0 )
271 else if( dx == 0 && dy == 2 )
280 else if( dx == 1 && dy
[all...]
H A Dcvgeometry.cpp295 double dx, dy, dx1, dy1, dx2, dy2, dist_num, dist_denom = 1; local
308 dx = v.x - v0.x; dy = v.y - v0.y;
312 if( dx1*dx + dy1*dy <= 0 )
314 else if( dx2*dx + dy2*dy >= 0 )
318 dist_num = (dy1*dx - dx1*dy);
320 dist_denom = dx*dx + dy*dy;
336 dist_num = dy1*dx - dx1*dy;
337 if( dy < 0 )
H A Dcvmoments.cpp207 double dx = x, dy = y; local
208 double dxm = dx * tiles[0], dym = dy * tiles[0];
216 /* + m01 ( = m01' + dy*m00' ) */
222 /* + m11 ( = m11' + dx*m01' + dy*m10' + dx*dy*m00' ) */
223 moments->m11 += tiles[4] + dx * (tiles[2] + dym) + dy * tiles[1];
225 /* + m02 ( = m02' + 2*dy*m01' + dy*dy*m00' ) */
226 moments->m02 += tiles[5] + dy * (tile
[all...]
H A Dcvmorph.cpp432 int dy = i - r; local
433 if( abs(dy) <= r )
435 int dx = cvRound(c*sqrt(((double)r*r - dy*dy)*inv_r2));
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp183 int x1, y1, x2, y2, dx, dy; local
197 dy = abs( y1 - y2 ) + 1;
199 lens[index] = MAX( dx, dy );
215 int dx, dy; local
240 dy = abs( y1 - y2 ) + 1;
242 lens[curr_len++] = MAX( dx, dy );
/external/openssl/crypto/rand/
H A Drand_win.c651 int x,y,dx,dy; local
656 dy=lasty-y;
657 if (dx != 0 && dy != 0 && dx-lastdx != 0 && dy-lastdy != 0)
660 lastdx=dx, lastdy=dy;
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp131 FX_INT32 w, h, dx, dy; local
135 dx = dy = 0;
142 dy += -y;
157 (getPixel(i + dx, j + dy) | pDst->getPixel(x + i, y + j)) & 1);
165 (getPixel(i + dx, j + dy) & pDst->getPixel(x + i, y + j)) & 1);
173 (getPixel(i + dx, j + dy) ^ pDst->getPixel(x + i, y + j)) & 1);
181 (~(getPixel(i + dx, j + dy) ^ pDst->getPixel(x + i, y + j))) & 1);
188 pDst->setPixel(x + i, y + j, getPixel(i + dx, j + dy));
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBrush.h376 IN REAL dy,
380 dx, dy, order));
804 IN REAL dy,
808 dx, dy, order));
375 TranslateTransform(IN REAL dx, IN REAL dy, IN MatrixOrder order = MatrixOrderPrepend) argument
803 TranslateTransform(IN REAL dx, IN REAL dy, IN MatrixOrder order = MatrixOrderPrepend) argument
H A DGdiPlusPen.h268 IN REAL dy,
272 dx, dy, order));
267 TranslateTransform(IN REAL dx, IN REAL dy, IN MatrixOrder order = MatrixOrderPrepend) argument
H A DGdiPlusTypes.h468 IN REAL dy)
471 Y -= dy;
473 Height += 2*dy;
540 IN REAL dy)
543 Y += dy;
671 IN INT dy)
674 Y -= dy;
676 Height += 2*dy;
743 IN INT dy)
746 Y += dy;
467 Inflate(IN REAL dx, IN REAL dy) argument
539 Offset(IN REAL dx, IN REAL dy) argument
670 Inflate(IN INT dx, IN INT dy) argument
742 Offset(IN INT dx, IN INT dy) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c701 FT_Byte dy = FT_NEXT_BYTE( p ); local
706 x_pos + dx, y_pos + dy );

Completed in 1534 milliseconds

<<11121314151617181920>>