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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp312 Piecewise<SBasis> tilter;//used to bend the hatches local
320 tilter = Piecewise<SBasis>(shift(Linear(-bend_amount),1));
323 tilter.setDomain((*bbox)[Y]);
324 transformed_pwd2_in = bend(transformed_pwd2_in, tilter);
340 smthSnake = bend(smthSnake, -tilter);

Completed in 15 milliseconds