Searched defs:thumbCenter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.cpp224 int thumbCenter = mediaSliderThumbWidth / 2; local
225 int addWidth = thumbCenter * (1.0 - 2.0 * currentPosition / rect.width());
288 float thumbCenter = mediaVolumeSliderThumbWidth / 2; local
290 float positionWidth = volume * (rect.width() - (zoomLevel * thumbCenter));
291 fillWidth = positionWidth + (zoomLevel * thumbCenter / 2);

Completed in 402 milliseconds