HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 226 - 250 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Path2D.cpp 233 double y2 = args[3]->NumberValue(); local
241 SkDoubleToScalar(y2),
  /external/chromium_org/v8/test/mjsunit/regress/
regress-351315.js 38 function f_8(z2, y2) {
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 567 GLint y2 = FLIP(y[i]); local
568 Color = GetPixel(pwc->hDC, x[i], y2);
670 GLint y2 = FLIP(y[i]); local
671 lpdw = ((LPDWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i];
776 GLint y2 = FLIP(y[i]); local
777 lpb = ((LPBYTE)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + (3 * x[i]);
881 GLint y2 = FLIP(y[i]); local
882 lpw = ((LPWORD)(pwfb->pbPixels + pwfb->ScanWidth * y2)) + x[i];
    [all...]
  /external/opencv/cv/include/
cv.hpp 130 int y, int y1, int y2 );
358 int y0, int y1, int y2 );
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 1854 uint16_t x1, x2, y1, y2, dx, dy; local
1959 uint16_t x1, x2, y1, y2; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 1898 uint16_t x1, x2, y1, y2, dx, dy; local
2003 uint16_t x1, x2, y1, y2; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 21 var y2 = To.V[1];
23 var dy = Math.abs(y2 - y1);
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 21 var y2 = To.V[1];
23 var dy = Math.abs(y2 - y1);
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-cube.js 21 var y2 = To.V[1];
23 var dy = Math.abs(y2 - y1);
35 if (y2 >= y1) { IncY1 = 1; IncY2 = 1; }
  /external/opencv/cv/src/
cvtemplmatch.cpp 208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local
214 y2 = MIN( img->rows, y0 + isz.height );
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
226 if( x2 - x1 < isz.width || y2 - y1 < isz.height )
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
  /external/opencv/cvaux/src/
cvscanlines.cpp 183 int x1, y1, x2, y2, dx, dy; local
194 y2 = scanlines[curr++];
197 dy = abs( y1 - y2 ) + 1;
213 int x1, y1, x2, y2; local
235 y2 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha));
237 scanlines_a[curr++] = y2;
240 dy = abs( y1 - y2 ) + 1;
    [all...]
cvtrifocal.cpp 961 double x1,y1,x2,y2; local
965 y2 = cvmGet(points[currImage],1,i);
969 dy = y1-y2;
1242 double x1,y1,x2,y2; local
1469 double x1,y1,w1,x2,y2,w2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 357 static VGboolean do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2,
363 a1 = y2 - y1;
365 c1 = x2 * y1 - x1 * y2;
378 r2 = a2 * x2 + b2 * y2 + c2;
616 VGfloat x2, VGfloat y2,
627 x1, y1, x2, y2, width/2, height/2, 0);
994 bez->x2, bez->y2,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 357 static VGboolean do_lines_intersect(VGfloat x1, VGfloat y1, VGfloat x2, VGfloat y2,
363 a1 = y2 - y1;
365 c1 = x2 * y1 - x1 * y2;
378 r2 = a2 * x2 + b2 * y2 + c2;
616 VGfloat x2, VGfloat y2,
627 x1, y1, x2, y2, width/2, height/2, 0);
994 bez->x2, bez->y2,
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 89 int x1, y1, x2, y2; local
99 x1 = pt1->x; y1 = pt1->y; x2 = pt2->x; y2 = pt2->y;
101 c2 = (x2 < 0) + (x2 > right) * 2 + (y2 < 0) * 4 + (y2 > bottom) * 8;
110 x1 += (int) (((int64) (a - y1)) * (x2 - x1) / (y2 - y1));
117 x2 += (int) (((int64) (a - y2)) * (x2 - x1) / (y2 - y1));
118 y2 = a;
126 y1 += (int) (((int64) (a - x1)) * (y2 - y1) / (x2 - x1));
133 y2 += (int) (((int64) (a - x2)) * (y2 - y1) / (x2 - x1))
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 552 float y2 = pt2yStart; local
569 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true));
575 y2 += pt2yStep;
580 y2, 1, 5));
585 .addPointer(1, x2, y2));
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 908 for (int y2 = 0; y2 < src_size_y; ++y2) {
910 if (SkColorGetA(pixels[(y2 * row_length) + x2]) != 255) {
912 y2 = src_size_y;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
125 y2 = y1 + h - 1;
130 y2 = y + h - 1;
137 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 35 + i.y2() * d * d;
38 + 2 * i.y2() * d * e;
41 + i.y2() * (e * e + 2 * d * f)
46 + 2 * i.y2() * e * f
51 + i.y2() * f * f
  /external/chromium_org/ui/gfx/
canvas.cc 321 int y2 = std::max(rect.y(), rect.bottom()); local
323 DrawLine(Point(x1, y2), Point(x2, y2), paint);
324 DrawLine(Point(x1, y1), Point(x1, y2), paint);
325 DrawLine(Point(x2, y1), Point(x2, y2 + 1), paint);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 112 int x1, y1, x2, y2; local
125 y2 = y1 + h - 1;
130 y2 = y + h - 1;
137 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
SwapChain11.cpp 540 float y2 = ((y + height) / float(mHeight)) * 2.0f - 1.0f; local
548 d3d11::SetPositionTexCoordVertex(&vertices[1], x1, y2, u1, v2);
550 d3d11::SetPositionTexCoordVertex(&vertices[3], x2, y2, u2, v2);
  /development/ndk/sources/android/ndk_helper/
vecmath.h 1046 float y2 = y_ * y_ * 2.0f; local
1055 mat.f_[0] = 1.0f - y2 - z2;
1063 mat.f_[10] = 1.0f - x2 - y2;
1072 float y2 = y_ * y_ * 2.0f; local
1081 mat.f_[0] = 1.0f - y2 - z2;
1089 mat.f_[10] = 1.0f - x2 - y2;
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleTest.cpp 148 double y2 = y - ySlop;
150 double rx_y2 = rx * y2;

Completed in 727 milliseconds

1 2 3 4 5 6 7 8 91011>>