OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perpendicularslope
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/css/
CSSGradientValue.cpp
503
float
perpendicularSlope
= -1 / slope;
519
float c = endCorner.y() -
perpendicularSlope
* endCorner.x();
520
float endX = c / (slope -
perpendicularSlope
);
521
float endY =
perpendicularSlope
* endX + c;
[
all
...]
Completed in 215 milliseconds