Home
last modified time | relevance | path

Searched refs:img2 (Results 1 – 8 of 8) sorted by relevance

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php329 $img2 = $this->nodes[2]->image;
331 $height2 = imagesy($img2);
333 $width2 = imagesx($img2);
343 imagecopy($result, $img2, ($width - $width2) / 2, $height1 + 4, 0, 0, $width2, $height2);
356 $img2 = $this->nodes[2]->image;
358 $height2 = imagesy($img2);
360 $width2 = imagesx($img2);
369 imagecopy($result, $img2, $width1, 0, 0, 0, $width2, $height2);
377 imagecopy($result, $img2, $width1, 0, 0, 0, $width2, $height2);
391 $img2
[all...]
/plugin/zoom/
H A Dscript.js9img2;var zoomDiv=null;var $mouseTrap=null;var lens=null;var $tint=null;var softFocus=null;var $ie6… variable
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1025 $img2=$this->noeuds[2]->image;
1028 $hauteur2=imagesy($img2);
1030 $largeur2=imagesx($img2);
1051 $img2=$this->noeuds[2]->image;
1054 $hauteur2=imagesy($img2);
1056 $largeur2=imagesx($img2);
1091 $img2=$this->noeuds[2]->image;
1094 $hauteur2=imagesy($img2);
1096 $largeur2=imagesx($img2);
1205 $largeur2=imagesx($img2);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js2502 var img2 = document.createElement('a');
2506 img2.className = 'geButton';
2507 img2.style.cssFloat = 'none';
2508 img2.innerHTML = '▼';
2509 img2.style.width = '14px';
2510 img2.style.height = '14px';
2511 img2.style.fontSize = '14px';
2512 img2.style.margin = '0px';
2513 img2.style.marginTop = '-1px';
2514 right.appendChild(img2);
[all …]
/plugin/dw2pdf/
H A Ddeleted.files717 mpdf/examples/img2.png
859 mpdf/examples/img2.png
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11img2=context.getImageData(0,0,dW,dH),data2=img2.data;for(var j=0;j<dH;j++){for(var i=0;i<dW;i++){v…
H A Dfabric.js19252 img2 = context.getImageData(0, 0, dW, dH), data2 = img2.data;
19294 return img2;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js10583 (function(img2, imgDiv2, fallbackImgUrl)
10588 img2.style.display = "";