HomeSort by relevance Sort by last modified time
    Searched full:_point (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/experimental/Intersection/
Parameterization_Test.h 10 bool point_on_parameterized_curve(const Cubic& cubic, const _Point& point);
11 bool point_on_parameterized_line(const _Line& line, const _Point& point);
12 bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point);
LineUtilities.h 11 double is_left(const _Line& line, const _Point& pt);
13 double t_at(const _Line&, const _Point& );
15 _Point xy_at_t(const _Line& , double t);
24 void x_at(const _Point& p1, const _Point& p2, double minY, double maxY,
QuadraticUtilities.h 17 //void dxdy_at_t(const Quadratic& , double t, _Point& xy);
20 double nearestT(const Quadratic& , const _Point& );
21 bool point_in_hull(const Quadratic& , const _Point& );
41 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2);
43 _Point top(const Quadratic& , double startT, double endT);
45 _Point xy_at_t(const Quadratic& , double t);
CubicUtilities.h 30 //void dxdy_at_t(const Cubic& , double t, _Point& y);
39 void sub_divide(const Cubic& , const _Point& a, const _Point& d, double t1, double t2, _Point [2]);
40 _Point top(const Cubic& , double startT, double endT);
42 _Point xy_at_t(const Cubic& , double t);
Intersections.h 58 int insert(double one, double two, const _Point& pt);
61 void insertCoincident(double one, double two, const _Point& pt) {
69 const _Point& startPt, const _Point& endPt);
71 int insertSwap(double one, double two, const _Point& pt) {
128 _Point fPt[9];
139 void remove(double one, double two, const _Point& startPt, const _Point& endPt);
QuadraticLineSegments.h 11 void secondHodograph(const Quadratic& , _Point& hodo2);
TriangleUtilities.h 10 bool pointInTriangle(const Triangle& triangle, const _Point& pt);
DataTypes.h 205 struct _Point;
211 friend _Point operator+(const _Point& a, const _Vector& b);
255 struct _Point {
259 friend _Vector operator-(const _Point& a, const _Point& b);
271 friend bool operator==(const _Point& a, const _Point& b) {
275 friend bool operator!=(const _Point& a, const _Point& b)
    [all...]
QuadraticBounds.cpp 17 _Point startPt;
19 _Point endPt;
36 _Point result;
DataTypes.cpp 19 _Vector operator-(const _Point& a, const _Point& b) {
24 _Point operator+(const _Point& a, const _Vector& b) {
25 _Point v = {a.x + b.x, a.y + b.y};
LineIntersection.h 15 void lineIntersect(const _Line& a, const _Line& b, _Point& p);
QuadraticParameterization_TestUtility.cpp 6 bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point) {
  /external/skia/experimental/Intersection/
Parameterization_Test.h 10 bool point_on_parameterized_curve(const Cubic& cubic, const _Point& point);
11 bool point_on_parameterized_line(const _Line& line, const _Point& point);
12 bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point);
LineUtilities.h 11 double is_left(const _Line& line, const _Point& pt);
13 double t_at(const _Line&, const _Point& );
15 _Point xy_at_t(const _Line& , double t);
24 void x_at(const _Point& p1, const _Point& p2, double minY, double maxY,
QuadraticUtilities.h 17 //void dxdy_at_t(const Quadratic& , double t, _Point& xy);
20 double nearestT(const Quadratic& , const _Point& );
21 bool point_in_hull(const Quadratic& , const _Point& );
41 _Point sub_divide(const Quadratic& src, const _Point& a, const _Point& c, double t1, double t2);
43 _Point top(const Quadratic& , double startT, double endT);
45 _Point xy_at_t(const Quadratic& , double t);
CubicUtilities.h 30 //void dxdy_at_t(const Cubic& , double t, _Point& y);
39 void sub_divide(const Cubic& , const _Point& a, const _Point& d, double t1, double t2, _Point [2]);
40 _Point top(const Cubic& , double startT, double endT);
42 _Point xy_at_t(const Cubic& , double t);
Intersections.h 58 int insert(double one, double two, const _Point& pt);
61 void insertCoincident(double one, double two, const _Point& pt) {
69 const _Point& startPt, const _Point& endPt);
71 int insertSwap(double one, double two, const _Point& pt) {
128 _Point fPt[9];
139 void remove(double one, double two, const _Point& startPt, const _Point& endPt);
QuadraticLineSegments.h 11 void secondHodograph(const Quadratic& , _Point& hodo2);
TriangleUtilities.h 10 bool pointInTriangle(const Triangle& triangle, const _Point& pt);
DataTypes.h 205 struct _Point;
211 friend _Point operator+(const _Point& a, const _Vector& b);
255 struct _Point {
259 friend _Vector operator-(const _Point& a, const _Point& b);
271 friend bool operator==(const _Point& a, const _Point& b) {
275 friend bool operator!=(const _Point& a, const _Point& b)
    [all...]
QuadraticBounds.cpp 17 _Point startPt;
19 _Point endPt;
36 _Point result;
DataTypes.cpp 19 _Vector operator-(const _Point& a, const _Point& b) {
24 _Point operator+(const _Point& a, const _Vector& b) {
25 _Point v = {a.x + b.x, a.y + b.y};
LineIntersection.h 15 void lineIntersect(const _Line& a, const _Line& b, _Point& p);
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPoint.h 18 DECLARE_NO_VIRTUALS_MEMBER_INFO(_Point);
  /external/skia/src/animator/
SkDrawPoint.h 18 DECLARE_NO_VIRTUALS_MEMBER_INFO(_Point);

Completed in 216 milliseconds

1 2 3 4