/external/eigen/unsupported/test/ |
polynomialsolver.cpp | 37 typedef Matrix<Scalar,Deg,1> EvalRootsType; 171 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType; 172 typedef Matrix<_Scalar,_Deg,1> EvalRootsType;
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
BitmapTest.java | 8 import android.graphics.Matrix; 103 canvas.drawBitmap(bitmap2, new Matrix(), null); 105 assertEquals("Bitmap One\nBitmap Two transformed by matrix", shadowOf(bitmap1).getDescription()); 119 canvas.drawBitmap(bitmap2, new Matrix(), paint); 121 assertEquals("Bitmap One\nBitmap Two with ColorMatrixColorFilter<1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0> transformed by matrix", shadowOf(bitmap1).getDescription());
|
/external/swiftshader/src/Renderer/ |
Vector.cpp | 18 #include "Matrix.hpp" 140 Vector operator*(const Matrix &M, const Vector &v) 147 Vector operator*(const Vector &v, const Matrix &M) 154 Vector &operator*=(Vector &v, const Matrix &M)
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
PdfRenderer.java | 24 import android.graphics.Matrix; 348 * You may optionally specify a matrix to transform the content from page coordinates 350 * matrix is not provided this method will apply a transformation that will fit the 365 * <strong>Note: </strong> The optional transformation matrix must be affine as per 366 * {@link android.graphics.Matrix#isAffine() Matrix.isAffine()}. Hence, you can specify 379 @Nullable Matrix transform, @RenderMode int renderMode) { 422 transform = new Matrix();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
SlashDrawable.java | 28 import android.graphics.Matrix; 142 Matrix m = new Matrix();
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
BitmapUtils.java | 23 import android.graphics.Matrix; 182 Matrix m = new Matrix();
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayTransformManager.java | 21 import android.opengl.Matrix; 70 * Map of level -> color transformation matrix. 75 * Temporary matrix used internally by {@link #computeColorMatrixLocked()}. 100 * Returns a copy of the color transform matrix set for a given level. 110 * Sets and applies a current color transform matrix for a given level. 112 * Note: all color transforms are first composed to a single matrix in ascending order based 116 * @param value the 4x4 color transform matrix (in column-major order), or {@code null} to 117 * remove the color transform matrix associated with the provided level 121 throw new IllegalArgumentException("Expected length: 16 (4x4 matrix)" 153 Matrix.setIdentityM(result[0], 0) [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
ImageUtils.java | 23 import android.graphics.Matrix; 166 final Matrix matrix = new Matrix(); local 167 matrix.postRotate(orientation); 169 originalBitmap.getHeight(), matrix, true);
|
/frameworks/support/compat/java/android/support/v4/graphics/drawable/ |
IconCompat.java | 27 import android.graphics.Matrix; 257 Matrix shift = new Matrix();
|
/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/ |
RoundedBitmapDrawable.java | 23 import android.graphics.Matrix; 53 private final Matrix mShaderMatrix = new Matrix(); 242 // setup shader matrix
|
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
YuvImageBackendImageSaver.java | 20 import android.graphics.Matrix; 148 Matrix matrix = new Matrix(); local 149 matrix.postRotate(mImageRotation.getDegrees()); 152 bitmapIntermediate.getHeight(), matrix, true);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 23 import android.graphics.Matrix; 182 Matrix m = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
Action.java | 23 import android.graphics.Matrix; 163 Matrix m = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterGrad.java | 21 import android.graphics.Matrix; 28 import android.graphics.Matrix; 129 Matrix m = getOriginalToScreenMatrix(width, height);
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
AutoThumbnailDrawable.java | 23 import android.graphics.Matrix; 46 private Matrix mDrawMatrix = new Matrix(); 135 // Calculates a matrix similar to ScaleType.CENTER_CROP
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
FolderAdaptiveIcon.java | 23 import android.graphics.Matrix; 130 Matrix m = new Matrix();
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
PreloadIconDrawable.java | 26 import android.graphics.Matrix; 76 private final Matrix mTmpMatrix = new Matrix();
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
ImagePersistTask.java | 23 import android.graphics.Matrix; 118 final Matrix matrix = new Matrix(); local 119 matrix.postTranslate(-offsetLeft, -offsetTop); 120 clippedBitmapCanvas.drawBitmap(bitmap, matrix, null /* paint */);
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AbstractAvatarDrawable.java | 24 import android.graphics.Matrix; 57 protected final Matrix mMatrix; 78 mMatrix = new Matrix();
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ThumbnailLoadTask.java | 24 import android.graphics.Matrix; 143 final Matrix matrix = new Matrix(); local 144 matrix.postRotate(orientation); 146 originalBitmap.getHeight(), matrix, true);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CursorAnchorInfoUtils.java | 20 import android.graphics.Matrix; 124 // Construct transformation matrix from view local coordinates to screen coordinates. 125 final Matrix viewToScreenMatrix = new Matrix(textView.getMatrix());
|
/packages/services/BuiltInPrintService/src/com/android/bips/render/ |
PdfRenderService.java | 23 import android.graphics.Matrix; 221 Matrix matrix = new Matrix(); local 222 // The scaling matrix increases DPI (default is 72dpi) to page output 223 matrix.setScale((float) mZoomFactor, (float) mZoomFactor); 225 matrix.postTranslate(0, 0 - startRow); 228 mPage.render(bitmap, null, matrix, PdfRenderer.Page.RENDER_MODE_FOR_PRINT);
|
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 497 Matrix->unassign(LI); 512 Matrix->unassign(LI); 624 if (!Matrix->checkInterference(VirtReg, PhysReg)) 663 AllocationOrder Order(VirtReg.reg, *VRM, RegClassInfo, Matrix); 672 LiveIntervalUnion::Query subQ(&VirtReg, &Matrix->getLiveUnions()[*Units]); 728 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg) 746 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units); 822 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units); 834 Matrix->unassign(*Intf); 851 return !Matrix->isPhysRegUsed(PhysReg) [all...] |
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
PdfRendererTest.java | 35 import android.graphics.Matrix; 266 Matrix transform = new Matrix(); 277 Matrix transform = new Matrix();
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 21 * \tparam Derived is the derived type, e.g. a sparse matrix type, or an expression, etc. 51 typedef Matrix<StorageIndex,Dynamic,1> IndexVector; 52 typedef Matrix<Scalar,Dynamic,1> ScalarVector; 129 /** \internal Represents a matrix with all coefficients equal to one another*/ 130 typedef CwiseNullaryOp<internal::scalar_constant_op<Scalar>,Matrix<Scalar,Dynamic,Dynamic> > ConstantReturnType; 132 /** type of the equivalent dense matrix */ 133 typedef Matrix<Scalar,RowsAtCompileTime,ColsAtCompileTime> DenseMatrixType; 134 /** type of the equivalent square matrix */ 135 typedef Matrix<Scalar,EIGEN_SIZE_MAX(RowsAtCompileTime,ColsAtCompileTime), 183 * i.e., the number of columns for a columns major matrix, and the number of rows otherwise * [all...] |