Home
last modified time | relevance | path

Searched refs:edgeDistance (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp396 int edgeDistance = isHorizontal ? size.width() : size.height(); in positionFromValue() local
398 return value->getFloatValue() / 100.f * edgeDistance; in positionFromValue()
401 return value->cssCalcValue()->toCalcValue(conversionData)->evaluate(edgeDistance); in positionFromValue()