HomeSort by relevance Sort by last modified time
    Searched defs:affine (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/crypto/
p224_unittest.cc 28 // |scalar| is a big-endian scalar and |affine| is the external representation
32 uint8 affine[28*2]; member in struct:crypto::TestVector
791 EXPECT_TRUE(memcmp(external.data(), kNISTTestVectors[i].affine,
800 reinterpret_cast<const char *>(kNISTTestVectors[10].affine), 56)));
802 reinterpret_cast<const char *>(kNISTTestVectors[11].affine), 56)));
    [all...]
  /external/pixman/pixman/
pixman-conical-gradient.c 66 pixman_bool_t affine = TRUE; local
96 affine =
101 if (affine)
  /external/eigen/Eigen/src/Geometry/
Transform.h 76 * - #Affine: the transformation is stored as a (Dim+1)^2 matrix,
91 * Therefore, an affine transformation matrix M is shaped like this:
132 * \b Affine \b Matrix A (Dim)x(Dim+1):
154 * transformation of non homogeneous vectors by an affine transformation. In
200 /** type of read/write reference to the affine part of the transformation */
204 /** type of read reference to the affine part of the transformation */
218 enum { TransformTimeDiagonalMode = ((Mode==int(Isometry))?Affine:int(Mode)) };
229 * If Mode==Affine, then the last row is set to [0 ... 0 1] */
233 if (int(Mode)==Affine)
300 // Affine | AffineCompact | Isometry = Projectiv
377 inline ConstAffinePart affine() const { return take_affine_part::run(m_matrix); } function in class:Eigen::Transform
379 inline AffinePart affine() { return take_affine_part::run(m_matrix); } function in class:Eigen::Transform
    [all...]
  /external/skia/tests/
MatrixTest.cpp 777 SkScalar affine[6]; local
778 REPORTER_ASSERT(reporter, mat.asAffine(affine));
780 #define affineEqual(e) affine[SkMatrix::kA##e] == mat.get(SkMatrix::kM##e)
790 REPORTER_ASSERT(reporter, !mat.asAffine(affine));
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 520 SkScalar affine[6]; local
521 if (!matrix.asAffine(affine)) {
526 SkScalarToFLOAT(affine[SkMatrix::kAScaleX]),
527 SkScalarToFLOAT(affine[SkMatrix::kASkewY]),
528 SkScalarToFLOAT(affine[SkMatrix::kASkewX]),
529 SkScalarToFLOAT(affine[SkMatrix::kAScaleY]),
530 SkScalarToFLOAT(affine[SkMatrix::kATransX]),
531 SkScalarToFLOAT(affine[SkMatrix::kATransY]),
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 520 SkScalar affine[6]; local
521 if (!matrix.asAffine(affine)) {
526 SkScalarToFLOAT(affine[SkMatrix::kAScaleX]),
527 SkScalarToFLOAT(affine[SkMatrix::kASkewY]),
528 SkScalarToFLOAT(affine[SkMatrix::kASkewX]),
529 SkScalarToFLOAT(affine[SkMatrix::kAScaleY]),
530 SkScalarToFLOAT(affine[SkMatrix::kATransX]),
531 SkScalarToFLOAT(affine[SkMatrix::kATransY]),
    [all...]

Completed in 243 milliseconds