Home
last modified time | relevance | path

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

/dports/comms/qsstv/qsstv/editor/
H A Dbasegraphicitem.cpp100 str >> param.hShear; in load()
133 str << param.hShear; in save()
152 param.hShear=hs; in setTransform()
161 tx.shear(param.hShear,param.vShear); in setTransform()
186 param.hShear=sp.hShear; in setParam()
188 setTransform (param.rotation,param.hShear,param.vShear); in setParam()
H A Deditorscene.h68 qreal hShear; variable
H A Dbasegraphicitem.h32 double hShear; member
H A Deditorscene.cpp70 hShear=0; in editorScene()
384 it->setTransform(rotate,hShear,vShear); in apply()
421 item->setTransform(rotate,hShear,vShear); in itemSetup()
H A Deditorview.cpp434 scene->hShear=(double)hshearSlider->value()/10.; in setTransform()
505 hshearSlider->setValue((int)(p.hShear*10)); in slotItemSelected()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DShear.h63 BinaryImage hShear(const BinaryImage& src, double shear, double y_origin, BWColor background_color);
H A DShear.cpp167 BinaryImage hShear(const BinaryImage& src, const double shear, const double y_origin, const BWColor… in hShear() function
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/tests/
H A DTestShear.cpp49 const BinaryImage h_shear = hShear(img, -1.0, 0.5 * img.height(), WHITE); in BOOST_AUTO_TEST_CASE()