Searched refs:presentationHeight (Results 1 – 1 of 1) sorted by relevance
2262 scale = Math.min( size.presentationWidth / size.width, size.presentationHeight / size.height );2395 function getComputedSlideSize( presentationWidth, presentationHeight ) { argument2404 presentationHeight: presentationHeight || dom.wrapper.offsetHeight property in AnonymousFunctione17f777e0200.getComputedSlideSize.size2409 size.presentationHeight -= ( size.presentationHeight * config.margin );2418 size.height = parseInt( size.height, 10 ) / 100 * size.presentationHeight;