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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaTemplate/
ms-sizeof-missing-typename.cpp 39 y2 = sizeof(typename T::template InnerTemplate<sizeof(T::InnerVar)>), enumerator in enum:nested_sizeof::Foo::__anon24096
  /external/freetype/src/cff/
cf2font.c 81 * | (x2,y2) \
94 * (x2, y2) = (1000, 275)
124 FT_Int y2 = darkenParams[3]; local
162 FT_Int ydelta = y2 - y1;
179 FT_Int ydelta = y3 - y2;
188 FT_DivFix( cf2_intToFixed( y2 ), ppem );
  /external/opencv/cv/src/
cvlinefit.cpp 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
63 y2 += points[i].y * points[i].y;
75 y2 += weights[i] * points[i].y * points[i].y;
84 y2 /= w;
88 dy2 = y2 - y * y;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
129 y2 += y * y * w;
149 y2 += y * y;
162 y2 /= w0;
173 dy2 = y2 - y0 * y0
    [all...]
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 105 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
204 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
211 x1, y2, 0.0f, 1.0f,
212 x2, y2, 0.0f, 1.0f,
214 x2, y2, 0.0f, 1.0f,
263 const int y2i = (int)((py/2.0f) * y2 + oy);
281 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
296 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
310 const int y2i = (int)((py/2.0) * y2 + oy);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 896 Int y2 = (Int)y_turns[n]; local
1279 Long y1, y2, e, e2, e0; local
1557 Long y1, y2, y3, x3, ymin, ymax; local
1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1963 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 898 Int y2 = (Int)y_turns[n]; local
1281 Long y1, y2, e, e2, e0; local
1559 Long y1, y2, y3, x3, ymin, ymax; local
1681 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1965 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBase.java 139 protected Script.LaunchOptions makeClipper(int x, int y, int x2, int y2) {
142 lo.setY(y, y2);
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 108 int y2; member in struct:content::__anon12421
152 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLinearGradientElement.cpp 138 if (!attributes.hasY2() && linear->y2()->isSpecified())
139 attributes.setY2(linear->y2()->currentValue());
SVGPathSegListSource.cpp 102 point2 = FloatPoint(cubic->x2(), cubic->y2());
112 point2 = FloatPoint(cubicSmooth->x2(), cubicSmooth->y2());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_dynamic.c 272 unsigned y2 = i915->scissor.maxy - 1; local
277 sc[2] = (y2 << 16) | (x2 & 0xffff);
  /external/chromium_org/third_party/skia/tests/
ClipCubicTest.cpp 59 float x2, float y2,
64 crv[2].fX = x2; crv[2].fY = y2;
  /external/chromium_org/ui/events/test/
mock_motion_event.cc 65 float y2)
68 PushPointer(x2, y2);
  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.cc 69 CubicBezier::CubicBezier(double x1, double y1, double x2, double y2)
73 y2_(y2) {
rect_unittest.cc 54 int y2; member in struct:gfx::__anon21463
72 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
85 int y2; member in struct:gfx::__anon21464
114 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
131 int y2; member in struct:gfx::Test
163 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
189 int y2; member in struct:gfx::Test
215 Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
433 float y2; member in struct:gfx::Test
459 RectF r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2)
476 int y2; member in struct:gfx::Test
526 int y2; member in struct:gfx::Test
589 int y2; member in struct:gfx::Test
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
128 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
136 // CHECK-CCA: NotImplemented:{TypedText y2} (40)
142 // CHECK-CCD: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 272 unsigned y2 = i915->scissor.maxy - 1; local
277 sc[2] = (y2 << 16) | (x2 & 0xffff);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
mat4.js 623 y2 = y + y,
627 xy = x * y2,
629 yy = y * y2,
633 wy = w * y2,
667 y2 = y + y,
671 xy = x * y2,
673 yy = y * y2,
677 wy = w * y2,
815 var x0, x1, x2, y0, y1, y2, z0, z1, z2, len,
858 y2 = z0 * x1 - z1 * x0
    [all...]
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_rsa.cc 40 uint64 x1 = 0, x2 = 1, y1 = 1, y2 = 0; local
46 *y = y2 - q * y1;
51 y2 = y1;
57 *y = y2;
  /external/clang/test/CXX/over/over.over/
p1.cpp 86 template<int (&)(int)> struct Y2 { };
93 Y2<f0> y2; variable
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 125 const deUint32 y2 = (deUint32)de::min(y+1, reference.getHeight()-1);
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) ||
134 compareThreshold(resPix, readRGBA8(reference, x1, y2), threshold) ||
135 compareThreshold(resPix, readRGBA8(reference, x2, y2), threshold))
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) {
212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2);
214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2);
  /external/chromium_org/cc/blink/
web_float_animation_curve_unittest.cc 205 double y2 = 0.7; local
206 curve->add(WebFloatKeyframe(0, 0), x1, y1, x2, y2);
211 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2));
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.cpp 40 ", " + String::numberToStringECMAScript(this->y2()) + ")";
180 return (lhs.x1() == ctf.x1()) && (lhs.y1() == ctf.y1()) && (lhs.x2() == ctf.x2()) && (lhs.y2() == ctf.y2());
  /external/chromium_org/third_party/skia/samplecode/
SampleSkLayer.cpp 54 SkScalar y0, SkScalar y1, SkScalar y2) {
57 dst[3] != y0 || dst[4] != y1 || dst[5] != y2) {
61 x0, x1, x2, y0, y1, y2, str.c_str());

Completed in 717 milliseconds

1 2 3 4 56 7 8 91011>>