Home
last modified time | relevance | path

Searched refs:pixels (Results 26 – 50 of 61) sorted by path

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php57 $biXPelsPerMeter = $this->_fourbytes2int_le(substr($data, 38, 4)); // horizontal pixels per meter, usually set to zero
58 //$biYPelsPerMeter=$this->_fourbytes2int_le(substr($data,42,4)); // vertical pixels per meter, usually set to zero
245 $pixels = [];
253 while (count($pixels) % $lineWidth !== 0) {
254 $pixels[] = 0;
258 while (count($pixels) % $lineWidth !== 0) {
259 $pixels[] = 0;
270 $pixels[] = ($c & 240) >> 4;
272 $pixels[] = $c & 15; //FIXME: undefined var
282 $pixels[]
[all...]
/plugin/flashplayer/
H A Dreadme-en.txt35 <flashplayer width="width in pixels" height="height in pixels" position="0|1|2">flash vars</flashpl…
45 Example - display a video "/demo.flv" with 480*380 pixels, use "/demo.jpg"
/plugin/glossary/images/
H A Dscore.xcf16 (font-size-unit pixels)
26 (box-unit pixels)
/plugin/html2pdf/html2pdf/
H A Daction.php83 …emo/html2ps.php?URL='.DOKU_URL.'lib/plugins/html2pdf/tmp/export_pdf.html&pixels=1024&media=A4&meth…
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php51 'pagewidth' => (int)get_var('pixels', $_REQUEST, 10, 800),
H A Dtest.php74 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
/plugin/html2pdf/html2pdf/html2ps/
H A Dmedia.layout.inc.php16 var $pixels; variable in Media
26 $this->pixels = 800;
31 $new_item->pixels = $this->pixels;
75 function set_pixels($pixels) { argument
76 $this->pixels = $pixels;
101 … return $this->pixels / ($this->size['width'] - $this->margins['left'] - $this->margins['right']);
126 "/px {pagewidth lmargin sub rmargin sub {$this->pixels} div mul} def\n".
H A Dpipeline.class.php582 $pixels = $page_rules->get_property_value(CSS_HTML2PS_PIXELS);
583 if (!is_null($pixels)) {
584 $media->set_pixels($pixels);
965 …loor(mm2pt($media->width() - $media->margins['left'] - $media->margins['right'])) / $media->pixels;
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php26 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
H A Dsample.pipeline.default.php27 …ale = mm2pt($media->width() - $media->margins['left'] - $media->margins['right']) / $media->pixels;
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown214 $slick-dot-size | pixels | 6px | Size of the navigation dots
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DCHANGES.txt51 # bug fix: transparent pixels in images not respected
292 # bug fix: DRAW point size 6 pixels (an even number) sets it just one pixel off center -- 7 is bett…
486 # bug fix: 2 pixels off in y for labels. Don't know why I thought that was necessary in Text.java::…
2791 # draw diameter 100 circle {_O}[1] mesh nofill # 100 pixels (doesn't scale)
3932 # bug fix: 0-diameter atoms displayed as single pixels when perspectiveDepth = false
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt109 ['resolution_x']=>integer() // horizontal dimension of video/image in pixels
110 ['resolution_y']=>integer() // vertical dimension of video/image in pixels
/plugin/layeranimation/
H A DREADME.md38 …* ``%HEIGHT%`` - is a number determining the height of the overall animation in pixels. The width …
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 ^ **thumb_max_dimension** | Default dimension to set for a thumbnail (in pixels, enter without unit…
/plugin/odt/
H A DChangeLog.txt75 Fixes issue "exported images are just sized of some little pixels #11".
/plugin/ol3/
H A Dscript.js8 …th.google.com/kml/2.2","http://www.opengis.net/kml/2.2"],hx={fraction:rp,pixels:np,insetPixels:np}…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1pixels, i.e. width * height. Images above this value will not be\n * rendered. Use -1 for no lim…
H A Dpdf.worker.js.map1pixels values. the simplest way\n // is to create a new buffer\n for (i = 0; i < pix…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1418 /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
H A Dviewer.js.map1pixels on mobile.\n // Support: Android, iOS\n (function checkCanvasSizeLimitation() {\n if (…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt335 * Changed GD max source pixels to 1/6 (from 1/5) available
374 and can be in pixels or percent of thumbnail dimensions
813 omitted the filter guesses based on brightest pixels
876 histogram in pixels, or if <= 1 then percentage of
888 the margin - can be absolute pixels, or if < 1 is a
H A Dphpthumb.faq.txt51 required is 5 times the number of pixels in the image.
172 calculate the number of pixels in the image and multiply by 5:

123