Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 25 of 118) sorted by relevance

12345

/external/webkit/Source/WebCore/svg/
DSVGPathSegCurvetoCubicSmooth.h31 …vetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmooth()
61 float y2() const { return m_y2; } in y2() function
62 void setY2(float y2) in setY2()
77 …oothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create()
83 …oCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothAbs()
94 …oothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in create()
100 …oCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) in SVGPathSegCurvetoCubicSmoothRel()
DSVGPathSegCurvetoCubic.h31 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubic()
77 float y2() const { return m_y2; } in y2() function
78 void setY2(float y2) in setY2()
95 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create()
101 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicAbs()
112 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in create()
118 …athElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) in SVGPathSegCurvetoCubicRel()
DSVGPathStringSource.cpp165 float y2; in parseCurveToCubicSegment() local
200 float y2; in parseCurveToQuadraticSegment() local
DSVGPathElement.cpp114 …GPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole r… in createSVGPathSegCurvetoCubicAbs()
119 …GPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole r… in createSVGPathSegCurvetoCubicRel()
164 …ment::createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole r… in createSVGPathSegCurvetoCubicSmoothAbs()
169 …ment::createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole r… in createSVGPathSegCurvetoCubicSmoothRel()
/external/webkit/Source/WebCore/css/
DCSSTimingFunctionValue.h69 …ic PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) in create()
77 double y2() const { return m_y2; } in y2() function
80 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h81 Packet4f y, y1, y2; variable
262 Packet4f y2 = p4f_sincof_p0; variable
350 Packet4f y2 = p4f_sincof_p0; variable
/external/skia/legacy/src/animator/
DSkPathParts.h74 SkScalar y2; variable
92 SkScalar y2; variable
DSkDrawLine.h24 SkScalar y2; variable
/external/skia/src/animator/
DSkPathParts.h74 SkScalar y2; variable
92 SkScalar y2; variable
DSkDrawLine.h24 SkScalar y2; variable
/external/clang/test/PCH/Inputs/
Dchain-external-defs2.h5 int y2; variable
/external/ceres-solver/internal/ceres/
Dpartitioned_matrix_view_test.cc97 Vector y2 = Vector::Zero(m.num_rows()); in TEST_F() local
122 Vector y2 = Vector::Zero(m.num_rows()); in TEST_F() local
143 Vector y2 = Vector::Zero(m.num_cols_f()); in TEST_F() local
/external/v8/test/mjsunit/regress/
Dregress-1229.js83 function h1(z2, y2) { argument
91 function h2(z2, y2, x2) { argument
99 function h3(z2, y2, x2) { argument
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemevents.c83 short x2,y2,w2,h2; in GEM_PumpEvents() local
177 short x2,y2,w2,h2; in do_messages() local
301 short x2, y2, w2, h2; in do_mouse() local
/external/clang/test/PCH/
Dchain-external-defs.c29 int y2 = 18; variable
/external/valgrind/main/memcheck/tests/
Dbadrw.c11 short y2; in main() local
/external/freetype/src/base/
Dftbbox.c104 FT_Pos y2, in BBox_Conic_Check()
290 FT_Pos y2, in test_cubic_extrema()
334 FT_Pos y2, in BBox_Cubic_Check()
/external/webkit/Source/WebCore/platform/animation/
DTimingFunction.h79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) in create()
103 double y2() const { return m_y2; } in y2() function
/external/fdlibm/
De_hypot.c55 double a=x,b=y,t1,t2,y1,y2,w; local
/external/chromium-trace/trace-viewer/src/tracks/
Druler_track.js79 drawLine_: function(ctx, x1, y1, x2, y2, color) { argument
88 drawArrow_: function(ctx, x1, y1, x2, y2, arrowWidth, color) { argument
/external/jmonkeyengine/engine/src/desktop/com/jme3/texture/plugins/
DAWTLoader.java82 int y2 = 0; in flipImage() local
95 int y2 = 0; in flipImage() local
/external/clang/test/CXX/stmt.stmt/stmt.dcl/
Dp3-0x.cpp39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} in test_Y() local
/external/clang/test/SemaCXX/
Dwarn-literal-conversion.cpp10 …int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes va… in test0() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DContextShadowCairo.cpp90 double x1, x2, y1, y2; in beginShadowLayer() local
227 double x1, x2, y1, y2; in drawRectShadow() local
/external/skia/src/utils/
DSkCubicInterval.cpp50 SkScalar x2, SkScalar y2, in SkEvalCubicInterval()

12345