Home
last modified time | relevance | path

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

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dautofill.h12 bool rect_autofill_apply(const TToonzImageP &imgToApply, int x1, int y1, int x2,
16 bool autofill_apply(const TToonzImageP &imgToApply, bool selective,
20 bool rect_autofill_apply(const TVectorImageP &imgToApply, const TRectD &rect,
24 bool stroke_autofill_apply(const TVectorImageP &imgToApply, TStroke *stroke,
H A Dautofillpli.cpp286 bool rect_autofill_apply(const TVectorImageP &imgToApply, const TRectD &rect, in rect_autofill_apply() argument
298 int i, index = 0, regionCount = imgToApply->getRegionCount(); in rect_autofill_apply()
300 TRegion *region = imgToApply->getRegion(i); in rect_autofill_apply()
408 bool stroke_autofill_apply(const TVectorImageP &imgToApply, TStroke *stroke, in stroke_autofill_apply() argument
410 if (!imgToApply || !stroke || stroke->getControlPointCount() == 0) in stroke_autofill_apply()
427 for (i = 0; i < (int)imgToApply->getRegionCount(); i++) { in stroke_autofill_apply()
428 TRegion *currentRegion = imgToApply->getRegion(i); in stroke_autofill_apply()
H A Dautofilltlv.cpp149 bool rect_autofill_apply(const TToonzImageP &imgToApply, int x1, int y1, int x2, in rect_autofill_apply() argument
163 TRasterCM32P ras = imgToApply->getRaster(); in rect_autofill_apply()
341 bool autofill_apply(const TToonzImageP &imgToApply, bool selective, in autofill_apply() argument
361 TRasterCM32P ras = imgToApply->getRaster(); in autofill_apply()