Searched refs:read_bool (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/filters/
H A Dturbulence.cpp110 bool read_bool; local
148 read_bool = sp_feTurbulence_read_stitchTiles(value);
150 if (read_bool != this->stitchTiles){
151 this->stitchTiles = read_bool;
H A Dconvolvematrix.cpp107 bool read_bool; local
244 read_bool = helperfns_read_bool(value, false);
246 if (read_bool != this->preserveAlpha){
247 this->preserveAlpha = read_bool;

Completed in 26 milliseconds