Searched defs:y1 (Results 1 - 25 of 108) sorted by relevance

12345

/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/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
[all...]
/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
62 double y1() const { return m_y1; } 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.h41 SVGLength y1() const { return m_y1; } function in struct:WebCore::LinearGradientAttributes
H A DSVGPathSegCurvetoQuadratic.h31 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
61 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
62 void setY1(float y1) argument
77 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
83 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
94 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
100 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
[all...]
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
63 float y1() const { return m_y1; } function in class:WebCore::SVGPathSegCurvetoCubic
64 void setY1(float y1) 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, floa argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_getstr.c56 int y1 = win->_cury; local
/macosx-10.9.5/screen-22/screen/
H A Dmark.h30 int x1, y1; /* first mark in WIN coords */ member in struct:markdata
/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.cpp119 int y1 = bounds.y(); local
/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c67 int y1 = win->_cury; local
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dedit_field.c198 int y1 = 0; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnix.c144 unsigned int x1, y1, end; local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinRegion.c180 unsigned int x1, y1, end; local
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnanosleep.c181 uint32_t y1 = (uint32_t)(y >> 32); local
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dellproj.c220 x1 = pt1->x, y1 = pt1->y, z1 = pt1->z; local
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DellipticProj.c173 x1 = pt1->x, y1 = pt1->y, z1 = pt1->z; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dellproj.c220 x1 = pt1->x, y1 = pt1->y, z1 = pt1->z; local
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DellipticProj.c173 x1 = pt1->x, y1 = pt1->y, z1 = pt1->z; local
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAreaElement.cpp170 int y1 = minimumValueForLength(m_coords[3], height, renderView); 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
131 double y1() const { return m_y1; } function in class:WebCore::CubicBezierTimingFunction
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatQuad.cpp185 float x1 = p1.x() - center.x(), y1 = p1.y() - center.y(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp353 float y1 = y0 + bounds.size.height; local
H A DPlatformCAAnimationWin.cpp137 float y1 = static_cast<float>(ctf->y1()); local

Completed in 339 milliseconds

12345