OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quadT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp
150
double
quadT
= rootVals[index];
151
double lineT = findLineT(
quadT
);
153
if (pinTs(&
quadT
, &lineT, &pt, kPointUninitialized)) {
154
fIntersections->insert(
quadT
, lineT, pt);
179
double
quadT
= rootVals[index];
180
SkDPoint pt = fQuad.ptAtT(
quadT
);
182
if (pinTs(&
quadT
, &lineT, &pt, kPointInitialized)) {
183
fIntersections->insert(
quadT
, lineT, pt);
210
double
quadT
= rootVals[index];
211
SkDPoint pt = fQuad.ptAtT(
quadT
);
[
all
...]
/external/skia/src/pathops/
SkDQuadLineIntersection.cpp
150
double
quadT
= rootVals[index];
151
double lineT = findLineT(
quadT
);
153
if (pinTs(&
quadT
, &lineT, &pt, kPointUninitialized)) {
154
fIntersections->insert(
quadT
, lineT, pt);
179
double
quadT
= rootVals[index];
180
SkDPoint pt = fQuad.ptAtT(
quadT
);
182
if (pinTs(&
quadT
, &lineT, &pt, kPointInitialized)) {
183
fIntersections->insert(
quadT
, lineT, pt);
210
double
quadT
= rootVals[index];
211
SkDPoint pt = fQuad.ptAtT(
quadT
);
[
all
...]
/external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp
87
double
quadT
= intersections[0][inner];
88
SkDPoint quadXY = quad.ptAtT(
quadT
);
PathOpsQuadLineIntersectionThreadedTest.cpp
57
double
quadT
= intersections[0][index];
58
SkDPoint quadXY = quad.ptAtT(
quadT
);
Completed in 30 milliseconds