Home
last modified time | relevance | path

Searched refs:borderWidth (Results 76 – 84 of 84) sorted by path

1234

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java331 int borderWidth = 1; in record() local
338 if (rr.x>=borderWidth) { in record()
342 borderFrames[0].setSize(borderWidth, rr.height+borderWidth*2); in record()
343 borderFrames[0].setLocation(rr.x-borderWidth, rr.y-borderWidth); in record()
349 if (rr.x+rr.width<dim.width-borderWidth) { in record()
353 borderFrames[1].setSize(borderWidth, rr.height+borderWidth*2); in record()
360 if (rr.y>=borderWidth) { in record()
364 borderFrames[2].setSize(rr.width, borderWidth); in record()
365 borderFrames[2].setLocation(rr.x, rr.y-borderWidth); in record()
371 if (rr.y+rr.height<dim.height-borderWidth) { in record()
[all …]
/plugin/katex/_assets/
H A Dkatex.min.js1 …t),/fbox|boxed|fcolorbox/.test(o)?(r.style.borderStyle="solid",r.style.borderWidth=F(y)):"angl"===…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js19685 container.style.borderWidth = 0;
20337 var borderWidth = data.borderStyle.width;
20339 square.setAttribute('x', borderWidth / 2);
20340 square.setAttribute('y', borderWidth / 2);
20341 square.setAttribute('width', width - borderWidth);
20343 square.setAttribute('stroke-width', borderWidth);
20378 var borderWidth = data.borderStyle.width;
20384 circle.setAttribute('stroke-width', borderWidth);
20434 var borderWidth = data.borderStyle.width;
20437 polyline.setAttribute('stroke-width', borderWidth);
[all …]
H A Dpdf.js.map1borderWidth","square","circle","vertices","polyline","inkLists","inkList","getFilenameFromUrl","st…
/plugin/pgn4web/pgn4web/
H A Danalysis.css49 …left: 115px; /* 30px boardTable.paddingLeft + 376px boardTable.width - 3px boardTable.borderWidth
56 margin-top: 222px; /* 210 header + 3 boardTable.borderWidth + 9 filling */
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1709 lay.style.borderWidth = '2px';
2280 lay.style.borderWidth = '2px';
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php30 …ipe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDot… argument
35 $this->borderWidth = $borderWidth;
68 return $this->borderWidth;
83 private $borderWidth; variable in BackgroundStyle
/plugin/statistics/inc/pchart/
H A DBackgroundStyle.php28 public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDotSize = 0) { argument
33 $this->borderWidth = $borderWidth;
66 return $this->borderWidth;
81 private $borderWidth; variable in BackgroundStyle
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …,o.style.padding="1px 2px 3px 4px",o.style.borderStyle="solid",o.style.borderWidth="1px 2px 3px 4p…

1234