Searched defs:shear (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/common/
H A DtcuMatrixUtil.hpp38 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear);
71 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) argument
75 mat(0, 1) = shear.x();
76 mat(1, 0) = shear.y();
77 mat(1, 1) = 1.0f + shear.x()*shear.y();
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h210 Transform& shear(Scalar sx, Scalar sy);
497 /** Applies on the right the shear transformation represented
504 Transform<Scalar,Dim>::shear(Scalar sx, Scalar sy) function in class:Eigen::Transform
512 /** Applies on the left the shear transformation represented
515 * \sa shear()
/external/ImageMagick/MagickCore/
H A Dshear.c76 #include "MagickCore/shear.h"
1126 % XShearImage() shears the image in the X direction with a shear angle of
1127 % 'degrees'. Positive angles shear counter-clockwise (right-hand rule), and
1128 % negative angles shear clockwise. Angles are measured relative to a vertical
1146 % to shear.
1179 X shear image.
1343 % YShearImage shears the image in the Y direction with a shear angle of
1344 % 'degrees'. Positive angles shear counter-clockwise (right-hand rule), and
1345 % negative angles shear clockwise. Angles are measured relative to a
1363 % to shear
1594 shear; local
1729 shear; local
[all...]
H A Ddistort.c71 #include "MagickCore/shear.h"
2814 shear;
2834 shear.x=(-tan((double) DegreesToRadians(angle)/2.0));
2835 shear.y=sin((double) DegreesToRadians(angle));
2836 if ((fabs(shear.x) < MagickEpsilon) && (fabs(shear.y) < MagickEpsilon))
2807 shear; local
/external/eigen/Eigen/src/Geometry/
H A DTransform.h525 Transform& shear(const Scalar& sx, const Scalar& sy);
902 /** Applies on the right the shear transformation represented
909 Transform<Scalar,Dim,Mode,Options>::shear(const Scalar& sx, const Scalar& sy) function in class:Eigen::Transform
918 /** Applies on the left the shear transformation represented
921 * \sa shear()
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java574 public void shear(double shx, double shy) method in class:OverrideGraphics2D
576 graphics.shear(shx, shy);
/external/opencv/cxcore/include/
H A Dcxcore.h1389 float shear; /* slope coefficient: 0 - normal, >0 - italic */ member in struct:CvFont
1399 double shear CV_DEFAULT(0),
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2228 default_shear = cvRound(font->shear*font->vscale*XY_ONE);
2245 int dx, shear = default_shear; local
2257 shear += italic_shear;
2262 shear += italic_shear;
2267 shear += italic_shear;
2271 shear += italic_shear;
2297 pt[count].x = p.x*hscale - p.y*shear + view_x;
2309 double shear, int thickness, int line_type )
2357 font->shear = (float)shear;
2308 cvInitFont( CvFont *font, int font_face, double hscale, double vscale, double shear, int thickness, int line_type ) argument
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4386 void Magick::Image::shear(const double xShearAngle_,const double yShearAngle_) function in class:Magick::Image
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ProGuardGUI$5.class ProGuardGUI ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 474 milliseconds