Home
last modified time | relevance | path

Searched refs:StrokesContainer (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DOperators.h53 typedef vector<Stroke *> StrokesContainer; typedef
269 static StrokesContainer *getStrokesSet() in getStrokesSet()
284 static StrokesContainer _current_strokes_set;
H A DStyleModule.h78 Operators::StrokesContainer *strokes_set = Operators::getStrokesSet(); in execute()
86 for (Operators::StrokesContainer::iterator it = strokes_set->begin(); it != strokes_set->end(); in execute()
H A DOperators.cpp38 Operators::StrokesContainer Operators::_current_strokes_set;
1280 StrokesContainer new_strokes_set; in create()
1301 for (StrokesContainer::iterator it = new_strokes_set.begin(); it != new_strokes_set.end(); in create()
1309 for (StrokesContainer::iterator it = new_strokes_set.begin(); it != new_strokes_set.end(); in create()