Home
last modified time | relevance | path

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

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