OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:findslope
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
FloatPoint.cpp
77
float
findSlope
(const FloatPoint& p1, const FloatPoint& p2, float& c)
91
float pSlope =
findSlope
(p1, p2, pOffset);
94
float dSlope =
findSlope
(d1, d2, dOffset);
FloatPoint.h
205
float
findSlope
(const FloatPoint& p1, const FloatPoint& p2, float& c);
Completed in 288 milliseconds