Home
last modified time | relevance | path

Searched refs:shear (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/framework/common/
DtcuMatrixUtil.hpp41 Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear);
84 inline Matrix<float, 2, 2> shearMatrix (const Vector<float, 2>& shear) in shearMatrix() argument
88 mat(0, 1) = shear.x(); in shearMatrix()
89 mat(1, 0) = shear.y(); in shearMatrix()
90 mat(1, 1) = 1.0f + shear.x()*shear.y(); in shearMatrix()
/external/ImageMagick/MagickCore/
Dshear.c1568 shear; in ShearImage() local
1590 shear.x=(-tan(DegreesToRadians(fmod(x_shear,360.0)))); in ShearImage()
1591 shear.y=tan(DegreesToRadians(fmod(y_shear,360.0))); in ShearImage()
1592 if ((shear.x == 0.0) && (shear.y == 0.0)) in ShearImage()
1604 bounds.width=image->columns+(ssize_t) floor(fabs(shear.x)*image->rows+0.5); in ShearImage()
1605 bounds.x=(ssize_t) ceil((double) image->columns+((fabs(shear.x)*image->rows)- in ShearImage()
1607 bounds.y=(ssize_t) ceil((double) image->rows+((fabs(shear.y)*bounds.width)- in ShearImage()
1625 status=XShearImage(shear_image,shear.x,image->columns,image->rows,bounds.x, in ShearImage()
1632 status=YShearImage(shear_image,shear.y,bounds.width,image->rows,(ssize_t) in ShearImage()
1639 status=CropToFitImage(&shear_image,shear.x,shear.y,(MagickRealType) in ShearImage()
[all …]
DMakefile.am248 MagickCore/shear.c \
249 MagickCore/shear.h \
391 MagickCore/shear.h \
Ddistort.c2864 shear; in RotateImage() local
2884 shear.x=(-tan((double) DegreesToRadians(angle)/2.0)); in RotateImage()
2885 shear.y=sin((double) DegreesToRadians(angle)); in RotateImage()
2886 if ((fabs(shear.x) < MagickEpsilon) && (fabs(shear.y) < MagickEpsilon)) in RotateImage()
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java574 public void shear(double shx, double shy) in shear() method in OverrideGraphics2D
576 graphics.shear(shx, shy); in shear()
/external/ImageMagick/
DImageMagick.spec.in8 …mpose bitmap images in a variety of formats. In addition resize, rotate, shear, distort and trans…
30 …, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform imag…
DREADME.txt7 shear and transform images, adjust image colors, apply various special
DREADME.md7 …, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform imag…
DMakefile.in500 MagickCore/shear.c MagickCore/shear.h MagickCore/signature.c \
626 MagickCore/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-shear.lo \
2115 MagickCore/$(DEPDIR)/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-shear.Plo \
4946 MagickCore/shear.c \
4947 MagickCore/shear.h \
5084 MagickCore/shear.h \
6366 MagickCore/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-shear.lo: \
7798 …ore/$(DEPDIR)/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-shear.Plo@am__quote@ # a…
8640 MagickCore/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-shear.lo: MagickCore/shear.c
8641shear.lo -MD -MP -MF MagickCore/$(DEPDIR)/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@…
[all …]
/external/eigen/doc/
DTutorialGeometry.dox137 (no scaling, no shear)</td><td>\code
210 t.shear(sx,sy);
/external/ImageMagick/Magick++/demo/
Ddemo.cpp411 example.shear( 45, 45 ); in main()
/external/python/cpython3/Doc/library/
Dturtle.rst1183 .. function:: shearfactor(shear=None)
1185 :param shear: number (optional)
1188 the given shearfactor shear, which is the tangent of the shear angle.
1190 If shear is not given: return the current shearfactor, i. e. the
1191 tangent of the shear angle, by which lines parallel to the
/external/eigen/Eigen/src/Geometry/
DTransform.h571 EIGEN_DEVICE_FUNC Transform& shear(const Scalar& sx, const Scalar& sy);
972 Transform<Scalar,Dim,Mode,Options>::shear(const Scalar& sx, const Scalar& sy)
/external/python/cpython3/Lib/
Dturtle.py2820 def shearfactor(self, shear=None): argument
2839 if shear is None:
2841 self.pen(resizemode="user", shearfactor=shear)
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h1334 void shear(const double xShearAngle_,const double yShearAngle_);
/external/skia/site/user/api/
DSkFont_Reference.md297 <td>additional shear on x-axis relative to y-axis</td>
795 additional shear on x-axis relative to y-axis
920 <td>additional shear on x-axis relative to y-axis</td>
DSkPaint_Reference.md3493 additional shear on x-axis relative to y-axis
3513 <td>additional shear on x-axis relative to y-axis</td>
/external/skqp/site/user/api/
DSkFont_Reference.md297 <td>additional shear on x-axis relative to y-axis</td>
795 additional shear on x-axis relative to y-axis
920 <td>additional shear on x-axis relative to y-axis</td>
DSkPaint_Reference.md3520 additional shear on x-axis relative to y-axis
3540 <td>additional shear on x-axis relative to y-axis</td>
/external/skia/docs/
Dspelling.txt203 shallow shape shapes shaping share shareable shared shares sharing sharp shear shift
/external/skqp/docs/
Dspelling.txt203 shallow shape shapes shaping share shareable shared shares sharing sharp shear shift
/external/ImageMagick/Magick++/lib/
DSTL.cpp1010 image_.shear( _xShearAngle, _yShearAngle ); in operator ()()
DImage.cpp4448 void Magick::Image::shear(const double xShearAngle_,const double yShearAngle_) in shear() function in Magick::Image
/external/ImageMagick/Magick++/
DChangeLog1299 (shear): No longer accepts a crop option since ImageMagick no
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt1972 揃>'[shear]';

12