Searched refs:shear (Results 1 - 11 of 11) 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/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp198 AffineTransform& AffineTransform::shear(double sx, double sy) function in class:blink::AffineTransform
213 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
218 return shear(tan(deg2rad(angle)), 0);
223 return shear(0, tan(deg2rad(angle)));
H A DAffineTransform.h97 AffineTransform& shear(double sx, double sy);
/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/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/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/eigen/Eigen/src/Geometry/
H A DTransform.h524 Transform& shear(const Scalar& sx, const Scalar& sy);
905 /** Applies on the right the shear transformation represented
912 Transform<Scalar,Dim,Mode,Options>::shear(const Scalar& sx, const Scalar& sy) function in class:Eigen::Transform
921 /** Applies on the left the shear transformation represented
924 * \sa shear()
/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/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/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 4131 milliseconds