Home
last modified time | relevance | path

Searched refs:pixels (Results 51 – 61 of 61) sorted by last modified time

123

/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/
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/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/processing/
H A Dscript.js9088 this.pixels = { class in PImage
9428 p.pixels = { class in p
9688 var wh = aImg.pixels.getLength();
9775 var maxIdx = aImg.pixels.getLength();
9891 aImg.pixels.set(out);
9913 var imglen = img.pixels.getLength();
9930 col = img.pixels.getPixel(i);
9939 img.pixels.setPixel(i, (img.pixels.getPixel(i) ^ 0xffffff));
9959 …img.pixels.setPixel(i, ((0xff000000 & img.pixels.getPixel(i)) | (rlevel << 16) | (glevel << 8) | b…
9965 img.pixels.setPixel(i, (img.pixels.getPixel(i) | 0xff000000));
[all …]
/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

123