Searched refs:rect_autofill_learn (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/ |
H A D | autofill.h | 10 void rect_autofill_learn(const TToonzImageP &imgToLearn, int x1, int y1, int x2, 19 void rect_autofill_learn(const TVectorImageP &imgToLearn, const TRectD &rect);
|
H A D | filltool.cpp | 510 rect_autofill_learn(imageToLearn, m_rectToFill.x0, m_rectToFill.y0, in redo() 632 rect_autofill_learn(onionImg, m_selectionArea); in redo() 683 rect_autofill_learn(onionImg, workRect.x0, workRect.y0, workRect.x1, in doRectAutofill() 702 rect_autofill_learn(onionImg, selectingRect); in doRectAutofill() 759 rect_autofill_learn(onionApp, workRect.x0, workRect.y0, workRect.x1, in doStrokeAutofill()
|
H A D | autofillpli.cpp | 245 void rect_autofill_learn(const TVectorImageP &imgToLearn, const TRectD &rect) in rect_autofill_learn() function
|
H A D | autofilltlv.cpp | 99 void rect_autofill_learn(const TToonzImageP &imgToLearn, int x1, int y1, int x2, in rect_autofill_learn() function
|