Searched refs:flipV (Results 1 – 25 of 66) sorted by relevance
123
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxAsyncCanvas.js | 82 mxAsyncCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument 148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
|
| D | mxJsCanvas.js | 155 mxJsCanvas.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument 164 if (flipH || flipV) 167 var sy = (flipV) ? -1 : 1; 525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument 564 if (flipV)
|
| /plugin/diagramsnet/lib/js/diagramly/vsdx/ |
| D | mxVsdxCanvas2D.js | 550 mxVsdxCanvas2D.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument 638 flipV = (flipV != null) ? flipV : false; 1108 mxVsdxCanvas2D.prototype.rotate = function(theta, flipH, flipV, cx, cy) argument
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_i18n.txt | 320 flipV=flipV
|
| D | dia_ru.txt | 320 flipV=Отразить сверху вниз
|
| D | dia_bg.txt | 320 flipV=Завъртане огледално във вертикална равнина
|
| D | dia_el.txt | 320 flipV=Κάθετη αναστροφή
|
| D | dia_zh.txt | 320 flipV=垂直翻转
|
| D | dia_uk.txt | 320 flipV=Відобразити зверху вниз
|
| D | dia_zh-tw.txt | 320 flipV=垂直翻轉
|
| D | dia_ko.txt | 320 flipV=세로로 뒤집기
|
| D | dia_th.txt | 320 flipV=พลิกไปแนวตั้ง
|
| D | dia_fa.txt | 320 flipV=برگردان عمودی
|
| D | dia_he.txt | 320 flipV=הפוך אנכית
|
| D | dia_ja.txt | 320 flipV=垂直方向に反転
|
| D | dia_ar.txt | 320 flipV=انعكاس عمودي
|
| D | dia_eu.txt | 320 flipV=Irauli bertikalki
|
| D | dia_et.txt | 320 flipV=Pööra vertikaalselt
|
| D | dia_fi.txt | 320 flipV=Käännä pystysuunnassa
|
| D | dia_sl.txt | 320 flipV=Flip Vertical
|
| D | dia_hi.txt | 320 flipV=Flip Vertical
|
| D | dia_te.txt | 320 flipV=Flip Vertical
|
| D | dia_si.txt | 320 flipV=Flip Vertical
|
| D | dia_sr.txt | 320 flipV=Preokreni uspravno
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Shapes.js | 157 var flipV = this.flipV; 162 flipH = flipV; 163 flipV = tmp; 167 c.rotate(-this.getShapeRotation(), flipH, flipV, x + w / 2, y + h / 2);
|
123