Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
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 = $this->nodes[2]->image;
[all …]
/plugin/zoom/
Dscript.js9img2;var zoomDiv=null;var $mouseTrap=null;var lens=null;var $tint=null;var softFocus=null;var $ie6…
/plugin/math2/phpmathpublisher/
Dmathpublisher.php1025 $img2=$this->noeuds[2]->image;
1028 $hauteur2=imagesy($img2);
1030 $largeur2=imagesx($img2);
1041 ImageCopy($result, $img2, ($largeur - $largeur2)/2,$hauteur1+4, 0, 0,$largeur2,$hauteur2);
1051 $img2=$this->noeuds[2]->image;
1054 $hauteur2=imagesy($img2);
1056 $largeur2=imagesx($img2);
1068 ImageCopy($result, $img2, $largeur1, 0, 0, 0, $largeur2,$hauteur2);
1080 ImageCopy($result, $img2, $largeur1, 0, 0, 0, $largeur2,$hauteur2);
1091 $img2=$this->noeuds[2]->image;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js2502 var img2 = document.createElement('a');
2504 img2.setAttribute('title', mxResources.get('toBack'));
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';
[all …]
/plugin/dw2pdf/
Ddeleted.files322 mpdf/examples/img2.png
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js19252 img2 = context.getImageData(0, 0, dW, dH), data2 = img2.data;
19294 return img2;
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…
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js10583 (function(img2, imgDiv2, fallbackImgUrl) argument
10588 img2.style.display = "";