Searched refs:presentationWidth (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 ) { argument2403 presentationWidth: presentationWidth || dom.wrapper.offsetWidth, property in AnonymousFunctione17f777e0200.getComputedSlideSize.size2408 size.presentationWidth -= ( size.presentationWidth * config.margin );2413 size.width = parseInt( size.width, 10 ) / 100 * size.presentationWidth;