Searched defs:y2 (Results 1 - 25 of 89) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegCurvetoCubicSmoothAbs.h31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
H A DSVGPathSegCurvetoCubicSmoothRel.h31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
H A DSVGPathSegCurvetoCubicAbs.h31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
H A DSVGPathSegCurvetoCubicRel.h31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
H A DSVGPathSegCurvetoCubicSmooth.h30 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
60 float y2() const { return m_y2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth
61 void setY2(float y2) argument
H A DLinearGradientAttributes.h42 SVGLength y2() const { return m_y2; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubic.h30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
76 float y2() const { return m_y2; } function in class:WebCore::SVGPathSegCurvetoCubic
77 void setY2(float y2) argument
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dxdraw.c33 XDrawLine( Display *display, Drawable d, GC gc, int x1, int y1, int x2, int y2) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSTimingFunctionValue.h36 static PassRef<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
46 double y2() const { return m_y2; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DPolygonShape.cpp98 static FloatShapeInterval clippedCircleXRange(const FloatPoint& center, float radius, float y1, float y2) argument
123 float y2 = logicalTop + logicalHeight; local
[all...]
H A DRectangleShape.cpp63 float y2 = logicalTop + logicalHeight; local
H A DBoxShape.cpp122 float y2 = logicalTop + logicalHeight; local
H A DRasterShape.cpp159 int y2 = logicalTop + logicalHeight; local
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasPathMethods.cpp108 void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionCode& ec) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gpu/
H A DTilingData.cpp116 int y2 = bounds.maxY(); local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DGeometry.js187 var y2 = Math.min(this.maxY(), rect.maxY()); variable
/macosx-10.10/ncurses-44/ncurses/test/
H A Dedit_field.c199 int y2 = 0; local
H A Dnewdemo.c165 int x2, y2, xd2, yd2; local
H A Dtclock.c61 dline(int pair, int from_x, int from_y, int x2, int y2, char ch) argument
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnanosleep.c182 uint32_t y2 = (uint32_t)y; local
/macosx-10.10/WebCore-7600.1.25/platform/animation/
H A DTimingFunction.h96 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) argument
140 double y2() const { return m_y2; } function in class:WebCore::CubicBezierTimingFunction
142 void setValues(double x1, double y1, double x2, double y2) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp138 float y2 = static_cast<float>(ctf->y2()); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DPlatformContextCairo.cpp312 double x1, y1, x2, y2; local
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dsgisv.c255 tiffsv(char* name, int x1, int x2, int y1, int y2) argument
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c39 int x2, y2; /* x+width and y+height. */ member in struct:TkPostscriptInfo

Completed in 416 milliseconds

1234