OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rootTs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp
136
Intersections
rootTs
;
137
int roots = intersect(q1, line,
rootTs
);
148
xy_at_t(q1,
rootTs
.fT[0][0], pt2.x, pt2.y);
152
i.insertSwap(
rootTs
.fT[0][0], tMid, pt2);
165
Intersections
rootTs
;
166
int roots = intersect(q2, *testLines[index],
rootTs
);
168
double t =
rootTs
.fT[0][idx2];
172
xy_at_t(*testLines[index],
rootTs
.fT[1][idx2], lPt.x, lPt.y);
178
*tsFound.append() =
rootTs
.fT[0][idx2];
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
128
SkIntersections
rootTs
;
129
rootTs
.allowNear(false);
130
int roots =
rootTs
.intersect(q1, line);
140
SkDPoint pt2 = q1.ptAtT(
rootTs
[0][0]);
144
i->insertSwap(
rootTs
[0][0], tMid, pt2);
156
SkIntersections
rootTs
;
157
rootTs
.allowNear(false);
158
int roots =
rootTs
.intersect(q2, *testLines[index]);
160
double t =
rootTs
[0][idx2];
166
SkDPoint lPt = testLines[index]->ptAtT(
rootTs
[1][idx2])
[
all
...]
Completed in 302 milliseconds