Home
last modified time | relevance | path

Searched refs:pensize (Results 1 – 25 of 141) sorted by relevance

123456

/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_pdf.c87 if ( pensize > 0.35 ) { in pdf_set_linecap()
127 if ( pensize > 0.35 ) { in pdf_set_linejoin()
184 PEN_W pensize) in pdf_init() argument
197 PDF_setlinewidth(fd, pensize); in pdf_init()
216 PEN_W pensize; in to_pdf() local
236 pdf_init (pg, po, md, pensize); in to_pdf()
263 pensize = pt.width[pen_no]; in to_pdf()
322 if(pensize != 0){ in to_pdf()
329 if(pensize != 0){ in to_pdf()
343 if(pensize != 0){ in to_pdf()
[all …]
H A Dto_mf.c133 pensize = p->pensize[p->pen]; in to_mftex()
134 if (pensize != 0) in to_mftex()
136 fprintf(md, pen_cmd, pensize, pensize); in to_mftex()
138 fprintf(md, pen_cmd, pensize); in to_mftex()
156 pensize = p->pensize[p->pen]; in to_mftex()
157 if (pensize != 0) in to_mftex()
165 fprintf(md, pen_cmd, pensize, pensize); in to_mftex()
167 fprintf(md, pen_cmd, pensize); in to_mftex()
173 if (pensize == 0 || mode == 3) in to_mftex()
193 if (pensize == 0) in to_mftex()
[all …]
H A Dto_eps.c121 if ( pensize > 0.35 ) { in ps_set_linecap()
213 PEN_W pensize) in ps_init() argument
344 PEN_W pensize; in to_eps() local
366 ps_init (pg, po, md, pensize); in to_eps()
368 if (pensize > 0.05) in to_eps()
369 fprintf(md," %6.3f W\n", pensize); in to_eps()
395 pensize = pt.width[pen_no]; in to_eps()
404 pensize=pt.width[pen_no]; in to_eps()
435 if (pensize > 0.05) in to_eps()
451 if (pensize > 0.05) in to_eps()
[all …]
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pdf.c105 if (pensize > 0.35) { in pdf_set_linecap()
144 if (pensize > 0.35) { in pdf_set_linejoin()
215 PEN_W pensize) in pdf_init() argument
238 pensize, fd); in pdf_init()
254 PEN_W pensize; in to_pdf() local
299 pensize = pt.width[pen_no]; in to_pdf()
308 pensize = pt.width[pen_no]; in to_pdf()
333 (double) pensize, md); in to_pdf()
336 (double) pensize, md); in to_pdf()
349 (double) pensize, md); in to_pdf()
[all …]
H A Dto_eps.c132 if (pensize > 0.35) { in ps_set_linecap()
172 if (pensize > 0.35) { in ps_set_linejoin()
289 PEN_W pensize) in ps_init() argument
433 PEN_W pensize; in to_eps() local
452 ps_init(pg, po, md, pensize); in to_eps()
454 if (pensize > 0.05) in to_eps()
478 pensize = pt.width[pen_no]; in to_eps()
486 pensize = pt.width[pen_no]; in to_eps()
513 if (pensize > 0.05) in to_eps()
526 if (pensize > 0.05) in to_eps()
[all …]
H A Dto_fig.c39 PEN_W pensize; in to_fig() local
88 pensize = pt.width[pen_no]; in to_fig()
89 if (pensize >= MM_PER_DISPLAY_UNIT / 10) { in to_fig()
119 fig_poly_end(pensize, colour, jointype, in to_fig()
123 pensize = pt.width[pen_no]; in to_fig()
124 if (pensize < MM_PER_DISPLAY_UNIT / 10) { in to_fig()
146 pensize = pt.width[pen_no]; in to_fig()
167 if (pensize > 0.35) { in to_fig()
197 fig_poly_end(pensize, colour, jointype, in to_fig()
224 fig_poly_end(pensize, colour, jointype, in to_fig()
[all …]
H A Dto_vec.c80 PEN_W pensize; in to_mftex() local
352 pensize = pt.width[pen_no]; in to_mftex()
354 if (pensize != 0) in to_mftex()
357 fprintf(md, pen_cmd, pensize, pensize); in to_mftex()
403 if (pensize != 0.) { in to_mftex()
411 pensize); in to_mftex()
422 pensize); in to_mftex()
441 if (pensize != 0) in to_mftex()
445 pensize); in to_mftex()
604 if (pensize == 0.) in to_mftex()
[all …]
H A Dto_rgip.c210 PEN_W pensize; in to_rgip() local
240 pensize = pt.width[DEFAULT_PEN_NO]; in to_rgip()
241 if (pensize > 0.05) { in to_rgip()
263 pensize = pt.width[pen_no]; in to_rgip()
264 if (pensize > 0.05) { in to_rgip()
267 pensize * in to_rgip()
292 pensize = pt.width[pen_no]; in to_rgip()
293 if (pensize > 0.05) { in to_rgip()
296 pensize * in to_rgip()
316 if (pensize != 0) { in to_rgip()
[all …]
H A Dto_emf.c89 emf_new_pen(PEN_W pensize, double red, double green, double blue, in emf_new_pen() argument
94 if (pensize > 0.) in emf_new_pen()
96 CreatePen(PS_SOLID, (int) (5. * pensize), in emf_new_pen()
100 CreatePen(PS_NULL, (int) (5. * pensize), in emf_new_pen()
146 PEN_W pensize; in plotit() local
147 pensize = pt.width[DEFAULT_PEN_NO]; /* Default pen */ in plotit()
171 pensize = pt.width[pen_no]; in plotit()
173 emf_new_pen(pensize, pt.clut[pencolor][0], in plotit()
204 if (pensize != 0) in plotit()
209 if (pensize != 0) in plotit()
[all …]
H A Dpicbuf.c529 static void dot_PicBuf(DevPt * p0, int pensize, PEN_C pencolor, in dot_PicBuf() argument
535 int dd = 3 - (pensize); in dot_PicBuf()
537 int dy = pensize / 2; in dot_PicBuf()
567 line_PicBuf(DevPt * p0, DevPt * p1, PEN_W pensize, PEN_C pencolor, in line_PicBuf() argument
579 int linewidth = (int) ceil(pensize * po->HP_to_xdots / 0.025); /* convert to pixel space */ in line_PicBuf()
608 if (pensize > 0.35) { in line_PicBuf()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dclone_stamp_config.cc355 int pensize = stamp_size.get_adjustment()->get_value();//*scale; in modify_preview() local
356 double tx = 0, ty = 0, tw = pensize, th = pensize; in modify_preview()
358 pensize = tw; in modify_preview()
359 int pen_size2 = pensize*pensize; in modify_preview()
365 buf_out.draw_circle( x0, y0, pensize, buf_in ); in modify_preview()
368 buf_out.draw_circle( x0-tw, y0-th, pensize, buf_in ); in modify_preview()
370 buf_out.draw_circle( x0, y0, pensize, buf_in ); in modify_preview()
374 buf_out.draw_circle( tx, ty, pensize, buf_in ); in modify_preview()
376 buf_out.draw_circle( x0, y0, pensize, buf_in ); in modify_preview()
H A Ddraw_config.cc479 int pensize = pen_size.get_adjustment()->get_value();//*scale; in modify_preview() local
480 double tx = 0, ty = 0, tw = pensize, th = pensize; in modify_preview()
482 pensize = tw; in modify_preview()
483 int pen_size2 = pensize*pensize; in modify_preview()
490 buf_temp.draw_circle( x0, y0, pensize, in modify_preview()
497 buf_out.draw_circle( x0, y0, pensize, buf_in ); in modify_preview()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/drawing_sheet/
H A Dds_data_item.cpp84 int pensize = GetPenSizeUi(); in SyncDrawItems() local
86 if( pensize == 0 ) in SyncDrawItems()
87 pensize = aCollector ? aCollector->GetDefaultPenSize() : 0; in SyncDrawItems()
114 item = new DS_DRAW_ITEM_LINE( this, j, GetStartPosUi( j ), GetEndPosUi( j ), pensize ); in SyncDrawItems()
116 item = new DS_DRAW_ITEM_RECT( this, j, GetStartPosUi( j ), GetEndPosUi( j ), pensize ); in SyncDrawItems()
414 int pensize = GetPenSizeUi(); in SyncDrawItems() local
415 auto poly_shape = new DS_DRAW_ITEM_POLYPOLYGONS( this, j, GetStartPosUi( j ), pensize ); in SyncDrawItems()
537 int pensize = GetPenSizeUi(); in SyncDrawItems() local
550 if( pensize == 0 ) in SyncDrawItems()
551 pensize = aCollector ? aCollector->GetDefaultPenSize() : 1; in SyncDrawItems()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/include/MapEditor/
H A DMapEditor.h80 EditorMode(TERRAINTYPE terrainType, int pensize) in EditorMode() argument
81 : mode(EditorMode_Terrain), terrainType(terrainType), pensize(pensize) { in EditorMode()
101 int pensize = 0; variable
/dports/math/kig/kig-21.12.3/filters/
H A Dpgfexporterimpvisitor.cc62 QString pensize(QLatin1String("")); in emitPenSize() local
66 pensize = QStringLiteral("line width=1pt"); in emitPenSize()
71 pensize = "line width=" + QString::number(width / 2.0) + "pt"; in emitPenSize()
73 return pensize; in emitPenSize()
H A Dasyexporterimpvisitor.cc63 QString pensize(QLatin1String("")); in emitPenSize() local
67 pensize = QStringLiteral("linewidth(0.5)"); in emitPenSize()
72 pensize = "linewidth(" + QString::number(width/2.0) + ')'; in emitPenSize()
74 return pensize; in emitPenSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/librelogo/source/LibreLogo/
H A DLibreLogo.py155 self.pensize = __LINEWIDTH__
694 pensize(_.pensize/__PT_TO_TWIP__)
830 _.pensize = __LINEWIDTH__
1014 _.oldlw = _.pensize
1062 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1069 _.oldlw = _.pensize
1102 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1155 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1406 def pensize(n = -1): function
1411 _.pensize = n * __PT_TO_TWIP__
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/librelogo/source/LibreLogo/
H A DLibreLogo.py162 self.pensize = __LINEWIDTH__
701 pensize(_.pensize/__PT_TO_TWIP__)
837 _.pensize = __LINEWIDTH__
1021 _.oldlw = _.pensize
1069 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1076 _.oldlw = _.pensize
1109 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1162 shape.LineWidth = _.pensize / __MM10_TO_TWIP__
1413 def pensize(n = -1): function
1418 _.pensize = n * __PT_TO_TWIP__
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dturtle.pyi142 def pensize(self, width: None = ...) -> int: ...
144 def pensize(self, width: int) -> None: ...
187 pensize: int = ...,
194 width = pensize
395 def pensize(width: None = ...) -> int: ...
397 def pensize(width: int) -> None: ...
440 pensize: int = ...,
448 width = pensize
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dturtle.pyi153 def pensize(self, width: None = ...) -> int: ...
155 def pensize(self, width: int) -> None: ...
192pensize: int = ..., speed: int = ..., resizemode: str = ..., stretchfactor: Tuple[float, float] = …
194 width = pensize
402 def pensize(width: None = ...) -> int: ...
404 def pensize(width: int) -> None: ...
441pensize: int = ..., speed: int = ..., resizemode: str = ..., stretchfactor: Tuple[float, float] = …
443 width = pensize
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dturtle.pyi151 def pensize(self, width: None = ...) -> int: ...
153 def pensize(self, width: int) -> None: ...
196 pensize: int = ...,
203 width = pensize
425 def pensize(width: None = ...) -> int: ...
427 def pensize(width: int) -> None: ...
470 pensize: int = ...,
478 width = pensize
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dturtle.pyi152 def pensize(self) -> int: ...
154 def pensize(self, width: int) -> None: ...
191pensize: int = ..., speed: int = ..., resizemode: str = ..., stretchfactor: Tuple[float, float] = …
193 width = pensize
394 def pensize() -> int: ...
396 def pensize(width: int) -> None: ...
433pensize: int = ..., speed: int = ..., resizemode: str = ..., stretchfactor: Tuple[float, float] = …
435 width = pensize
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dturtle.pyi160 def pensize(self, width: None = ...) -> int: ...
162 def pensize(self, width: int) -> None: ...
205 pensize: int = ...,
212 width = pensize
436 def pensize(width: None = ...) -> int: ...
438 def pensize(width: int) -> None: ...
481 pensize: int = ...,
489 width = pensize
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dplotters.cpp372 float pensize = view->PenSize(); in nsbeos_plot_line() local
379 view->SetPenSize(pensize); in nsbeos_plot_line()
449 float pensize = view->PenSize(); in nsbeos_plot_rectangle() local
455 view->SetPenSize(pensize); in nsbeos_plot_rectangle()
/dports/graphics/p5-GD/GD-2.73/lib/GD/
H A DSimple.pm417 pensize => 1,
915 $self->{pensize} = shift;
916 $self->gd->setThickness($self->{pensize});
918 $self->{pensize};

123456