OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tIntersections
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
PathOpsCubicIntersectionTest.cpp
43
SkIntersections
tIntersections
;
44
tIntersections
.intersect(c1, c2);
45
if (!
tIntersections
.used()) {
51
if (
tIntersections
.isCoincident(0)) {
57
for (int pt = 0; pt <
tIntersections
.used(); ++pt) {
58
double tt1 =
tIntersections
[0][pt];
60
double tt2 =
tIntersections
[1][pt];
/external/skqp/tests/
PathOpsCubicIntersectionTest.cpp
43
SkIntersections
tIntersections
;
44
tIntersections
.intersect(c1, c2);
45
if (!
tIntersections
.used()) {
51
if (
tIntersections
.isCoincident(0)) {
57
for (int pt = 0; pt <
tIntersections
.used(); ++pt) {
58
double tt1 =
tIntersections
[0][pt];
60
double tt2 =
tIntersections
[1][pt];
Completed in 1544 milliseconds