HomeSort by relevance Sort by last modified time
    Searched full:shear (Results 1 - 22 of 22) sorted by null

  /external/webkit/LayoutTests/dom/html/level2/events/
initEvent03.js 112 event.initEvent("shear",false,false);
115 assertEquals("type2","shear",actualEventType);
initEvent06.js 114 event.initEvent("shear",false,false);
117 assertEquals("type2","shear",actualEventType);
  /external/webkit/LayoutTests/dom/xhtml/level2/events/
initEvent03.js 112 event.initEvent("shear",false,false);
115 assertEquals("type2","shear",actualEventType);
initEvent06.js 114 event.initEvent("shear",false,false);
117 assertEquals("type2","shear",actualEventType);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 245 AffineTransform& AffineTransform::shear(double sx, double sy) function in class:WebCore::AffineTransform
260 return shear(tan(deg2rad(angleX)), tan(deg2rad(angleY)));
265 return shear(tan(deg2rad(angle)), 0);
270 return shear(0, tan(deg2rad(angle)));
AffineTransform.h 106 AffineTransform& shear(double sx, double sy);
TransformationMatrix.cpp 361 // Now get scale and shear.
372 // Compute XY shear factor and make 2nd row orthogonal to 1st.
865 mat.m_matrix[0][1] = tan(sy); // note that the y shear goes in the first row
866 mat.m_matrix[1][0] = tan(sx); // and the x shear in the second row
    [all...]
  /external/eigen/doc/
C08_TutorialGeometry.dox 144 (no scaling, no shear)</td><td>\code
216 <tr class="alt"><td>Shear transformation \n ( \b 2D \b only ! )</td><td>\code
217 t.shear(sx,sy);
  /external/freetype/src/base/
ftsynth.c 59 /* For italic, simply apply a shear transform, with an angle */
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 210 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/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 574 public void shear(double shx, double shy) method in class:OverrideGraphics2D
576 graphics.shear(shx, shy);
  /external/opencv/cxcore/src/
cxdrawing.cpp 2245 int dx, shear = default_shear; local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
lscript.php 195 'shear', 'skinpols', 'smooth', 'smoothcurves', 'smoothscale', 'smoothshift',
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 173 // Eliminate shear of the absolute transformation matrix, to be able to produce unsheared tile images for feTile.
  /external/eigen/Eigen/src/Geometry/
Transform.h 524 Transform& shear(Scalar sx, Scalar sy);
912 Transform<Scalar,Dim,Mode,Options>::shear(Scalar sx, Scalar sy) function in class:Eigen::Transform
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 1389 float shear; \/* slope coefficient: 0 - normal, >0 - italic *\/ member in struct:CvFont
    [all...]
  /external/quake/quake/src/WinQuake/data/
TECHINFO.TXT 343 can set vid_wait to 1 (wait for vertical sync) to eliminate shear
360 shear, but at a performance cost.
392 screen glitching, and it is also true that shear can be
436 In modes 0-10, shear and tearing can occur as partially finished
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 2858 milliseconds