Searched refs:linewidth (Results 1 – 25 of 73) sorted by relevance
123
| /plugin/stlviewer/stlviewer/ |
| D | CanvasRenderer.js | 633 setLineWidth( material.linewidth ); 682 _elemBox.expandByScalar( material.linewidth * 2 ); 814 function strokePath( color, linewidth, linecap, linejoin ) { argument 816 setLineWidth( linewidth ); 823 _elemBox.expandByScalar( linewidth * 2 );
|
| D | three.min.js | 2 …linewidth&&1!==this.linewidth&&(n.linewidth=this.linewidth),void 0!==this.dashSize&&(n.dashSize=th…
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor_zh-CN.properties.bak | 64 linewidth=Linewidth
|
| D | editor.properties.bak | 63 linewidth=Linewidth
|
| D | editor_de.properties.bak | 64 linewidth=Linienbreite
|
| D | editor_de.properties | 71 linewidth=Linienbreite key
|
| D | editor.properties | 67 linewidth=Linewidth key
|
| D | editor_zh-CN.properties | 64 linewidth=Linewidth key
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | psvg-1.js | 71 …,gcur={cx:0,cy:0,xoffs:0,yoffs:0,xscale:1,yscale:1,rotate:0,sin:0,cos:1,linewidth:0.7,dash:''},gc_… property 196 Psvg.prototype.setlinewidth=function(w){gcur.linewidth=w} 219 if(gcur.linewidth!=0.7) 220 svgbuf+='" stroke-width="'+gcur.linewidth.toFixed(1);svgbuf+='" stroke="currentColor" fill="none"'+…
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Svg.php | 2459 $linewidth = $this->ConvertSVGSizePixels($stroke_width); 2460 if ($linewidth > 0) { 2461 $strokestr .= sprintf('%.3F w 0 J 0 j ', $linewidth * $this->kp); 2638 $linewidth = $this->ConvertSVGSizePixels($current_style['stroke-width']); 2640 if ($linewidth > 0) { 2641 $strokestr .= sprintf('%.3F w 1 J 1 j ', $linewidth * $this->kp);
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_i18n.txt | 462 linewidth=linewidth
|
| D | dia_ru.txt | 462 linewidth=Толщина линии
|
| D | dia_bg.txt | 462 linewidth=Ширина на линията
|
| D | dia_el.txt | 462 linewidth=Μήκος Γραμμής
|
| D | dia_zh.txt | 462 linewidth=线宽
|
| D | dia_uk.txt | 462 linewidth=Товщина лінії
|
| D | dia_zh-tw.txt | 462 linewidth=邊線寬度
|
| D | dia_ko.txt | 462 linewidth=선 너비
|
| D | dia_th.txt | 462 linewidth=ความกว้างของเส้น
|
| D | dia_fa.txt | 462 linewidth=عرض خظ
|
| D | dia_he.txt | 462 linewidth=רוחב הקו
|
| D | dia_ja.txt | 462 linewidth=線幅
|
| D | dia_ar.txt | 462 linewidth=عرض الخط
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorMenuBar.java.bak | 705 submenu.add(editor.bind(mxResources.get("linewidth"),
|
| /plugin/abc2/abc-libraries/abcjs/ |
| D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …linewidth=i.linewidth,this.klass=i.klass,this.top=r,void 0!==this.pitch2&&this.pitch2>this.top&&(t… property
|
123