Home
last modified time | relevance | path

Searched refs:oy (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
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) {
/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/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/jmol2/jmol/
H A DCHANGES.txt3783 # bug fix: select by itself not working; oy. Since at least 11.0

12