Home
last modified time | relevance | path

Searched refs:vShear (Results 1 – 8 of 8) sorted by relevance

/dports/comms/qsstv/qsstv/editor/
H A Dbasegraphicitem.cpp101 str >> param.vShear; in load()
134 str << param.vShear; in save()
153 param.vShear=vs; in setTransform()
161 tx.shear(param.hShear,param.vShear); in setTransform()
187 param.vShear=sp.vShear; in setParam()
188 setTransform (param.rotation,param.hShear,param.vShear); in setParam()
H A Deditorscene.h69 qreal vShear; variable
H A Dbasegraphicitem.h33 double vShear; member
H A Deditorscene.cpp69 vShear=0; in editorScene()
384 it->setTransform(rotate,hShear,vShear); in apply()
421 item->setTransform(rotate,hShear,vShear); in itemSetup()
H A Deditorview.cpp435 scene->vShear=(double)vshearSlider->value()/10.; in setTransform()
506 vshearSlider->setValue((int)(p.vShear*10)); in slotItemSelected()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DShear.h70 BinaryImage vShear(const BinaryImage& src, double shear, double x_origin, BWColor background_color);
H A DShear.cpp174 BinaryImage vShear(const BinaryImage& src, const double shear, const double x_origin, const BWColor… in vShear() function
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/tests/
H A DTestShear.cpp52 const BinaryImage v_shear = vShear(img, 1.0, 0.5 * img.width(), WHITE); in BOOST_AUTO_TEST_CASE()