Searched refs:interStopProportion (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp362 float interStopProportion = -prevOffset / (nextOffset - prevOffset); local
364 Color blendedColor = blend(stops[firstZeroOrGreaterIndex - 1].color, stops[firstZeroOrGreaterIndex].color, interStopProportion);

Completed in 114 milliseconds