Searched refs:flipV (Results 1 – 25 of 66) sorted by relevance
123
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A 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
|
H A 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/ |
H A 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/ |
H A D | dia_i18n.txt | 320 flipV=flipV
|
H A D | dia_ru.txt | 320 flipV=Отразить сверху вниз
|
H A D | dia_bg.txt | 320 flipV=Завъртане огледално във вертикална равнина
|
H A D | dia_el.txt | 320 flipV=Κάθετη αναστροφή
|
H A D | dia_zh.txt | 320 flipV=垂直翻转
|
H A D | dia_uk.txt | 320 flipV=Відобразити зверху вниз
|
H A D | dia_fa.txt | 320 flipV=برگردان عمودی
|
H A D | dia_ja.txt | 320 flipV=垂直方向に反転
|
H A D | dia_he.txt | 320 flipV=הפוך אנכית
|
H A D | dia_ko.txt | 320 flipV=세로로 뒤집기
|
H A D | dia_th.txt | 320 flipV=พลิกไปแนวตั้ง
|
H A D | dia_zh-tw.txt | 320 flipV=垂直翻轉
|
H A D | dia_ar.txt | 320 flipV=انعكاس عمودي
|
H A D | dia_eu.txt | 320 flipV=Irauli bertikalki
|
H A D | dia_et.txt | 320 flipV=Pööra vertikaalselt
|
H A D | dia_kn.txt | 320 flipV=Flip Vertical
|
H A D | dia_si.txt | 320 flipV=Flip Vertical
|
H A D | dia_sl.txt | 320 flipV=Flip Vertical
|
H A D | dia_ta.txt | 320 flipV=Flip Vertical
|
H A D | dia_bn.txt | 320 flipV=Flip Vertical
|
H A D | dia_da.txt | 320 flipV=Vend vertikalt
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A 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