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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 3 template<class Conv> class rasterizer_sl_clip Conv::xi(x2), Conv::yi(y2));
instantiate-static-var.cpp 61 struct Y2 {
72 Z1<Y2<X2>::value> x2;
73 int y2[Y2<X2>::value]; local
  /external/webkit/Source/WebCore/platform/audio/
Biquad.cpp 79 double y2 = m_y2;
90 float y = a0*x + a1*x1 + a2*x2 - b1*y1 - b2*y2;
99 y2 = y1;
107 m_y2 = y2;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 150 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 53 double y2 = next[1]; local
62 double tb = b * y2;
94 double y2 = next[1]; local
103 double tb = b * y2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 207 int y2 = r.y2() + 1; local
213 y2 -= insets.bottom;
216 gc.drawRect(x1, y1, x2, y2);
IncludeOverlay.java 85 int y2 = bottomRight.y; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
  /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...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 156 signed y2 = (signed)src_ptr[2 * x + 3] - 16; local
170 signed tmp2 = y2 * 298;
243 signed y2 = (signed)src_y[x + 1] - 16; local
258 signed tmp2 = y2 * 298;
316 signed y2 = (signed)src_y[x + 1] - 16; local
331 signed tmp2 = y2 * 298;
390 signed y2 = (signed)src_y[x + 1] - 16; local
405 signed tmp2 = y2 * 298;
460 signed y2 = (signed)src_y[x + 1] - 16; local
475 signed tmp2 = y2 * 298
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 251 /*package*/ static void native_quadTo(int nPath, float x1, float y1, float x2, float y2) {
257 pathDelegate.quadTo(x1, y1, x2, y2);
272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
624 * (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
630 * @param y2 The y-coordinate of the end point on a quadratic curve
632 private void quadTo(float x1, float y1, float x2, float y2) {
633 mPath.quadTo(x1, y1, mLastX = x2, mLastY = y2);
    [all...]
  /external/qemu/android/skin/
region.c 334 if (ybot > minmax->y2) minmax->y2 = ybot;
376 skin_region_init( SkinRegion* r, int x1, int y1, int x2, int y2 )
378 if (x1 >= x2 || y1 >= y2) {
385 r->bounds.size.h = y2 - y1;
403 if (box == NULL || box->x1 >= box->x2 || box->y1 >= box->y2) {
410 r->bounds.size.h = box->y2 - box->y1;
1003 minmax.x2 = minmax.y2 = INT_MIN;
1275 boxes->x1, boxes->y1, boxes->x2, boxes->y2 );
1280 b.y1 != boxes->y1 || b.y2 != boxes->y2
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 328 int x1, y1, x2, y2; local
345 y2 = targetBounds.y + 1 * targetBounds.h / 4;
347 y2 = targetBounds.y + 3 * targetBounds.h / 4;
351 graphics.drawArrow(x1, y1, x2, y2, ARROW_SIZE);
590 int ty = targetBounds.y2();
629 targetX + PARENT_RECT_SIZE / 2, targetBounds.y2());
633 int minBottom = Math.min(sourceBounds.y2(), targetBounds.y2());
638 if (center > sourceBounds.y && center < sourceBounds.y2()) {
644 graphics.drawLine(sharedX, targetBounds.y, sharedX, targetBounds.y2());
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 709 void RenderObject::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
713 int width = (side == BSTop || side == BSBottom ? y2 - y1 : x2 - x1);
735 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
739 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2));
759 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third));
762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1));
766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1));
767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1))
    [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix_repeat.h 353 int32x4_t x, y, x2, y2; local
381 x2 = q2; y2 = q3;
394 y2 = vandq_s32(y2, vdupq_n_s32(0xffff));
395 y2 = vmulq_s32(y2, vdupq_n_s32(maxY+1));
398 /* (hi-x, hi-y)4 (hi-x2; hi-y2)4 */
406 y2 = vsriq_n_s32(y2, x2, 16);
407 hi2 = vreinterpretq_s16_s32(y2);
    [all...]
SkMatrix.cpp 1428 SkFixed x0, y0, x1, y1, x2, y2; local
1561 float x0, y0, x1, y1, x2, y2; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 321 int32x4_t x, y, x2, y2; local
349 x2 = q2; y2 = q3;
362 y2 = vandq_s32(y2, vdupq_n_s32(0xffff));
363 y2 = vmulq_s32(y2, vdupq_n_s32(maxY+1));
366 /* (hi-x, hi-y)4 (hi-x2; hi-y2)4 */
374 y2 = vsriq_n_s32(y2, x2, 16);
375 hi2 = vreinterpretq_s16_s32(y2);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 90 double x1, x2, y1, y2; local
91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2);
92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1));
227 double x1, x2, y1, y2; local
228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
  /external/freetype/src/raster/
ftraster.c 871 Int y2, n; local
1264 Long y1, y2, e, e2, e0; local
1542 Long y1, y2, y3, x3, ymin, ymax; local
1664 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
1948 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
115 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
123 // CHECK-CCA: NotImplemented:{TypedText y2} (40)
129 // CHECK-CCD: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
  /external/skia/src/core/
SkMatrix.cpp 1537 SkFixed x0, y0, x1, y1, x2, y2; local
1670 float x0, y0, x1, y1, x2, y2; local
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathSegListSource.cpp 104 point2 = FloatPoint(cubic->x2(), cubic->y2());
114 point2 = FloatPoint(cubicSmooth->x2(), cubicSmooth->y2());
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 71 jfloat y2,
83 jfloat y2,
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 195 int y2; member in struct:fimg2d_rect
210 int y2; member in struct:fimg2d_clip
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java 76 public void drawLine(float x1, float y1, float x2, float y2, GLPaint paint) {}
78 public void drawRect(float x1, float y1, float x2, float y2, GLPaint paint) {}
  /external/clang/test/CXX/over/over.over/
p1.cpp 86 template<int (&)(int)> struct Y2 { };
93 Y2<f0> y2; variable

Completed in 331 milliseconds

1 2 3 4 56 7 8 91011>>