Home
last modified time | relevance | path

Searched refs:oy (Results 1 – 25 of 28) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.l2.class.php34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
44 while ($cy-$height < $y + $oy) {
50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
66 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
91 while ($cy < $y + $oy) {
102 while ($cy < $y + $oy) {
H A Doutput._interface.class.php46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument
47 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } argument
48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
H A Doutput.pdflib.class.php151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
165 while ($cy-$height < $y + $oy) {
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
226 while ($cy < $y + $oy) {
237 while ($cy < $y + $oy) {
H A Doutput.fastps.class.php149 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.pcl.class.php273 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.png.class.php366 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
378 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height;
389 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
400 $cx = $start_x - ceil($this->_fixSizeX($oy) / $dest_width) * $dest_width;
414 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
429 $cy = $start_y - ceil($this->_fixSizeY($oy) / $dest_height) * $dest_height;
H A Doutput.fpdf.class.php174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
200 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { argument
234 while ($cy < $y + $oy) {
248 while ($cy < $y + $oy) {
264 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
279 while ($cy-$height < $y + $oy) {
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js549 var oy = bitmap.height * texture.offset.y;
562 _context.translate( - ox, - oy );
563 _context.fillRect( ox, oy, sx, sy );
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php2374 protected function putAlignmentMarker($frame, $ox, $oy) { argument
2382 $yStart = $oy - 2;
2467 protected function putFinderPattern($frame, $ox, $oy) { argument
2478 $frame = $this->qrstrset($frame, $ox, ($oy + $y), $finder[$y]);
/plugin/qrcode2/
H A Dphpqrcode.php592 public static function putAlignmentMarker(array &$frame, $ox, $oy) argument
602 $yStart = $oy-2;
704 public static function putFinderPattern(&$frame, $ox, $oy) argument
717 QRstr::set($frame, $ox, $oy+$y, $finder[$y]);
/plugin/callflow/
H A Dscript.js55 this.tp.oy = 0;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/tr/
H A Dtr.txt108 …a serbestliği sağlayacak muadil bir usul ile cereyan edecek, genel ve eşit oy verme yoluyla yapıla…
/plugin/revealjs/js/
H A Dreveal.js3334 var oy = getPreviousVerticalIndex( horizontalSlide );
3339 distanceY = x === ( indexh || 0 ) ? Math.abs( ( indexv || 0 ) - y ) : Math.abs( y - oy );
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28479 var ox, oy, xe, xm, ye, ym;
28486 oy = r2 * KAPPA;
28492 this.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y);
28493 this.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym);
28494 this.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye);
28495 this.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym);
28922 arcToSegments = function(x, y, rx, ry, large, sweep, rotateX, ox, oy) {
28929 px = cos_th * (ox - x) * 0.5 + sin_th * (oy - y) * 0.5;
28930 py = cos_th * (oy - y) * 0.5 - sin_th * (ox - x) * 0.5;
28941 x0 = a00 * ox + a01 * oy;
[all …]
H A Dpdfmake.min.js.map1oy","xe","xm","ye","ym","circle","polygon","point","_windingRule","rule","isFillRule","clip","tran…
/plugin/processing/
H A Dscript.js7126 var oy = ci[4] * ax + ci[5] * ay + ci[6] * az + ci[7] * aw;
7129 return (ow !== 0) ? oy / ow : oy;
7262 var oy = pj[ 4]*ax + pj[ 5]*ay + pj[ 6]*az + pj[ 7]*aw;
7266 oy /= ow;
7268 return p.height * ( 1 + oy ) / 2.0;
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
/plugin/flowcharts/
H A Dmermaid.min.js1oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return T(n[0],n[n.length-1],null==t?10:t… function
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705oy(t){var e=t.domain;return t.ticks=function(t){var n=e();return C(n[0],n[n.length-1],null==t?10:t… function
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js27oy(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"va… function
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js34oy(e,t,n){var i=function(e){var t="";return e.forEach((function(e){e.matched?t+='<strong class="'+… function
/plugin/jmol2/jmol/
H A DCHANGES.txt3783 # bug fix: select by itself not working; oy. Since at least 11.0
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js34oy={__depends__:[jo,Wo,Io,ac,tc,xp],__init__:["move","movePreview"],move:["type",Qv],movePreview:[…
/plugin/mermaid/
H A Dmermaid.min.js1294 …ion ek(e){return e==Gd||e==zd}function QJe(e){return e==w3||e==v3}function oy(e){return e!=$f&&e!=… function
1298 …qe),v.e).Fc(p),++p.c));a||(s.c[s.c.length]=p)}function a2t(e){var t,n,s;if(oy(h(U(e,(tt(),Ei)),98)…
1299oy(h(U(e,Ei),98)))a=i5(u),m=bve(e,n,n==(ua(),ec)?a:KA(a));else switch(m=new So,Ka(m,e),t?(_=m.n,_.…

12