Searched defs:proportion (Results 1 – 5 of 5) sorted by relevance
78 float proportion = static_cast<float>(scrollbar->currentPos()) / scrollbar->totalSize(); in thumbPosition() local89 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); in thumbLength() local
273 float proportion = (scrollbar->visibleSize() - overhang) / usedTotalSize(scrollbar); in thumbLength() local
35 double proportion = in GetImageSizeForContainerSize() local
100 Decimal valueFromProportion(const Decimal& proportion) const in valueFromProportion()
624 MediaControls.Slider.prototype.setFilled_ = function(proportion) { argument