Home
last modified time | relevance | path

Searched refs:imageWidth (Results 1 – 17 of 17) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherRaster.php34 private int $imageWidth; variable in ComboStrap\\FetcherRaster
86 return $this->imageWidth;
152 $this->imageWidth = self::FAKE_LENGTH_FOR_BROKEN_IMAGES;
166 $this->imageWidth = (int)$imageSize[0];
167 if (empty($this->imageWidth)) {
H A DRasterImageLink.php363 * @param $imageWidth
367 function getSizes($screenWidth, $imageWidth): string argument
372 $sizes = "(max-width: {$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval($imageWidth / 3) . "px";
373 $sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (2 * $dpiBase) . "dpi) " . intval($imageWidth / 2) . "px";
374 $sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageWidth}px";
376 $sizes = "(max-width: {$screenWidth}px) {$imageWidth}px";
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java65 int imageWidth = width; in grabImage() local
66 int widthDelta = imageWidth+imageLocation.x - master.getWidth(); in grabImage()
68 imageWidth-=widthDelta; in grabImage()
77 BufferedImage bImage = new BufferedImage(imageWidth, imageHeight, BufferedImage.TYPE_INT_ARGB); in grabImage()
78 for (int x=0; x<imageWidth; ++x) { in grabImage()
/plugin/lytebox/
H A Dlytebox.js376 var imageWidth = imgPreloader.width;
382 if (imageWidth > x) {
383 imageHeight = Math.round(imageHeight * (x / imageWidth));
384 imageWidth = x;
386 imageWidth = Math.round(imageWidth * (y / imageHeight));
390 imageWidth = Math.round(imageWidth * (y / imageHeight));
392 if (imageWidth > x) {
393 imageHeight = Math.round(imageHeight * (x / imageWidth));
394 imageWidth = x;
400 lbImage.width = imageWidth;
[all …]
/plugin/prettyphoto/js/
H A Djquery.prettyPhoto.js575 imageWidth = width, imageHeight = height;
582 imageWidth = (windowWidth - 200);
583 imageHeight = (height/width) * imageWidth;
586 imageWidth = (width/height) * imageHeight;
591 pp_containerHeight = imageHeight, pp_containerWidth = imageWidth;
600 _getDimensions(imageWidth,imageHeight);
604 width:Math.floor(imageWidth),
/plugin/panoview/
H A Dscript.js96 this.imgsize.x = (typeof options.imageWidth == 'undefined' ? -1 : parseInt(options.imageWidth));
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js16514 var imageWidth = image._minWidth;
16518 offset = width - imageWidth;
16521 offset = (width - imageWidth) / 2;
H A Dpdfmake.min.js.map1imageWidth","block","ctx","img","contextOrWidth","inlineWidths","getTableInnerContentWidth","prepa…
/plugin/achart/assets/
H A Dapexcharts.min.js6imageWidth:150,imageHeight:150,imageOffsetX:0,imageOffsetY:0,imageClipped:!0,position:"front",drop…
/plugin/ol3/
H A Dscript.js8 …n=hc(this.getProjection()),i=this.hidpi_?2:1,o=e.imageWidth==e.imageHeight?e.imageWidth/i:[e.image…
/plugin/openlayersmap/ol7/
H A Dol.js.map