OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcPt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp
108
SkDPoint
calcPt
= c.ptAtT(roots[index]);
109
if (!approximately_zero(
calcPt
.fX)) {
169
SkDPoint
calcPt
= c.ptAtT(roots[index]);
170
if (!approximately_equal(
calcPt
.fY, axisIntercept)) {
209
SkDPoint
calcPt
= c.ptAtT(roots[index]);
210
if (!approximately_equal(
calcPt
.fX, axisIntercept)) {
/external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionIdeas.cpp
171
SkDPoint
calcPt
= cubic.ptAtT(t);
172
if (
calcPt
.approximatelyEqual(pt)) {
262
SkDPoint
calcPt
= cubic.ptAtT(t);
263
SK_ALWAYSBREAK(!
calcPt
.approximatelyEqual(pt));
Completed in 993 milliseconds