Searched refs:y2 (Results 26 - 50 of 486) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSTimingFunctionValue.h37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
47 double y2() const { return m_y2; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
59 , m_y2(y2)
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.h27 static void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide, Color, EBorderStyle, int adjbw1, int adjbw2, bool antialias = false);
28 static void drawDashedOrDottedBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
30 static void drawDoubleBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
32 static void drawRidgeOrGrooveBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
34 static void drawSolidBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
H A DObjectPainter.cpp96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
103 thickness = y2 - y1;
107 length = y2 - y1;
124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side,
128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color,
133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color,
147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) /
179 drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
255 drawRidgeOrGrooveBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
299 drawSolidBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DPolygonShape.h50 bool isWithinYRange(float y1, float y2) const { return y1 <= minY() && y2 >= maxY(); }
51 bool overlapsYRange(float y1, float y2) const { return y2 >= minY() && y1 <= maxY(); }
53 FloatShapeInterval clippedEdgeXRange(float y1, float y2) const;
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h66 T y2; member in struct:agg::rect_base
69 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {}
78 if(y1 > y2) {
80 y1 = y2;
81 y2 = t;
90 if(y2 > r.y2) {
91 y2 = r.y2;
99 return x1 <= x2 && y1 <= y2;
[all...]
H A Dfx_agg_curves.cpp29 FX_FLOAT x2, FX_FLOAT y2,
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
40 FX_FLOAT x2, FX_FLOAT y2,
49 FX_FLOAT y12 = (y1 + y2) / 2;
51 FX_FLOAT y23 = (y2 + y3) / 2;
62 FX_FLOAT d2 = FXSYS_fabs(FXSYS_Mul(x2 - x4, dy) - FXSYS_Mul(y2 - y4, dx));
68 FXSYS_fabs(y1 + y3 - y2 - y2) +
70 FXSYS_fabs(y2 + y4 - y3 - y3) <= m_distance_tolerance_manhattan) {
101 FX_FLOAT x2, FX_FLOAT y2,
28 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
39 recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4, unsigned level) argument
100 bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dpartial-spec-instantiate.cpp37 int f(Y<int*> y, Y<float*> y2) { argument
38 return y.m + y2.m;
/external/chromium_org/cc/animation/
H A Dtiming_function.cc16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
23 double y2)
24 : bezier_(x1, y1, x2, y2) {}
15 Create( double x1, double y1, double x2, double y2) argument
20 CubicBezierTimingFunction(double x1, double y1, double x2, double y2) argument
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterAnimationCurve.h49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
H A DWebFloatAnimationCurve.h45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
H A DWebTransformAnimationCurve.h44 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
/external/chromium_org/third_party/skia/include/utils/
H A DSkCubicInterval.h14 SkScalar x2, SkScalar y2,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.h24 SkScalar y2; member in class:SkLine
/external/chromium_org/third_party/skia/src/utils/
H A DSkCubicInterval.cpp50 SkScalar x2, SkScalar y2,
65 y2 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
49 SkEvalCubicInterval(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar unitX) argument
/external/chromium_org/ui/gfx/geometry/
H A Dcubic_bezier.h15 CubicBezier(double x1, double y1, double x2, double y2);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-351315.js38 function f_8(z2, y2) {
H A Dregress-1229.js83 function h1(z2, y2) {
86 var local_y = y2 >> 1;
91 function h2(z2, y2, x2) {
94 var local_y = y2 >> 1;
99 function h3(z2, y2, x2) {
102 var local_y = y2 >> 1;
/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp26 static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr function 'foo'}} member in struct:rdar8367341::A
/external/skia/include/utils/
H A DSkCubicInterval.h14 SkScalar x2, SkScalar y2,
/external/skia/src/animator/
H A DSkDrawLine.h24 SkScalar y2; member in class:SkLine
/external/skia/src/utils/
H A DSkCubicInterval.cpp50 SkScalar x2, SkScalar y2,
65 y2 *= 3;
66 return eval_cubic(y1, y2 - 2*y1, y1 - y2 + SK_Scalar1, t);
49 SkEvalCubicInterval(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar unitX) argument
/external/chromium_org/third_party/freetype/src/base/
H A Dftbbox.c95 /* y2 :: The coordinate of the control point. */
106 FT_Pos y2,
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
123 y2 = y1;
125 y3 = y2;
130 y1 = y3 = y1 - FT_MulDiv( y2
105 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
326 test_cubic_extrema( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Fixed u, FT_Pos* min, FT_Pos* max ) argument
370 BBox_Cubic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c95 /* y2 :: The coordinate of the control point. */
106 FT_Pos y2,
111 if ( y1 <= y3 && y2 == y1 ) /* flat arc */
116 if ( y2 >= y1 && y2 <= y3 ) /* ascending arc */
121 if ( y2 >= y3 && y2 <= y1 ) /* descending arc */
123 y2 = y1;
125 y3 = y2;
130 y1 = y3 = y1 - FT_MulDiv( y2
105 BBox_Conic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos* min, FT_Pos* max ) argument
326 test_cubic_extrema( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Fixed u, FT_Pos* min, FT_Pos* max ) argument
370 BBox_Cubic_Check( FT_Pos y1, FT_Pos y2, FT_Pos y3, FT_Pos y4, FT_Pos* min, FT_Pos* max ) argument
[all...]
/external/qemu/android/skin/
H A Drect.c150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
178 r.y2 = (a.y2 < b.y2) ? a.y2
[all...]
/external/pixman/demos/
H A Dquad2quad.c12 double x2, double y2,
116 t4 = (t3 - px2 * px3 * x2 * x3) * y2;
125 t11 = (t10 + t9) * y2;
153 t33 = t32 * y2;
160 t38 = (t37 + px2 * px3 * x2 * x3) * y2;
168 t44 = (t43 + t42) * y2;
172 t47 = (px2 * px3 * x3 - px2 * px3 * x2) * y2;
180 t53 = (t26 + t52 + t51) * y2;
209 t76 = t75 + t74 + t73 * y2;
215 t81 = t80 + t79 + (t78 + t77) * y2;
10 quad_to_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double px0, double py0, double px1, double py1, double px2, double py2, double px3, double py3, struct pixman_f_transform *trans) argument
[all...]

Completed in 668 milliseconds

1234567891011>>