Searched defs:dy (Results 476 - 500 of 554) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc496 int dy,
506 y += dy;
492 SendScrollEvents(ui::EventProcessor* dispatcher, float x_start, float y_start, int dx, int dy, int touch_id, int time_step, int num_steps, GestureEventConsumeDelegate* delegate) argument
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1028 const tcu::Vec4 dy = (m_coordMax - m_coordMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); local
1037 m_derivScale = 0.5f / dy;
1041 m_derivScale = 0.5f / (tcu::abs(dx) + tcu::abs(dy));
1122 const tcu::Vec4 dy = ((m_coordMax - m_coordMin) / h) * yScale; local
1123 const tcu::Vec4 reference = tcu::abs(dx) + tcu::abs(dy);
1125 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy);
1293 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); local
1302 m_derivScale = 0.5f / dy;
1306 m_derivScale = 0.5f / (tcu::abs(dx) + tcu::abs(dy));
1411 const tcu::Vec4 dy local
[all...]
/external/freetype/src/cff/
H A Dcffgload.c1869 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */ local
1895 dy += temp[1];
1901 if ( dy < 0 )
1902 dy = -dy;
1905 horizontal = ( dx > dy );
/external/freetype/src/smooth/
H A Dftgrays.c778 TPos dx, dy, x, x2; local
789 dy = to_y - ras.y;
825 if ( dy < 0 )
861 if ( dy < 0 )
866 dy = -dy;
869 FT_DIV_MOD( int, p, dy, delta, mod );
880 FT_DIV_MOD( int, p, dy, lift, rem );
881 mod -= (int)dy;
889 mod -= (int)dy;
939 TPos dx, dy; local
1088 TPos dx, dy, dx_, dy_; local
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3429 int dx, dy; local
3432 dy = (src_height << 16) / dst_height;
3437 int dy = (src_height << 16) / dst_height; local
3445 y += dy;
3485 y += dy;
3508 int dy = (src_height << 16) / dst_height; local
3533 y += dy;
3547 int dy; local
3551 dy = (src_height << 16) / dst_height;
3594 y += dy;
[all...]
/external/libyuv/files/source/
H A Dscale.cc2625 int dy = (src_height << 16) / dst_height; local
2627 int y = (dy >= 65536) ? ((dy >> 1) - 32768) : (dy >> 1);
2635 y += dy;
2667 y += dy;
2687 int dy = (src_height << 16) / dst_height; local
2688 int y = (dy >= 65536) ? ((dy >> 1) - 32768) : (dy >>
2759 int dy = (src_height << 16) / dst_height; local
2789 int dy = (src_height << 16) / dst_height; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c56 float dy; /**< Y(v1) - Y(v0), used only during setup */ member in struct:edge
57 float dxdy; /**< dx/dy */
346 setup->ebot.dy = setup->vmid[0][1] - setup->vmin[0][1];
348 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
350 setup->etop.dy = setup->vmax[0][1] - setup->vmid[0][1];
363 const float area = (setup->emaj.dx * setup->ebot.dy -
364 setup->ebot.dx * setup->emaj.dy);
489 float a = setup->ebot.dy * majda - botda * setup->emaj.dy;
516 debug_printf("attr[%d].%c: %f dx:%f dy
1074 int dy = y1 - y0; local
1300 float dx, dy, dist2, cover; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c399 const VGfloat dy = line_dy(l); local
401 const VGfloat theta = atan2(-dy, dx) * 360.0 / M_2PI;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c924 glXQueryChannelDeltasSGIX(Display *dpy, int screen, int channel, int *dx, int *dy, int *dw, int *dh) argument
930 return (t->QueryChannelDeltasSGIX)(dpy, screen, channel, dx, dy, dw, dh);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1972 src_reg result_src, coord, lod_info, projector, dx, dy; local
2024 dy = this->result;
2109 inst = emit(ir, opcode, result_dst, coord, dx, dy);
/external/opencv/cv/src/
H A Dcvcalibinit.cpp810 float dy = pt.y - quad->corners[j]->pt.y; local
819 corner->pt.y += dy;
1454 float dx, dy, dist; local
1492 dy = pt.y - quads[k].corners[j]->pt.y;
1493 dist = dx * dx + dy * dy;
1530 dy = closest_corner->pt.y - cur_quad->corners[j]->pt.y;
1532 if( dx * dx + dy * dy < min_dist )
1560 dy
1659 double dx, dy; local
1729 float dy = q->corners[i]->pt.y - q->corners[(i+1)&3]->pt.y; local
1761 int dy = MIN( b.y + b.height - 1, a.y + a.height - 1) - MAX( b.y, a.y); local
1850 double dx, dy; local
1955 float dy = q->corners[i]->pt.y - q->corners[(i+1)&3]->pt.y; local
[all...]
H A Dcvfundam.cpp519 double dy = (H[3]*M[i].x + H[4]*M[i].y + H[5])*ww - m[i].y; local
520 err[i] = (float)(dx*dx + dy*dy);
H A Dcvhough.cpp618 int gap = 0, x = x0, y = y0, dx = dx0, dy = dy0; local
621 dx = -dx, dy = -dy;
625 for( ;; x += dx, y += dy )
666 int x = x0, y = y0, dx = dx0, dy = dy0; local
669 dx = -dx, dy = -dy;
673 for( ;; x += dx, y += dy )
857 CvMat *dx = 0, *dy = 0; local
880 CV_CALL( dy
[all...]
H A Dcvimgwarp.cpp216 int k, dx, dy; \
223 for( dy = 0; dy < dsize.height; dy++, dst += dststep ) \
225 worktype fy = yofs[dy].alpha_field, *swap_t; \
226 int sy0 = yofs[dy].idx, sy1 = sy0 + (fy > 0 && sy0 < ssize.height-1); \
292 int dy, dx, k = 0; \
302 for( dy = 0; dy < dsize.height; dy
638 int k, sx, sy, dx, dy; local
[all...]
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp967 double dx,dy; local
969 dy = y1-y2;
971 double newDist = dx*dx+dy*dy;
977 dist += sqrt(dx*dx+dy*dy)/3.0;
1142 double dx,dy;
1144 dy = y1-y2;
1146 double newDist = dx*dx+dy*dy;
1248 double dx,dy; local
[all...]
H A Dcvvecfacetracking.cpp475 double dy = pFaceTracker->face[LEYE].ptCenter.y - pFaceTracker->face[REYE].ptCenter.y; local
476 double d_eyes = sqrt(dx*dx + dy*dy);
801 double dx = 0, dy = 0, scale = 1, rotate = 0; local
802 double e_templ = CalculateTransformationLMS3(ptTempl, ptNew, &scale, &rotate, &dx, &dy);
829 double dy = ptTempl[element[0]].y - ptTempl[element[1]].y; local
830 double templ_d = sqrt(dx*dx + dy*dy);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp171 int dx, dy, s; local
194 dy = pt2.y - pt1.y;
200 dy = (dy ^ s) - s;
212 s = dy < 0 ? -1 : 0;
213 dy = (dy ^ s) - s;
216 s = dy > dx ? -1 : 0;
219 dx ^= dy & s;
220 dy
299 int dx, dy; local
563 int dx, dy; local
1417 int err = 0, dx = radius, dy = 0, plus = 1, minus = (radius << 1) - 1; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp574 FX_FLOAT dy = y - m_PosY; local
579 m_Top += dy;
580 m_Bottom += dy;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h317 IN REAL dy,
321 dx, dy, order));
2280 IN REAL dy)
2282 return SetStatus(DllExports::GdipTranslateClip(nativeGraphics, dx, dy));
2286 IN INT dy)
2289 dx, dy));
316 TranslateTransform(IN REAL dx, IN REAL dy, IN MatrixOrder order = MatrixOrderPrepend) argument
2279 TranslateClip(IN REAL dx, IN REAL dy) argument
2285 TranslateClip(IN INT dx, IN INT dy) argument
H A DGdiPlusPath.h1612 IN REAL dy,
1616 dx, dy, order));
1611 TranslateTransform(IN REAL dx, IN REAL dy, IN MatrixOrder order = MatrixOrderPrepend) argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c1877 FT_Fixed dx = 0, dy = 0; /* used in horizontal/vertical */ local
1903 dy += temp[1];
1909 if ( dy < 0 )
1910 dy = -dy;
1913 horizontal = ( dx > dy );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c753 TPos dx, dy, x, x2; local
764 dy = to_y - ras.y;
803 if ( dy < 0 )
839 if ( dy < 0 )
844 dy = -dy;
847 delta = (int)( p / dy );
848 mod = (int)( p % dy );
852 mod += (TCoord)dy;
864 lift = (int)( p / dy );
929 TPos dx, dy; local
1078 TPos dx, dy, dx_, dy_; local
[all...]
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp71 CFX_WordArray dy; local
72 dy.Add(0);
101 FX_FLOAT dy = pData->m_PosY + pData->m_Height + tempPageHeight; local
102 if(dy > tempDy) {
103 tempDy = dy;
272 FX_FLOAT dy = dyRow[i] - pData->m_Height - pData->m_PosY; local
273 CFX_AffineMatrix matrix(1, 0, 0, 1, dxCell, dy);
289 FX_FLOAT dy = dyRow[i + pCell->m_RowSpan] - pCell->m_CellHeight - dyRow[i]; local
290 CFX_AffineMatrix matrix(1, 0, 0, 1, 0, dy);
296 FX_FLOAT dy local
892 FX_FLOAT dy = - height; local
997 FX_FLOAT dx = 0, dy = 0; local
[all...]
/external/qemu/android/skin/
H A Dwindow.c1022 int dy = y - disp->rect.pos.y; local
1032 if (dy < 0) {
1033 dy = 0;
1035 } else if (dy >= disp->rect.size.h) {
1036 dy = disp->rect.size.h-1;
1041 finger->pos.y = dy + (disp->rect.pos.y - disp->origin.y);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp1031 const TInt dy = aRect.iBr.iY - aRect.iTl.iY; local
1033 aRect.iBr.iX = aRect.iTl.iX + dy;

Completed in 588 milliseconds

<<11121314151617181920>>