Home
last modified time | relevance | path

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

1234

/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/skia/src/animator/
DSkPathParts.h82 SkScalar y2; variable
100 SkScalar y2; variable
DSkDrawLine.h32 SkScalar y2; variable
/external/clang/test/PCH/Inputs/
Dchain-external-defs2.h5 int y2; variable
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemevents.c82 short x2,y2,w2,h2; in GEM_PumpEvents() local
172 short x2,y2,w2,h2; in do_messages() local
296 short x2, y2, w2, h2; in do_mouse() local
/external/valgrind/main/exp-ptrcheck/tests/
Darith.c10 long* y2 = y + 3; in main() 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/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 turns literal floating-point num… in test0() local
Ddefault-constructor-initializers.cpp39 Y2 y2; member
/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.cpp43 SkScalar x2, SkScalar y2, in SkEvalCubicInterval()
/external/v8/test/mjsunit/regress/
Dregress-1229.js51 function h(z2, y2) { argument
/external/clang/test/SemaTemplate/
Dpartial-spec-instantiate.cpp37 int f(Y<int*> y, Y<float*> y2) { in f()
/external/skia/tests/
DClipCubicTest.cpp36 float x2, float y2, in SetCurve()
/external/skia/src/core/
DSkEdge.cpp178 SkFDot6 x0, y0, x1, y1, x2, y2; in setQuadratic() local
319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; in setCubic() local
/external/qemu/android/skin/
Drect.h61 int x2, y2; member

1234