Home
last modified time | relevance | path

Searched defs:yDist (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp787 float yDist = min(secondPoint.y(), size.height() - secondPoint.y()); in createGradient() local
799 float yDist = max(secondPoint.y(), size.height() - secondPoint.y()); in createGradient() local
818 float yDist = min(secondPoint.y(), size.height() - secondPoint.y()); in createGradient() local
835 float yDist = max(secondPoint.y(), size.height() - secondPoint.y()); in createGradient() local