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

1234

/macosx-10.9.5/tcl-102/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.9.5/WebCore-7537.78.1/css/
H A DCSSTimingFunctionValue.h54 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) argument
64 double y2() const { return m_y2; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
69 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DLinearGradientAttributes.h43 SVGLength y2() const { return m_y2; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoCubicSmooth.h31 SVGPathSegCurvetoCubicSmooth(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
61 float y2() const { return m_y2; } function in class:WebCore::SVGPathSegCurvetoCubicSmooth
62 void setY2(float y2) argument
77 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
83 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
94 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
100 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) argument
[all...]
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
77 float y2() const { return m_y2; } function in class:WebCore::SVGPathSegCurvetoCubic
78 void setY2(float y2) argument
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
H A DSVGParserUtilities.cpp445 float y2; local
465 float y2; local
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasPathMethods.cpp108 void CanvasPathMethods::arcTo(float x1, float y1, float x2, float y2, float r, ExceptionCode& ec) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DTilingData.cpp120 int y2 = bounds.maxY(); local
/macosx-10.9.5/ncurses-42/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.9.5/Libc-997.90.3/gen/
H A Dnanosleep.c182 uint32_t y2 = (uint32_t)y; local
/macosx-10.9.5/WebCore-7537.78.1/platform/animation/
H A DTimingFunction.h89 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) argument
133 double y2() const { return m_y2; } function in class:WebCore::CubicBezierTimingFunction
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp139 float y2 = static_cast<float>(ctf->y2()); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPlatformContextCairo.cpp301 double x1, y1, x2, y2; local
H A DPathCairo.cpp156 double y2 = point.y(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DRectangleShape.cpp111 float y2 = logicalTop + logicalHeight; local
143 float y2 = logicalTop + logicalHeight; local
[all...]
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTablePs.c39 int x2, y2; /* x+width and y+height. */ member in struct:TkPostscriptInfo
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeMarquee.c24 int x1, y1, x2, y2; /* Opposing corners. */ member in struct:TreeMarquee_
534 int x1, y1, x2, y2; local
592 int x1, y1, x2, y2, n = 0; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvBmap.c697 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvImg.c614 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
H A DtkCanvWind.c682 double x1, x2, y1, y2, xDiff, yDiff; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEConvolveMatrix.cpp335 void FEConvolveMatrix::fastSetOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2) argument
404 setOuterPixels(PaintingData& paintingData, int x1, int y1, int x2, int y2) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DAffineTransform.cpp239 double x2, y2; local
248 double x2, y2; local

Completed in 159 milliseconds

1234