OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootTs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
129
SkIntersections
rootTs
;
130
rootTs
.allowNear(false);
131
int roots =
rootTs
.intersect(q1, line);
141
SkDPoint pt2 = q1.ptAtT(
rootTs
[0][0]);
145
i->insertSwap(
rootTs
[0][0], tMid, pt2);
157
SkIntersections
rootTs
;
158
rootTs
.allowNear(false);
159
int roots =
rootTs
.intersect(q2, *testLines[index]);
161
double t =
rootTs
[0][idx2];
164
SkDPoint lPt = testLines[index]->ptAtT(
rootTs
[1][idx2])
[
all
...]
/external/skia/src/pathops/
SkDQuadIntersection.cpp
129
SkIntersections
rootTs
;
130
rootTs
.allowNear(false);
131
int roots =
rootTs
.intersect(q1, line);
141
SkDPoint pt2 = q1.ptAtT(
rootTs
[0][0]);
145
i->insertSwap(
rootTs
[0][0], tMid, pt2);
157
SkIntersections
rootTs
;
158
rootTs
.allowNear(false);
159
int roots =
rootTs
.intersect(q2, *testLines[index]);
161
double t =
rootTs
[0][idx2];
164
SkDPoint lPt = testLines[index]->ptAtT(
rootTs
[1][idx2])
[
all
...]
Completed in 38 milliseconds