Home
last modified time | relevance | path

Searched +defs:clip +defs:y (Results 1 – 25 of 50) sorted by relevance

12

/plugin/diagramsnet/lib/js/diagramly/util/
DmxAsyncCanvas.js131 mxAsyncCanvas.prototype.rect = function(x, y, w, h) {}; argument
133 mxAsyncCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) {}; argument
135 mxAsyncCanvas.prototype.ellipse = function(x, y, w, h) {}; argument
148 mxAsyncCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
DmxJsCanvas.js199 mxJsCanvas.prototype.setGradient = function(color1, color2, x, y, w, h, direction, alpha1, alpha2) argument
437 mxJsCanvas.prototype.moveTo = function(x, y) argument
444 mxJsCanvas.prototype.lineTo = function(x, y) argument
458 mxJsCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
479 mxJsCanvas.prototype.rect = function(x, y, w, h) argument
490 mxJsCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) argument
504 mxJsCanvas.prototype.ellipse = function(x, y, w, h) argument
525 mxJsCanvas.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
537 function drawImage(ctx, image, x, y, w, h) argument
634 mxJsCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, clip, … argument
/plugin/html2pdf/html2pdf/html2ps/
Doutput.pdflib.class.php68 function circle($x, $y, $r) {
72 function clip() { function in OutputDriverPdflib
86 function dash($x, $y) {
126 function image($image, $x, $y, $scale) {
135 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
250 function lineto($x, $y) {
254 function moveto($x, $y) {
[all …]
Doutput.fastps.class.php22 function add_link($x, $y, $w, $h, $target) {
32 function circle($x, $y, $r) {
37 function clip() { function in OutputDriverFastPS
50 function dash($x, $y) {
117 function image($image, $x, $y, $scale) {
133 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
191 function lineto($x, $y) {
[all …]
Doutput._interface.class.php5 function add_link($x, $y, $w, $h, $target) { }
7 function circle($x, $y, $r) { }
8 function clip() {} function in OutputDriver
14 function dash($x, $y) { }
21 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { }
22 function field_text($x, $y, $w, $h, $value, $field_name) { }
23 function field_password($x, $y, $w, $h, $value, $field_name) { }
25 function field_pushbutton($x, $y, $w, $h) { }
26 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { }
27 function field_pushbuttonreset($x, $y, $w, $h) { }
[all …]
Doutput.fpdf.class.php18 function add_link($x, $y, $w, $h, $target) {
48 function _coords2pdf(&$x, &$y) {
54 function _coords2pdf_annotation(&$x, &$y) {
64 function circle($x, $y, $r) {
68 function clip() { function in OutputDriverFPDF
80 function dash($x, $y) {
88 function field_multiline_text($x, $y, $w, $h, $value, $field_name) {
93 function field_text($x, $y, $w, $h, $value, $field_name) {
98 function field_password($x, $y, $w, $h, $value, $field_name) {
103 function field_pushbutton($x, $y, $w, $h) {
[all …]
Doutput.png.class.php23 function apply(&$x, &$y) {
151 function _fixCoords(&$x, &$y) {
170 function _fixSizes(&$x, &$y) {
181 function _fixSizeY($y) {
240 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
243 function circle($x, $y, $r) {
250 function clip() { function in OutputDriverPNG
300 function dash($x, $y) { }
307 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
308 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
[all …]
Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
247 function circle($x, $y, $r) { }
248 function clip() {} function in OutputDriverPCL
252 function dash($x, $y) { }
256 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
257 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
258 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ }
260 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ }
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js192 mxVsdxCanvas2D.prototype.createRowScaled = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF,… argument
200 mxVsdxCanvas2D.prototype.createRowRel = function(type, index, x, y, a, b, c , d, xF, yF, aF, bF, cF… argument
232 mxVsdxCanvas2D.prototype.rect = function(x, y, w, h) argument
256 mxVsdxCanvas2D.prototype.roundrect = function(x, y, w, h, dx, dy) argument
268 mxVsdxCanvas2D.prototype.ellipse = function(x, y, w, h) argument
303 mxVsdxCanvas2D.prototype.moveTo = function(x, y) argument
333 mxVsdxCanvas2D.prototype.lineTo = function(x, y) argument
550 mxVsdxCanvas2D.prototype.image = function(x, y, w, h, src, aspect, flipH, flipV) argument
722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… argument
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorRuler.java409 public void repaint(int x, int y) in repaint()
430 Rectangle clip = g.getClipBounds(); in paintComponent() local
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js115 function y_set(st,up,x,w,y){var p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YST… argument
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,} property
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),} property
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true… property
541 s=de2.s;de={s:prev_scut(s),st:de2.st,dd:de2.dd.dd_st,ix:a_de.length-1,y:s.y,ldst:true} property
751 function rnd6(y){var iy=Math.round((y+12)/6)*6-12 argument
1044 function draw_acc(x,y,a){if(typeof a!="number"){var c,n=a[0],d=a[1] argument
1137 function nrep_out(x,y,n){y-=3 argument
6871 function xy_str(x,y,str,action,w,wh){if(!wh) argument
6913 function put_inf2r(x,y,str1,str2,action){if(!str1){if(!str2) argument
[all …]
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8 …e){return e.q=!0,e}function unquote(e){return delete e.q,e}function Symbol(e){return this.nm=e,thi… argument
/plugin/statistics/js/
Dchart.js13 …const yt=(t,e,i)=>Math.max(Math.min(t,i),e);function vt(t){return yt(_t(2.55*t),0,255)}function Mt… argument
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg-min.js19 …"hasOwnProperty",f=/[\.\/]/,g=/\s*,\s*/,h="*",i=function(a,b){return a-b},j={n:{}},k=function(){fo… argument
20 …tp://www.w3.org/1999/xlink" width="{width}" height="{height}" viewBox="{x} {y} {width} {height}">{… property
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js1621 clip: 29, property
19332 y: -2 property
19335 y: -2 property
19338 y: -2 property
19341 y: -1 property
19344 y: -1 property
19347 y: -1 property
19350 y: -1 property
19353 y: -1 property
19356 y: 0 property
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js2ypeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd… function
7 …delete t[n])})),t[e]}function It(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height… property
28 …ontainer,n=ce('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powered by b… property
33 …."),v=f((function(e,t){return m(e,t,!0)}),"merge","Use `assign`.");function y(e,t,n){var i,r=t.pro… property
34 …ndpoint)&&(o=Et(i=t[p-1],r=t[p]),a=xt(i,r),s=Math.abs(u.x-o.x),c=Math.abs(u.y-o.y),a&&s<=n&&c<=n)}… property
Dbpmn-modeler.development.js1303 'clip': 1, property
2811 y: 0, property
3328 function rectBBox(x, y, width, height) { argument
3384 function isPointInsideBBox$2(bbox, x, y) { argument
3506 dots1.push({ x: p.x, y: p.y, t: i / n1 }); property
3511 dots2.push({ x: p.x, y: p.y, t: i / n2 }); property
3545 y: is.y, property
3791 rotate = cacher(function(x, y, rad) { argument
3979 attrs = { x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null }, property
4173 y: bounds.y + (bounds.height || 0) / 2 property
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/
Dbpmn-modeler.production.min.js2ypeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd… function
7 …delete t[n])})),t[e]}function Ht(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height… property
27 function(e){const t=he('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powe… property
197 …`,this._current.container)},Tc.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is m… property
Dbpmn-viewer.production.min.js2:e||self).BpmnJS=t()}(this,(function(){"use strict";function e(e,t){t&&(e.super_=t,e.prototype=Obj… property
Dbpmn-navigated-viewer.production.min.js2:e||self).BpmnJS=t()}(this,(function(){"use strict";function e(e,t){t&&(e.super_=t,e.prototype=Obj… property
22 function(e){const t=Ge('<a href="http://bpmn.io" target="_blank" class="bjs-powered-by" title="Powe… property
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js875 this.graphHandler.start = function(cell, x, y, cells) argument
2372 Graph.prototype.getCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument
2388 Graph.prototype.getScaledCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument
3586 y = date[_ + "FullYear"](), variable
4594 Graph.prototype.getSwimlaneAt = function (x, y, parent) argument
5326 HoverIcons.prototype.drag = function(evt, x, y) argument
5362 HoverIcons.prototype.getStateAt = function(state, x, y) argument
5481 var positionArrow = mxUtils.bind(this, function(arrow, x, y) argument
5683 HoverIcons.prototype.update = function(state, x, y) argument
6535 function addPoint(type, x, y) argument
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js14266y: (gapSize.height / gapSize.lineHeight) + gapSize.decender - gapSize.fontSize / 3,//0,// gapSize.… property
15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background property
15909 y: modSize * j, property
15972 y: this.y, property
15976 bottomMost: { y: this.y, page: this.page }, property
16082 y: this.y, property
16152 y: this.y property
16201 y: r.y, property
16294 y: nextPage.y property
16665 y = Math.max(y, inline.font.ascender / 1000 * inline.fontSize); property
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js2:e||self).DmnJS=t()}(this,(function(){"use strict";const e=Object.prototype.toString,t=Object.prot… property
7 …delete t[n])})),t[e]}function Hi(e,t,n,i){return 1===arguments.length&&(t=e.y,n=e.width,i=e.height… property
15 … 15"}),f(e,{element:o,attrs:{fill:"none",stroke:i,strokeWidth:1.5},ref:{x:1,y:10},scale:.5})}else … property
21 …tainer),this._init(this._container,e)}function Wa(e){return{x:e.x+e.width/2,y:e.y+e.height/2}}func… property
191 …`,this._current.container)},nd.prototype.open=function(e,t,n,i){if(!e)throw new Error("target is m… property
192 …v1.5.1 by @mathias | MIT license */var hy=(ly||(ly=1,function(e,t){var n;n=void 0!==sy?sy:uy,e.exp… property
/plugin/diagramsnet/lib/js/diagramly/
DEditor.js1063 RoughCanvas.prototype.arcTo = function(rx, ry, angle, largeArcFlag, sweepFlag, x, y) argument
1087 RoughCanvas.prototype.rect = function(x, y, w, h) argument
1100 RoughCanvas.prototype.ellipse = function(x, y, w, h) argument
1113 RoughCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) argument
1331 mxShape.prototype.paintGlassEffect = function(c, x, y, w, h, arc) argument
5958 …mxSvgCanvas2D.prototype.updateTextNodes = function(x, y, w, h, align, valign, wrap, overflow, clip argument
/plugin/diagramsnet/lib/math/config/
DMML_HTMLorMML.js47 …vents={version:p};var k=d.config.menuSettings;var o={hover:500,frame:{x:3.5,y:5,bwidth:1,bcolor:"#… property
49 …nu={version:p,signal:d};var t=function(u){return MathJax.Localization._.apply(MathJax.Localization… argument
53 …rigin":"right"},".MJXp-bold":{"font-weight":"bold"},".MJXp-italic":{"font-style":"italic"},".MJXp-… field
55 …yles:{".MJX_Assistive_MathML":{position:"absolute!important",top:0,left:0,clip:(b.Browser.isMSIE&&… property

12