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/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp
611
float
perpendicularSlope
= -1 / slope;
627
float c = endCorner.y() -
perpendicularSlope
* endCorner.x();
628
float endX = c / (slope -
perpendicularSlope
);
629
float endY =
perpendicularSlope
* endX + c;
[
all
...]
Completed in 40 milliseconds