/external/webkit/Source/WebCore/svg/ |
D | SVGPathSegCurvetoCubicSmooth.h | 31 …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()
|
D | SVGPathSegCurvetoCubic.h | 31 …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()
|
D | SVGPathStringSource.cpp | 165 float y2; in parseCurveToCubicSegment() local 200 float y2; in parseCurveToQuadraticSegment() local
|
D | SVGPathElement.cpp | 114 …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/ |
D | CSSTimingFunctionValue.h | 69 …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/ |
D | SkPathParts.h | 82 SkScalar y2; variable 100 SkScalar y2; variable
|
D | SkDrawLine.h | 32 SkScalar y2; variable
|
/external/clang/test/PCH/Inputs/ |
D | chain-external-defs2.h | 5 int y2; variable
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemevents.c | 82 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/ |
D | arith.c | 10 long* y2 = y + 3; in main() local
|
/external/clang/test/PCH/ |
D | chain-external-defs.c | 29 int y2 = 18; variable
|
/external/valgrind/main/memcheck/tests/ |
D | badrw.c | 11 short y2; in main() local
|
/external/freetype/src/base/ |
D | ftbbox.c | 104 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/ |
D | TimingFunction.h | 79 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/ |
D | e_hypot.c | 55 double a=x,b=y,t1,t2,y1,y2,w; local
|
/external/clang/test/CXX/stmt.stmt/stmt.dcl/ |
D | p3-0x.cpp | 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} in test_Y() local
|
/external/clang/test/SemaCXX/ |
D | warn-literal-conversion.cpp | 10 …int y2 = (((1.2222F))); // expected-warning {{implicit conversion turns literal floating-point num… in test0() local
|
D | default-constructor-initializers.cpp | 39 Y2 y2; member
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 90 double x1, x2, y1, y2; in beginShadowLayer() local 227 double x1, x2, y1, y2; in drawRectShadow() local
|
/external/skia/src/utils/ |
D | SkCubicInterval.cpp | 43 SkScalar x2, SkScalar y2, in SkEvalCubicInterval()
|
/external/v8/test/mjsunit/regress/ |
D | regress-1229.js | 51 function h(z2, y2) { argument
|
/external/clang/test/SemaTemplate/ |
D | partial-spec-instantiate.cpp | 37 int f(Y<int*> y, Y<float*> y2) { in f()
|
/external/skia/tests/ |
D | ClipCubicTest.cpp | 36 float x2, float y2, in SetCurve()
|
/external/skia/src/core/ |
D | SkEdge.cpp | 178 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/ |
D | rect.h | 61 int x2, y2; member
|