Home
last modified time | relevance | path

Searched defs:shear (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuMatrixUtil.hpp87 inline Matrix<float, 2, 2> shearMatrix(const Vector<float, 2> &shear) in shearMatrix()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java291 public void shear() { in shear() method in TtmlStyleTest
DTtmlDecoderTest.java868 public void shear() throws IOException, SubtitleDecoderException { in shear() method in TtmlDecoderTest
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyleTest.java291 public void shear() { in shear() method in TtmlStyleTest
DTtmlDecoderTest.java868 public void shear() throws IOException, SubtitleDecoderException { in shear() method in TtmlDecoderTest
/external/python/cpython3/Lib/
Dturtle.py2875 def shearfactor(self, shear=None): argument