HomeSort by relevance Sort by last modified time
    Searched refs:rotMatrix (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/ops/
GrDashOp.cpp 111 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot
112 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) {
121 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
123 rotMatrix->mapPoints(ptsRot, pts, 2);
779 SkMatrix rotMatrix;
780 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot);
781 if (!rotMatrix.invert(&lineData.fSrcRotInv)) {
    [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp 111 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot
112 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) {
121 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
123 rotMatrix->mapPoints(ptsRot, pts, 2);
779 SkMatrix rotMatrix;
780 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot);
781 if (!rotMatrix.invert(&lineData.fSrcRotInv)) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 242 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
248 const tcu::Mat2 transform = rotMatrix * shearMatrix;
755 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY);
757 const Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]);
758 const Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]);
759 const Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]);
760 const Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]);
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureMipmapTests.cpp 228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
234 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
225 tcu::Mat2 transform = rotMatrix * shearMatrix;
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
281 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle);
237 tcu::Mat2 transform = rotMatrix * shearMatrix;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 535 float rotMatrix[9];
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 328 stereoCamera->rotMatrix,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 921 milliseconds