Home
last modified time | relevance | path

Searched refs:defaultSize (Results 1 – 3 of 3) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js43911 function expandedBounds(shape, defaultSize) { argument
43913 newBounds = defaultSize,
43939 function collapsedBounds(shape, defaultSize) { argument
43942 x: shape.x + (shape.width - defaultSize.width) / 2,
43943 y: shape.y + (shape.height - defaultSize.height) / 2,
43944 width: defaultSize.width,
43945 height: defaultSize.height
43989 defaultSize = elementFactory._getDefaultSize(shape),
43995 newBounds = collapsedBounds(shape, defaultSize);
43999 newBounds = expandedBounds(shape, defaultSize);
/plugin/achart/assets/
H A Dapexcharts.min.js6defaultSize=Math.min(a.globals.gridWidth,a.globals.gridHeight),this.centerY=this.defaultSize/2,thi…
/plugin/openlayersmap/ol7/
H A Dol.js.map