/external/skqp/src/gpu/ops/ |
D | GrDashOp.cpp | 100 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr)… in align_to_x_axis() argument 109 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); in align_to_x_axis() 111 rotMatrix->mapPoints(ptsRot, pts, 2); in align_to_x_axis() 703 SkMatrix rotMatrix; in MakeDashLineOp() local 704 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot); in MakeDashLineOp() 705 if (!rotMatrix.invert(&lineData.fSrcRotInv)) { in MakeDashLineOp()
|
/external/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 100 static void align_to_x_axis(const SkPoint pts[2], SkMatrix* rotMatrix, SkPoint ptsRot[2] = nullptr)… in align_to_x_axis() argument 109 rotMatrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY); in align_to_x_axis() 111 rotMatrix->mapPoints(ptsRot, pts, 2); in align_to_x_axis() 709 SkMatrix rotMatrix; in MakeDashLineOp() local 710 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot); in MakeDashLineOp() 711 if (!rotMatrix.invert(&lineData.fSrcRotInv)) { in MakeDashLineOp()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 242 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/ |
D | es2aTextureMipmapTests.cpp | 228 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 234 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureMipmapTests.cpp | 219 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 225 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 275 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/ |
D | es2fTextureMipmapTests.cpp | 231 tcu::Mat2 rotMatrix = tcu::rotationMatrix(angle); in getAffineTexCoord2D() local 237 tcu::Mat2 transform = rotMatrix * shearMatrix; in getAffineTexCoord2D()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2386 tcu::Mat2 rotMatrix; in blit() local 2387 rotMatrix(0,0) = (mirrorMode & MIRROR_MODE_X) ? -1.0f : 1.0f; in blit() 2388 rotMatrix(0,1) = 0.0f; in blit() 2389 rotMatrix(1,0) = 0.0f; in blit() 2390 rotMatrix(1,1) = (mirrorMode & MIRROR_MODE_Y) ? -1.0f : 1.0f; in blit() 2400 const tcu::Vec2 xy = rotMatrix * tcu::Vec2((float)x,(float)y); in blit() 2410 const tcu::Vec2 xy = rotMatrix * tcu::Vec2((float)x,(float)y); in blit()
|