Home
last modified time | relevance | path

Searched refs:scale (Results 476 – 500 of 528) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php169 $length->scale(0.5);
H A Dvalue.generic.length.php13 function scale($scale) { function in Value
14 $this->_number *= $scale;
15 $this->_points *= $scale;
H A Dbox.img.php30 switch ($this->scale) {
168 $this->scale = SCALE_NONE;
230 $this->scale = SCALE_NONE;
301 $this->scale = SCALE_WIDTH;
314 $this->scale = SCALE_HEIGHT;
H A Dbox.note-call.class.php43 $font->size->scale(0.75);
62 $font->size->scale(0.5);
H A Doutput.fastps.class.php117 function image($image, $x, $y, $scale) { argument
124 $size_x * $scale,
125 $size_y * $scale,
149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
155 $scale, $oy, $ox, $bottom, $height, $y, $x,
163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
169 $scale, $oy, $ox, $right, $width, $y, $x,
177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
183 $scale, $oy, $ox, $bottom, $right, $height, $width, $y, $x,
H A Doutput.fpdf.class.php161 function image($image, $x, $y, $scale) { argument
168 $image->sx() * $scale,
169 $image->sy() * $scale);
183 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
193 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
212 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
226 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
240 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
254 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
273 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
[all …]
H A Doutput.pcl.class.php271 function image($image, $x, $y, $scale) {} argument
273 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument
274 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } argument
275 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
H A Doutput.pdflib.class.php126 function image($image, $x, $y, $scale) { argument
130 pdf_place_image($this->pdf, $pim, $x, $y, $scale);
159 pdf_place_image($this->pdf, $pim, $x, $cy, $scale);
166 pdf_place_image($this->pdf, $pim, $x, $cy, $scale);
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
182 pdf_place_image($this->pdf, $pim, $cx, $y, $scale);
189 pdf_place_image($this->pdf, $pim, $cx-$width, $y, $scale);
207 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale);
218 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale);
229 pdf_place_image($this->pdf, $pim, $cx, $cy, $scale);
[all …]
H A Dbox.table.php511 $scale = $h / $ch;
513 if ($scale < 1) {
515 if (!$flags[$i]) { $cheights[$i] *= $scale; };
530 $scale = $h / $ch;
532 if ($scale < 1) {
534 if ($flags[$i]) { $cheights[$i] *= $scale; };
549 $scale = $h / $ch;
551 if ($scale < 1) {
553 if (!$flags[$i]) { $cheights[$i] *= $scale; };
H A Dbox.text.php91 …$scale = $line_height->apply($this->ascender + $this->descender) / ($this->ascender + $this->desce…
93 $scale = 0;
98 $delta = $height * ($scale-1);
99 $this->put_height(($this->ascender + $this->descender)*$scale);
/plugin/advrack/
H A Djquery.qtip.js2190 _calculateTip: function(corner, size, scale) { argument
2191 scale = scale || 1;
2194 var width = size[0] * scale,
2195 height = size[1] * scale,
H A Draphael.js2639 m.scale(t[1], t[tlen - 1], bb.x + bb.width / 2, bb.y + bb.height / 2);
2646 m.scale(t[1], t[2], x2, y2);
2648 m.scale(t[1], t[2], t[3], t[4]);
2908 matrixproto.scale = function (x, y, cx, cy) {
5549 scale;
5552 scale = (size || 16) / font.face["units-per-em"];
5571 …Path(curr.d, ["t", shift * scale, shifty * scale, "s", scale, scale, top, height, "t", (x - top) /…
6510 elproto.scale = function (sx, sy, cx, cy) {
7598 vbt = vbs ? "s" + [vbs.scale, vbs.scale] + "-1-1t" + [vbs.dx, vbs.dy] : E,
7675 elproto.scale = function (sx, sy, cx, cy) {
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js482 SvgPanZoom.prototype.publicZoomAtPoint = function(scale, point, absolute) {
494 this.zoomAtPoint(this.svg, point, scale, absolute)
794 , setZoomScaleSensitivity: function(scale) {that.options.zoomScaleSensitivity = scale}
801 , zoom: function(scale) {
802 that.zoomAtPoint(that.svg, SvgUtils.getSvgCenterPoint(that.svg), scale, true)
804 , zoomBy: function(scale) {
805 that.zoomAtPoint(that.svg, SvgUtils.getSvgCenterPoint(that.svg), scale, false)
807 , zoomAtPoint: function(scale, point) {
808 that.publicZoomAtPoint(scale, point, true)
810 , zoomAtPointBy: function(scale, point) {
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java900 double scale = Math.min(xScale, yScale); in buildUI()
901 int scaledWidth = (int) (image.getWidth(null)*scale); in buildUI()
902 int scaledHeight = (int) (image.getHeight(null)*scale); in buildUI()
H A DScreenShot.java29 private double scale; field in ScreenShot
43 double scale, in ScreenShot() argument
59 this.scale = scale; in ScreenShot()
110 if (scale<0.99 || scale > 1.01) { in call()
111 …redImage scaled = new BufferedImage((int) (img.getWidth()*scale), (int) (img.getHeight()*scale), i… in call()
122 mousePosition = new Point((int) (mousePosition.x*scale), (int) (mousePosition.y*scale)); in call()
/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/impressjs/tpl/dokuwiki/
H A Dimpress.js132 var scale = function ( s ) { function
154 scale = hScale > wScale ? wScale : hScale;
157 scale = config.maxScale;
161 scale = config.minScale;
164 return scale;
311 scale: toNumber(data.scale, 1), property in initStep.step
326 scale(step.scale),
397 scale: 1 property in init.currentState
462 scale: 1 / step.scale property in goto.target
471 var zoomin = target.scale >= currentState.scale;
[all …]
H A Dimpress.css364 ... and 'scaling' to scale down after another quater of a second.
367 -webkit-transform: scale(0.7);
368 -moz-transform: scale(0.7);
369 -ms-transform: scale(0.7);
370 -o-transform: scale(0.7);
371 transform: scale(0.7);
/plugin/bible/bible_douayRheims/
H A DJoel.txt26 …2:7. They shall run like valiant men: like men of war they shall scale the wall: the men shall mar…
/plugin/jdraw/lib/
H A Djgraphx.jar ... imageBasePath protected java.awt.Point translate protected double scale protected boolean drawLabels protected java.util.Hashtable imageCache ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java373 protected double scale; field in EditorActions.ScaleAction
378 public ScaleAction(double scale) { in ScaleAction() argument
379 this.scale = scale; in ScaleAction()
389 double scale = this.scale; in actionPerformed() local
391 if (scale == 0) { in actionPerformed()
398 scale = Double.parseDouble(value.replace("%", "")) / 100; in actionPerformed()
402 if (scale > 0) { in actionPerformed()
403 graphComponent.zoomTo(scale, graphComponent.isCenterZoom()); in actionPerformed()
504 final int scale, in post() argument
571 progressListener.onProgress((int) (offset + scale*counter/contentSize)); in post()
H A DBasicGraphEditor.java.bak167 // Do not change the scale and translation after files have been loaded
345 status(mxResources.get("scale") + ": "

1...<<11121314151617181920>>...22