Searched refs:_Line (Results 51 - 55 of 55) sorted by relevance

123

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
66 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
73 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
82 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
124 const _Line line = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
173 _Line dst;
267 const _Line aLin
[all...]
H A DSimplify.cpp130 const _Line line = {{pts[0].fX, pts[0].fY}, {pts[1].fX, pts[1].fY}}
430 _Line dst;
474 static void LineSubDivideHD(const SkPoint a[2], double startT, double endT, _Line& dst) {
606 static int QuadRayIntersect(const SkPoint a[3], const _Line& bLine, Intersections& intersections) {
611 static int CubicRayIntersect(const SkPoint a[3], const _Line& bLine, Intersections& intersections) {
616 static int (* const SegmentRayIntersect[])(const SkPoint [], const _Line& , Intersections&) = {
765 _Line ray;
873 _Line l;
3471 _Line tangent1 = { {edge[0].fX, edge[0].fY}, {edge[1].fX, edge[1].fY} };
3472 _Line tangent
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
66 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
73 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
82 const _Line bLine = {{b[0].fX, b[0].fY}, {b[1].fX, b[1].fY}};
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
124 const _Line line = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
173 _Line dst;
267 const _Line aLin
[all...]
H A DSimplify.cpp130 const _Line line = {{pts[0].fX, pts[0].fY}, {pts[1].fX, pts[1].fY}}
430 _Line dst;
474 static void LineSubDivideHD(const SkPoint a[2], double startT, double endT, _Line& dst) {
606 static int QuadRayIntersect(const SkPoint a[3], const _Line& bLine, Intersections& intersections) {
611 static int CubicRayIntersect(const SkPoint a[3], const _Line& bLine, Intersections& intersections) {
616 static int (* const SegmentRayIntersect[])(const SkPoint [], const _Line& , Intersections&) = {
765 _Line ray;
873 _Line l;
3471 _Line tangent1 = { {edge[0].fX, edge[0].fY}, {edge[1].fX, edge[1].fY} };
3472 _Line tangent
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js10666 dojo._Line = function(/*int*/ start, /*int*/ end){
10668 // dojo._Line is the object used to generate values from a start value
10678 dojo._Line.prototype.getValue = function(/*float*/ n){
10701 this.curve = new d._Line(this.curve[0], this.curve[1]);
10715 // curve: dojo._Line|Array
10716 // A two element array of start and end values, or a `dojo._Line` instance to be
10722 // across a dojo._Line
11108 // such as the properties of dojo._Line with an additional 'units' property

Completed in 202 milliseconds

123