Home
last modified time | relevance | path

Searched refs:brushes (Results 1 – 25 of 2266) sorted by relevance

12345678910>>...91

/dports/graphics/xpaint/xpaint-2.9.10.3/bitmaps/
H A Dbrushbox.cfg2 brushes/paintA.xpm
3 brushes/paintB.xpm
4 brushes/paintC.xpm
5 brushes/paintD.xpm
6 brushes/paintE.xpm
7 brushes/paintF.xpm
8 brushes/paintG.xpm
9 brushes/paintH.xpm
10 brushes/paintI.xpm
11 brushes/paintJ.xpm
[all …]
/dports/graphics/libmypaint/libmypaint-1.6.1/tests/
H A DMakefile.am47 brushes/bulk.myb \
48 brushes/charcoal.myb \
49 brushes/coarse_bulk_2.myb \
50 brushes/impressionism.myb \
51 brushes/modelling.myb \
52 brushes/bad/bad_setting_types_1.myb \
53 brushes/bad/bad_setting_types_2.myb \
54 brushes/bad/bad_setting_types_3.myb \
55 brushes/bad/bad_setting_types_4.myb \
56 brushes/bad/empty.bad-myb \
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dentity.c119 while (e->brushes.onext != &e->brushes) in Entity_Free()
182 ent->brushes.onext = ent->brushes.oprev = &ent->brushes; in Entity_Parse()
212 if (ent->brushes.onext == &ent->brushes) in Entity_Parse()
223 if (ent->brushes.onext != &ent->brushes) in Entity_Parse()
227 while (ent->brushes.onext != &ent->brushes) in Entity_Parse()
232 ent->brushes.next = ent->brushes.prev = &ent->brushes; in Entity_Parse()
247 if (ent->brushes.next == &ent->brushes) in Entity_Parse()
292 for (b=e->brushes.onext ; b != &e->brushes ; b=b->onext) in Entity_Write()
317 for (b=e->brushes.onext ; b != &e->brushes ; b=b->onext) in Entity_Write()
362 e->brushes.onext = e->brushes.oprev = &e->brushes; in Entity_Create()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dentity.c119 while (e->brushes.onext != &e->brushes) in Entity_Free()
182 ent->brushes.onext = ent->brushes.oprev = &ent->brushes; in Entity_Parse()
212 if (ent->brushes.onext == &ent->brushes) in Entity_Parse()
223 if (ent->brushes.onext != &ent->brushes) in Entity_Parse()
227 while (ent->brushes.onext != &ent->brushes) in Entity_Parse()
232 ent->brushes.next = ent->brushes.prev = &ent->brushes; in Entity_Parse()
247 if (ent->brushes.next == &ent->brushes) in Entity_Parse()
292 for (b=e->brushes.onext ; b != &e->brushes ; b=b->onext) in Entity_Write()
317 for (b=e->brushes.onext ; b != &e->brushes ; b=b->onext) in Entity_Write()
362 e->brushes.onext = e->brushes.oprev = &e->brushes; in Entity_Create()
[all …]
/dports/games/netradiant/netradiant-20150621-src/contrib/ufoaiplug/
H A Dufoai_filters.cpp187 brushlist_t brushes; in filter_level() local
199 brushes.erase( brushes.begin(), brushes.end() ); in filter_level()
219 if ( brushes.empty() ) { in filter_level()
245 brushlist_t brushes; in filter_stepon() local
248 if ( brushes.empty() ) { in filter_stepon()
264 brushlist_t brushes; in filter_nodraw() local
268 if ( brushes.empty() ) { in filter_nodraw()
285 brushlist_t brushes; in filter_actorclip() local
289 if ( brushes.empty() ) { in filter_actorclip()
306 brushlist_t brushes; in filter_weaponclip() local
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DSnapBrushVerticesCommand.cpp34 Model::BrushList brushes; in snap() local
37 extractVertexMap(vertices, brushes, brushVertices, vertexPositions); in snap()
39 … return Ptr(new SnapBrushVerticesCommand(brushes, brushVertices, vertexPositions, snapTo)); in snap()
42 …ticesCommand::Ptr SnapBrushVerticesCommand::snap(const Model::BrushList& brushes, const size_t sna… in snap() argument
49 for (bIt = brushes.begin(), bEnd = brushes.end(); bIt != bEnd; ++bIt) { in snap()
59 … return Ptr(new SnapBrushVerticesCommand(brushes, brushVertices, vertexPositions, snapTo)); in snap()
62 …SnapBrushVerticesCommand::SnapBrushVerticesCommand(const Model::BrushList& brushes, const Model::B… in SnapBrushVerticesCommand() argument
63 VertexCommand(Type, "Snap Brush Vertices", brushes), in SnapBrushVerticesCommand()
77 …ommand::doSelectNewHandlePositions(VertexHandleManager& manager, const Model::BrushList& brushes) { in doSelectNewHandlePositions() argument
78 const Model::BrushSet brushSet(brushes.begin(), brushes.end()); in doSelectNewHandlePositions()
[all …]
H A DVertexCommand.cpp31 …mmand::VertexCommand(const CommandType type, const String& name, const Model::BrushList& brushes) : in VertexCommand() argument
33 m_brushes(brushes), in VertexCommand()
54 brushes.push_back(brush); in extractVertexMap()
61 …::extractEdgeMap(const Model::VertexToEdgesMap& edges, Model::BrushList& brushes, Model::BrushEdge… in extractEdgeMap() argument
74 brushes.push_back(brush); in extractEdgeMap()
80 assert(!brushes.empty()); in extractEdgeMap()
81 assert(brushes.size() == brushEdges.size()); in extractEdgeMap()
84 …::extractFaceMap(const Model::VertexToFacesMap& faces, Model::BrushList& brushes, Model::BrushFace… in extractFaceMap() argument
97 brushes.push_back(brush); in extractFaceMap()
105 assert(!brushes.empty()); in extractFaceMap()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_color_win32.cxx144 } brushes[FL_N_BRUSH]; in fl_brush_action() local
149 if (brushes[i].brush) in fl_brush_action()
160 if (brushes[j].usage>16000) in fl_brush_action()
161 brushes[j].usage -= 16000; in fl_brush_action()
163 brushes[j].usage = 0; in fl_brush_action()
166 return brushes[i].brush; in fl_brush_action()
172 umin = brushes[i].usage; in fl_brush_action()
181 brushes[i].brush = NULL; in fl_brush_action()
186 brushes[i].usage = 0; in fl_brush_action()
187 brushes[i].backref = xmap; in fl_brush_action()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_color_win32.cxx135 } brushes[FL_N_BRUSH]; in fl_brush_action() local
140 if (brushes[i].brush) in fl_brush_action()
151 if (brushes[j].usage>16000) in fl_brush_action()
152 brushes[j].usage -= 16000; in fl_brush_action()
154 brushes[j].usage = 0; in fl_brush_action()
157 return brushes[i].brush; in fl_brush_action()
163 umin = brushes[i].usage; in fl_brush_action()
172 brushes[i].brush = NULL; in fl_brush_action()
177 brushes[i].usage = 0; in fl_brush_action()
178 brushes[i].backref = xmap; in fl_brush_action()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_color_win32.cxx144 } brushes[FL_N_BRUSH]; in fl_brush_action() local
149 if (brushes[i].brush) in fl_brush_action()
160 if (brushes[j].usage>16000) in fl_brush_action()
161 brushes[j].usage -= 16000; in fl_brush_action()
163 brushes[j].usage = 0; in fl_brush_action()
166 return brushes[i].brush; in fl_brush_action()
172 umin = brushes[i].usage; in fl_brush_action()
181 brushes[i].brush = NULL; in fl_brush_action()
186 brushes[i].usage = 0; in fl_brush_action()
187 brushes[i].backref = xmap; in fl_brush_action()
[all …]
/dports/graphics/mypaint-brushes2/mypaint-brushes-2.0.2/
H A DREADME.md1 mypaint-brushes - MyPaint brushes
6 This data package is versionned. This are the brushes to be used by
9 If you want brushes for the libmypaint 1.x releases, do not install
30 Using the brushes with pkg-config
33 If your application needs libmypaint 2.x brushes, you can make the
34 module "mypaint-brushes-2.0" a dependency with pkg-config.
38 for all mypaint default brushes.
44 > pkg-config --variable=brushesdir mypaint-brushes-2.0
51 acceptable license for the official `mypaint-brushes` package.
56 By contributing new brushes, you therefore agree for them to be
[all …]
H A DREADME1 mypaint-brushes - MyPaint brushes
6 This data package is versionned. This are the brushes to be used by
9 If you want brushes for the libmypaint 1.x releases, do not install
30 Using the brushes with pkg-config
33 If your application needs libmypaint 2.x brushes, you can make the
34 module "mypaint-brushes-2.0" a dependency with pkg-config.
38 for all mypaint default brushes.
44 > pkg-config --variable=brushesdir mypaint-brushes-2.0
51 acceptable license for the official `mypaint-brushes` package.
56 By contributing new brushes, you therefore agree for them to be
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DFilelist175 bitmaps/brushes/paintA.xpm
176 bitmaps/brushes/paintB.xpm
177 bitmaps/brushes/paintC.xpm
178 bitmaps/brushes/paintD.xpm
179 bitmaps/brushes/paintE.xpm
180 bitmaps/brushes/paintF.xpm
181 bitmaps/brushes/paintG.xpm
182 bitmaps/brushes/paintH.xpm
183 bitmaps/brushes/paintI.xpm
184 bitmaps/brushes/paintJ.xpm
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorEntity.cpp338 while ( e->brushes.onext != &e->brushes ) { in Entity_Free()
364 for( b = e->brushes.onext; b != &e->brushes; b = b->onext ) in Entity_MemorySize()
463 ent->brushes.prev = ent->brushes.next = NULL; in Entity_New()
464 ent->brushes.oprev = ent->brushes.onext = NULL; in Entity_New()
566 if (ent->brushes.onext == &ent->brushes) { in Entity_PostParse()
650 if (ent->brushes.onext != &ent->brushes) { in Entity_PostParse()
721 if (ent->brushes.next == &ent->brushes) { in Entity_PostParse()
809 ent->brushes.onext = ent->brushes.oprev = &ent->brushes; in Entity_Parse()
1153 e->brushes.onext = e->brushes.oprev = &e->brushes; in Entity_Create()
1277 n->brushes.onext = n->brushes.oprev = &n->brushes; in Entity_Clone()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/
H A Dq3maporigin2originbrush.pl11 my @brushes = ( );
32 push @brushes, $brush;
72 return \%ent, \@brushes;
87 my ($ent, $brushes) = @_;
97 if(defined $brushes)
99 for(@$brushes)
176 my ($ent, $brushes) = ParseEntity $infh;
179 if(@$brushes)
182 if grep { m!\s+brushDef\s+!; } @$brushes;
183 if(grep { m!\s+common/origin\s+!; } @$brushes)
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_dcDrawLists.py128 brushes = []
133 brushes.append( brushcache[c] )
134 return brushes
193 brushes = makeRandomBrushes()
212 brushes = makeRandomBrushes()
230 brushes = makeRandomBrushes()
236 dc.DrawEllipseList(makeRandomRectangles(),None,brushes)
248 brushes = makeRandomBrushes()
253 dc.DrawPolygonList(polygons, pens[0],brushes)
254 dc.DrawPolygonList(polygons, pens,brushes[0])
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DDrawXXXList.py118 brushes = []
126 brushes.append( cache[c] )
128 return brushes
149 brushes = None variable
163 global brushes
183 brushes = makeRandomBrushes(n, brushcache)
258 dc.DrawEllipseList(rectangles,None,brushes)
259 dc.DrawEllipseList(rectangles,pens,brushes)
296 dc.SetBrush( brushes[i] )
308 dc.DrawPolygonList(polygons,pens[0],brushes)
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpbrushpipe.c100 pipe->brushes = NULL; in gimp_brush_pipe_init()
116 if (pipe->brushes) in gimp_brush_pipe_finalize()
121 if (pipe->brushes[i]) in gimp_brush_pipe_finalize()
197 if (pipe->brushes[i]) in gimp_brush_pipe_copy()
198 g_object_unref (pipe->brushes[i]); in gimp_brush_pipe_copy()
205 if (src_pipe->brushes[i]) in gimp_brush_pipe_copy()
207 pipe->brushes[i] = in gimp_brush_pipe_copy()
216 pipe->current = pipe->brushes[0]; in gimp_brush_pipe_copy()
236 if (pipe->brushes[i]) in gimp_brush_pipe_begin_use()
249 if (pipe->brushes[i]) in gimp_brush_pipe_end_use()
[all …]
/dports/graphics/mypaint-brushes/mypaint-brushes-1.3.1/
H A DREADME1 mypaint-brushes - MyPaint brushes
6 This data package is versionned. This are the brushes to be used by
13 mypaint-brushes package can be installed as a typical autotools build:
26 Using the brushes with pkg-config
29 If your application needs libmypaint 1.x brushes, you can make the
30 module "mypaint-brushes-1.0" a dependency with pkg-config.
34 for all mypaint default brushes.
40 > pkg-config --variable=brushesdir mypaint-brushes-1.0
H A DREADME.md1 mypaint-brushes - MyPaint brushes
6 This data package is versionned. This are the brushes to be used by
13 mypaint-brushes package can be installed as a typical autotools build:
26 Using the brushes with pkg-config
29 If your application needs libmypaint 1.x brushes, you can make the
30 module "mypaint-brushes-1.0" a dependency with pkg-config.
34 for all mypaint default brushes.
40 > pkg-config --variable=brushesdir mypaint-brushes-1.0
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/FMDP/factory/
H A Dfactory1.dat81 brushes (brushes (t (1.000000 0.000000 ))
147 brushes (brushes (t (1.000000 0.000000 ))
220 brushes (brushes (t (1.000000 0.000000 ))
293 brushes (brushes (t (1.000000 0.000000 ))
357 brushes (brushes (t (1.000000 0.000000 ))
421 brushes (brushes (t (1.000000 0.000000 ))
492 brushes (brushes (t (1.000000 0.000000 ))
563 brushes (brushes (t (1.000000 0.000000 ))
630 brushes (brushes (t (1.000000 0.000000 ))
697 brushes (brushes (t (1.000000 0.000000 ))
[all …]
H A Dfactory2.dat81 brushes (brushes (t (1.000000 0.000000 ))
148 brushes (brushes (t (1.000000 0.000000 ))
224 brushes (brushes (t (1.000000 0.000000 ))
300 brushes (brushes (t (1.000000 0.000000 ))
367 brushes (brushes (t (1.000000 0.000000 ))
434 brushes (brushes (t (1.000000 0.000000 ))
508 brushes (brushes (t (1.000000 0.000000 ))
582 brushes (brushes (t (1.000000 0.000000 ))
652 brushes (brushes (t (1.000000 0.000000 ))
722 brushes (brushes (t (1.000000 0.000000 ))
[all …]
/dports/games/xonotic/Xonotic/misc/tools/
H A Dentmerge.pl222 my ($brushes) = @_;
226 for my $brush(@$brushes)
252 my @brushes = ( );
273 push @brushes, $brush;
313 return \%ent, \@brushes;
328 my ($ent, $brushes) = @_;
338 if(defined $brushes)
340 for(@$brushes)
375 @submodels = ($brushes);
402 if(@$brushes)
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gimpressionist/
H A Drepaint.c408 brushes[0].col = NULL; in repaint()
411 resize (&brushes[0], in repaint()
414 scale = runningvals.size_last / MAX (brushes[0].width, brushes[0].height); in repaint()
419 resize (&brushes[0], brushes[0].width * scale, brushes[0].height * scale); in repaint()
420 i = 1 + sqrt (brushes[0].width * brushes[0].width + in repaint()
421 brushes[0].height * brushes[0].height); in repaint()
422 ppm_pad (&brushes[0], i-brushes[0].width, i-brushes[0].width, in repaint()
423 i - brushes[0].height, i - brushes[0].height, back); in repaint()
428 ppm_copy (&brushes[0], &brushes[i]); in repaint()
466 brush = &brushes[0]; in repaint()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimpmybrushcore.c54 GList *brushes; member
132 if (core->private->brushes) in gimp_mybrush_core_finalize()
134 g_list_free_full (core->private->brushes, in gimp_mybrush_core_finalize()
136 core->private->brushes = NULL; in gimp_mybrush_core_finalize()
238 g_list_free_full (mybrush->private->brushes, in gimp_mybrush_core_paint()
240 mybrush->private->brushes = NULL; in gimp_mybrush_core_paint()
305 for (iter = mybrush->private->brushes, i = 0; in gimp_mybrush_core_motion()
356 if (mybrush->private->brushes) in gimp_mybrush_core_create_brushes()
360 mybrush->private->brushes = NULL; in gimp_mybrush_core_create_brushes()
416 mybrush->private->brushes = g_list_prepend (mybrush->private->brushes, in gimp_mybrush_core_create_brushes()
[all …]

12345678910>>...91