Searched refs:rotMatrix (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrDashOp.cpp99 // Stores the rotation matrix in rotMatrix, and the mapped points in ptsRot
100 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr) { argument
106 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
108 rotMatrix->mapPoints(ptsRot, pts, 2);
704 SkMatrix rotMatrix; local
705 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot);
706 if (!rotMatrix.invert(&lineData.fSrcRotInv)) {
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp242 const tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); local
248 const tcu::Mat2 transform = rotMatrix * shearMatrix;
755 const tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); local
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]);
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); local
234 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); local
225 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp275 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); local
281 tcu::Mat2 transform = rotMatrix * shearMatrix;
1229 tcu::Mat3 rotMatrix = tcu::rotationMatrixX(angleX) * tcu::rotationMatrixY(angleY); local
1231 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]);
1232 Vec3 p1 = rotMatrix * Vec3(dst[3], dst[ 4], dst[ 5]);
1233 Vec3 p2 = rotMatrix * Vec3(dst[6], dst[ 7], dst[ 8]);
1234 Vec3 p3 = rotMatrix * Vec3(dst[9], dst[10], dst[11]);
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); local
237 tcu::Mat2 transform = rotMatrix * shearMatrix;
/external/opencv/cvaux/include/
H A Dcvaux.h535 float rotMatrix[9]; member in struct:CvStereoCamera
/external/opencv/cvaux/src/
H A Dcvepilines.cpp328 stereoCamera->rotMatrix,
1760 stereoCamera->rotMatrix,
1813 icvCvt_64d_32f(convRotMatr,stereoCamera->rotMatrix,9);
3231 stereoparams->rotMatrix,
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2006 tcu::Mat2 rotMatrix; local
2007 rotMatrix(0,0) = (mirrorMode & MIRROR_MODE_X) ? -1.0f : 1.0f;
2008 rotMatrix(0,1) = 0.0f;
2009 rotMatrix(1,0) = 0.0f;
2010 rotMatrix(1,1) = (mirrorMode & MIRROR_MODE_Y) ? -1.0f : 1.0f;
2020 const tcu::Vec2 xy = rotMatrix * tcu::Vec2((float)x,(float)y);
2030 const tcu::Vec2 xy = rotMatrix * tcu::Vec2((float)x,(float)y);

Completed in 3556 milliseconds