Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegCurvetoQuadratic.h30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadratic()
60 float y1() const { return m_y1; } in y1() function
61 void setY1(float y1) in setY1()
DSVGPathSegCurvetoCubic.h30 …SVGPathSegCurvetoCubic(SVGPathElement* element, float x, float y, float x1, float y1, float x2, fl… in SVGPathSegCurvetoCubic()
62 float y1() const { return m_y1; } in y1() function
63 void setY1(float y1) in setY1()
DSVGPathSegCurvetoQuadraticAbs.h32 …VGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, float x, float y, float x1, float y1) in create()
38 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadraticAbs()
DSVGPathSegCurvetoQuadraticRel.h32 …VGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, float x, float y, float x1, float y1) in create()
38 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, float x, float y, float x1, float y1) in SVGPathSegCurvetoQuadraticRel()
DSVGPathSegCurvetoCubicAbs.h32 …toCubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float … in create()
38 …SVGPathSegCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2,… in SVGPathSegCurvetoCubicAbs()
DSVGPathSegCurvetoCubicRel.h32 …toCubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float … in create()
38 …SVGPathSegCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2,… in SVGPathSegCurvetoCubicRel()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DPolygonShape.cpp54 static inline bool overlapsYRange(const FloatRect& rect, float y1, float y2) { return !rect.isEmpty… in overlapsYRange()
70 FloatShapeInterval OffsetPolygonEdge::clippedEdgeXRange(float y1, float y2) const in clippedEdgeXRange()
101 static FloatShapeInterval clippedCircleXRange(const FloatPoint& center, float radius, float y1, flo… in clippedCircleXRange()
125 float y1 = logicalTop.toFloat(); in getExcludedInterval() local
DPolygonShape.h50 bool isWithinYRange(float y1, float y2) const { return y1 <= minY() && y2 >= maxY(); } in isWithinYRange()
51 bool overlapsYRange(float y1, float y2) const { return y2 >= minY() && y1 <= maxY(); } in overlapsYRange()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSTimingFunctionValue.h37 …static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, doub… in create()
45 double y1() const { return m_y1; } in y1() function
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) in CSSCubicBezierTimingFunctionValue()
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_math.h25 AGG_INLINE FX_FLOAT calc_point_location(FX_FLOAT x1, FX_FLOAT y1, in calc_point_location()
31 AGG_INLINE FX_FLOAT calc_distance(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) in calc_distance()
37 AGG_INLINE FX_FLOAT calc_line_point_distance(FX_FLOAT x1, FX_FLOAT y1, in calc_line_point_distance()
Dfx_agg_curves.cpp28 void curve4_div::init(FX_FLOAT x1, FX_FLOAT y1, in init()
39 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, in recursive_bezier()
100 void curve4_div::bezier(FX_FLOAT x1, FX_FLOAT y1, in bezier()
/external/ceres-solver/internal/ceres/
Dpartitioned_matrix_view_test.cc93 Vector y1 = Vector::Zero(pmv_->num_rows()); in TEST_F() local
113 Vector y1 = Vector::Zero(pmv_->num_rows()); in TEST_F() local
131 Vector y1 = Vector::Zero(pmv_->num_cols_e()); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DObjectPainter.cpp96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, in… in drawLineForBoxSide()
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int… in drawDashedOrDottedBoxSide()
179 void ObjectPainter::drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int… in drawDoubleBoxSide()
255 void ObjectPainter::drawRidgeOrGrooveBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int … in drawRidgeOrGrooveBoxSide()
299 void ObjectPainter::drawSolidBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int … in drawSolidBoxSide()
/external/chromium_org/third_party/skia/src/animator/
DSkPathParts.h72 SkScalar y1; variable
90 SkScalar y1; variable
DSkDrawLine.h23 SkScalar y1; variable
/external/skia/src/animator/
DSkPathParts.h72 SkScalar y1; variable
90 SkScalar y1; variable
DSkDrawLine.h23 SkScalar y1; variable
/external/chromium_org/cc/animation/
Dtiming_function.cc16 double x1, double y1, double x2, double y2) { in Create()
21 double y1, in CubicBezierTimingFunction()
/external/clang/test/CXX/temp/temp.param/
Dp15.cpp11 Y<(1 >> 2)> *y1; variable
/external/chromium_org/third_party/WebKit/Source/platform/animation/
DTimingFunction.h104 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) in create()
146 double y1() const { return m_y1; } in y1() function
153 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2) in CubicBezierTimingFunction()
/external/clang/test/Sema/
Dbitfield-promote.c10 long long y1; variable
11 __typeof__(((long long)x1.x + 1)) y1; variable
/external/tremolo/Tremolo/
Dasm_arm.h73 int x1, y1, l; in XPROD32() local
92 int x1, y1, l; in XPROD31() local
111 int x1, y1, l; in XNPROD31() local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftbbox.c105 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
326 test_cubic_extrema( FT_Pos y1, in test_cubic_extrema()
370 BBox_Cubic_Check( FT_Pos y1, in BBox_Cubic_Check()
/external/chromium_org/third_party/freetype/src/base/
Dftbbox.c105 BBox_Conic_Check( FT_Pos y1, in BBox_Conic_Check()
326 test_cubic_extrema( FT_Pos y1, in test_cubic_extrema()
370 BBox_Cubic_Check( FT_Pos y1, in BBox_Cubic_Check()
/external/chromium_org/content/browser/renderer_host/input/
Dgesture_text_selector_unittest.cc47 virtual void SelectRange(float x1, float y1, float x2, float y2) OVERRIDE { in SelectRange()
128 const float y1 = 30.0f; in TEST_F() local
189 const float y1 = 30.0f; in TEST_F() local

12345678910>>...19