OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yIntercept
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkDLineIntersection.cpp
299
double
yIntercept
= line[0].fY + fT[0][0] * (line[1].fY - line[0].fY);
300
if (between(top,
yIntercept
, bottom)) {
301
fT[1][0] = (
yIntercept
- top) / (bottom - top);
309
fPt[0].fY =
yIntercept
;
/packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar
Completed in 169 milliseconds