Searched refs:selectingStroke (Results 1 – 1 of 1) sorted by relevance
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/ |
H A D | filltool.cpp | 588 TRectD selectionArea, TStroke *selectingStroke, in VectorAutoFillUndo() argument 596 m_selectingStroke = selectingStroke ? new TStroke(*selectingStroke) : 0; in VectorAutoFillUndo() 713 void doStrokeAutofill(const TImageP &img, TStroke *selectingStroke, in doStrokeAutofill() argument 743 convertStrokeToImage(selectingStroke, ras->getBounds(), pos); in doStrokeAutofill() 783 selectingStroke->getBBox()); in doStrokeAutofill() 786 stroke_autofill_learn(onionImg, selectingStroke); in doStrokeAutofill() 787 bool hasFilled = stroke_autofill_apply(vi, selectingStroke, onlyUnfilled); in doStrokeAutofill() 790 regionFillInformation, TRectD(), selectingStroke, onlyUnfilled, sl, in doStrokeAutofill()
|