OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tMid
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp
128
double
tMid
= (tMin + tMax) / 2;
130
xy_at_t(q2,
tMid
, mid.x, mid.y);
133
_Vector dxdy = dxdy_at_t(q2,
tMid
);
152
i.insertSwap(rootTs.fT[0][0],
tMid
, pt2);
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp
121
double
tMid
= (tMin + tMax) / 2;
122
SkDPoint mid = q2.ptAtT(
tMid
);
125
SkDVector dxdy = q2.dxdyAtT(
tMid
);
144
i->insertSwap(rootTs[0][0],
tMid
, pt2);
SkOpSegment.cpp
627
double
tMid
= newT - tInterval / 2;
628
SkDPoint midPt = dcubic_xy_at_t(fPts,
tMid
);
640
double
tMid
= newT - tEndInterval / 2;
641
SkDPoint midEndPt = dcubic_xy_at_t(fPts,
tMid
);
[
all
...]
Completed in 43 milliseconds