| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGPathSegCurvetoQuadratic.h | 30 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()
|
| D | SVGPathSegCurvetoCubic.h | 30 …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()
|
| D | SVGPathSegCurvetoQuadraticAbs.h | 32 …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()
|
| D | SVGPathSegCurvetoQuadraticRel.h | 32 …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()
|
| D | SVGPathSegCurvetoCubicAbs.h | 32 …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()
|
| D | SVGPathSegCurvetoCubicRel.h | 32 …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/ |
| D | PolygonShape.cpp | 54 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
|
| D | PolygonShape.h | 50 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/ |
| D | CSSTimingFunctionValue.h | 37 …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/ |
| D | agg_math.h | 25 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()
|
| D | fx_agg_curves.cpp | 28 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/ |
| D | partitioned_matrix_view_test.cc | 93 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/ |
| D | ObjectPainter.cpp | 96 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/ |
| D | SkPathParts.h | 72 SkScalar y1; variable 90 SkScalar y1; variable
|
| D | SkDrawLine.h | 23 SkScalar y1; variable
|
| /external/skia/src/animator/ |
| D | SkPathParts.h | 72 SkScalar y1; variable 90 SkScalar y1; variable
|
| D | SkDrawLine.h | 23 SkScalar y1; variable
|
| /external/chromium_org/cc/animation/ |
| D | timing_function.cc | 16 double x1, double y1, double x2, double y2) { in Create() 21 double y1, in CubicBezierTimingFunction()
|
| /external/clang/test/CXX/temp/temp.param/ |
| D | p15.cpp | 11 Y<(1 >> 2)> *y1; variable
|
| /external/chromium_org/third_party/WebKit/Source/platform/animation/ |
| D | TimingFunction.h | 104 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/ |
| D | bitfield-promote.c | 10 long long y1; variable 11 __typeof__(((long long)x1.x + 1)) y1; variable
|
| /external/tremolo/Tremolo/ |
| D | asm_arm.h | 73 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/ |
| D | ftbbox.c | 105 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/ |
| D | ftbbox.c | 105 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/ |
| D | gesture_text_selector_unittest.cc | 47 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
|