/dports/japanese/tomoe/tomoe-0.6.0/test/python/ |
H A D | test_writing.py | 24 self.assertEqual(0, len(writing.get_strokes())) 31 self.assertEqual(0, len(writing.get_strokes())) 35 self.assertEqual(0, len(writing.get_strokes())) 45 self.assertEqual(0, len(writing.get_strokes())) 53 for i, stroke in enumerate(writing.get_strokes()): 59 self.assertEqual(0, len(writing.get_strokes())) 69 for i, stroke in enumerate(writing.get_strokes()): 82 for i, stroke in enumerate(writing.get_strokes()):
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/ |
H A D | clone_stamp.hh | 242 std::vector< Stroke<Stamp> >& get_strokes() { return strokes; } in get_strokes() function in PF::StrokesGroup 243 const std::vector< Stroke<Stamp> >& get_strokes() const { return strokes; } in get_strokes() function in PF::StrokesGroup 250 strokes = s.get_strokes(); in operator =() 263 if( l.get_strokes() != r.get_strokes() ) return false; in operator ==() 278 str>>group.get_strokes(); in operator >>() 287 str<<group.get_strokes(); in operator <<() 352 std::vector<StrokesGroup>& get_strokes() { return strokes.get(); } in get_strokes() function in PF::CloneStampPar
|
H A D | clone_stamp.cc | 128 group.get_strokes().push_back( PF::Stroke<PF::Stamp>() ); in start_stroke() 129 PF::Stroke<PF::Stamp>& stroke = group.get_strokes().back(); in start_stroke() 155 if( group.get_strokes().empty() ) return; in draw_point() 158 PF::Stroke<PF::Stamp>& stroke = group.get_strokes().back(); in draw_point()
|
H A D | draw.hh | 170 Property< std::list< Stroke<Pencil> > >& get_strokes() { return strokes; } in get_strokes() function in PF::DrawPar 188 std::list< Stroke<Pencil> >& strokes = opar->get_strokes().get(); in render()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/ |
H A D | clone_stamp_config.cc | 85 std::vector<StrokesGroup>& groups = par->get_strokes(); in on_undo() 89 if( groups[i].get_strokes().size() > 0 ) break; in on_undo() 93 groups[i].get_strokes().pop_back(); in on_undo()
|
H A D | draw_config.cc | 223 Property< std::list< Stroke<Pencil> > >& pstrokes = par->get_strokes(); in on_undo()
|
/dports/deskutils/easystroke/easystroke-0.6.0/ |
H A D | actiondb.cc | 273 boost::shared_ptr<std::map<Unique *, StrokeSet> > ActionListDiff::get_strokes() const { in get_strokes() function in ActionListDiff 274 boost::shared_ptr<std::map<Unique *, StrokeSet> > strokes = parent ? parent->get_strokes() : in get_strokes() 309 boost::shared_ptr<std::map<Unique *, StrokeSet> > strokes = get_strokes(); in handle() 345 boost::shared_ptr<std::map<Unique *, StrokeSet> > strokes = get_strokes(); in handle_advanced()
|
H A D | actiondb.h | 369 boost::shared_ptr<std::map<Unique *, StrokeSet> > get_strokes() const;
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/gmic/obsolete/ |
H A D | inpaint.hh | 101 Property< std::list< Stroke<Pencil> > >& get_strokes() { return strokes; } in get_strokes() function in PF::GmicInpaintPar
|
H A D | inpaint.cc | 104 draw_op1->get_par()->get_strokes().import( &strokes ); in build() 105 draw_op2->get_par()->get_strokes().import( &strokes ); in build()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/ |
H A D | clone_stamp.cc | 183 std::vector<PF::StrokesGroup>& groups = par->get_strokes(); in vips_clone_stamp_gen_template() 199 std::cout<<" n. of strokes: "<<group.get_strokes().size()<<std::endl; in vips_clone_stamp_gen_template() 203 std::vector< PF::Stroke<PF::Stamp> > strokes = group.get_strokes(); in vips_clone_stamp_gen_template()
|
/dports/graphics/py-pygal/pygal-2.4.0/pygal/ |
H A D | svg.py | 93 strokes = self.get_strokes() 473 def get_strokes(self): member in Svg
|
/dports/graphics/blender/blender-2.91.0/release/scripts/freestyle/modules/freestyle/ |
H A D | utils.py | 107 def get_strokes(): function
|
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/ |
H A D | spyro_plus.py | 919 def get_strokes(self, p, cp): member in RouletteCurveType 952 def get_strokes(self, p, cp): member in SineCurveType 972 def get_strokes(self, p, cp): member in LissaCurveType 1054 self.strokes = curve_types[self.p.curve_type].get_strokes(self.p, self.cp)
|
/dports/japanese/tomoe/tomoe-0.6.0/bindings/python/ |
H A D | tomoe.defs | 969 (define-method get_strokes
|
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/ |
H A D | mesh_looptools.py | 66 def get_strokes(self, context): function 2876 gp = get_strokes(self, context) 4061 elif get_strokes(self, context): 4076 if get_strokes(self, context): 4130 if get_strokes(self, context):
|
/dports/japanese/tomoe/tomoe-0.6.0/ |
H A D | ChangeLog | 97 * bindings/python/tomoe-writing.override: tomoe.Writing.get_strokes
|