OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outslope
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGMarkerData.h
56
double
outslope
= rad2deg(atan2(outslopeChange.height(), outslopeChange.width()));
local
61
angle =
outslope
;
64
angle = (inslope +
outslope
) / 2;
SVGMarkerLayoutInfo.cpp
50
// First update the
outslope
for the previous element
Completed in 29 milliseconds