OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:distancetofarthestcorner
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/css/
CSSGradientValue.cpp
678
static float
distanceToFarthestCorner
(const FloatPoint& p, const FloatSize& size, FloatPoint& corner)
828
float distance =
distanceToFarthestCorner
(secondPoint, size, corner);
851
maxExtent =
distanceToFarthestCorner
(secondPoint, size, corner);
[
all
...]
Completed in 26 milliseconds