/external/eigen/test/ |
selfadjoint.cpp | 51 CALL_SUBTEST_1( selfadjoint(Matrix<float, 1, 1>()) ); 52 CALL_SUBTEST_2( selfadjoint(Matrix<float, 2, 2>()) ); 55 CALL_SUBTEST_5( selfadjoint(Matrix<float,Dynamic,Dynamic,RowMajor>(s, s)) );
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
shader.h | 36 struct matrix; 58 const struct matrix *mat); 59 void shader_set_paint_matrix(struct shader *shader, const struct matrix *mat);
|
/external/pdfium/core/include/reflow/ |
reflowengine.h | 23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0; 26 virtual void FocusGetData(const CFX_AffineMatrix matrix, FX_INT32 x, FX_INT32 y, CFX_ByteString& str) = 0; 27 virtual FX_BOOL FocusGetPosition(const CFX_AffineMatrix matrix, CFX_ByteString str, FX_INT32& x, FX_INT32& y) = 0;
|
/external/skia/dm/ |
DMQuiltTask.cpp | 42 SkMatrix matrix = tileCanvas.getTotalMatrix(); local 43 matrix.postTranslate(-xOffset, -yOffset); 44 tileCanvas.setMatrix(matrix);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfCalrgbColorSpaceDictionary_autogen.cpp | 47 SkPdfArray* SkPdfCalrgbColorSpaceDictionary::Matrix(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Matrix", ""); 56 return get("Matrix", "") != NULL;
|
/external/skia/samplecode/ |
SampleDash.cpp | 27 SkMatrix matrix; local 28 matrix.setScale(SkIntToScalar(width), SK_Scalar1); 31 SkShader::kClamp_TileMode, &matrix);
|
/external/skia/src/effects/ |
SkRectShaderImageFilter.cpp | 71 SkMatrix matrix(ctx.ctm()); 72 matrix.postTranslate(SkIntToScalar(-bounds.left()), SkIntToScalar(-bounds.top())); 73 paint.setShader(SkShader::CreateLocalMatrixShader(fShader, matrix))->unref();
|
/external/skia/src/pdf/ |
SkPDFShader.h | 37 * @param matrix The current transform. (PDF shaders are absolutely 39 * @param surfceBBox The bounding box of the drawing surface (with matrix 43 const SkMatrix& matrix,
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
Bitmaps3dActivity.java | 24 import android.graphics.Matrix; 46 private Matrix mMatrix; 54 mMatrix = new Matrix();
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.h | 70 /* location of the projection matrix uniform */ 73 /* location of the color matrix uniform */ 76 /* location of the texture matrix uniform */
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 23 import android.graphics.Matrix; 65 // Calculate the rotation matrix to apply orientation on the original image 83 Matrix rotationMatrix = new Matrix(); 86 // Set the translation of the matrix so that after rotation, the top left 99 Matrix mapping = new Matrix(); 100 mapping.setRectToRect(endRect, fullResRect, Matrix.ScaleToFit.CENTER); 107 Matrix invertRotation = new Matrix(); [all...] |
/packages/apps/Contacts/src/com/android/contacts/detail/ |
TransformableImageView.java | 20 import android.graphics.Matrix; 49 Matrix drawMatrix = new Matrix();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterDraw.java | 23 import android.graphics.Matrix; 91 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 109 public void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 129 // done this way because of a bug in path.transform(matrix) 159 Matrix toScrMatrix, 175 Matrix m = new Matrix(); 218 void paint(FilterDrawRepresentation.StrokeData sd, Canvas canvas, Matrix toScrMatrix, 223 public void drawData(Canvas canvas, Matrix originalRotateToScreen, int quality) { 266 public void fillBuffer(Matrix originalRotateToScreen) [all...] |
ImageFilterRedEye.java | 20 import android.graphics.Matrix; 50 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, short[] matrix); 65 Matrix originalToScreen = getOriginalToScreenMatrix(w, h);
|
/external/ceres-solver/data/ |
README.foe | 7 matrices from the MATLAB files and performing matrix multiplication.
|
/external/ceres-solver/internal/ceres/ |
dense_qr_solver.cc | 75 // Temporarily append a diagonal block to the A matrix, but undo 76 // it before returning the matrix to the user. 81 // can be appended to the matrix instead of doing it on A. 82 lhs_ = A->matrix(); 85 // Undo the modifications to the matrix A. 133 // Temporarily append a diagonal block to the A matrix, but undo 134 // it before returning the matrix to the user. 149 VectorRef(x, num_cols) = A->matrix().householderQr().solve(rhs_); 153 // Undo the modifications to the matrix A.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_tree_browser_cell.mm | 11 @synthesize matrix = matrix_;
|
/external/chromium_org/content/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 51 void WebLayerImplFixedBounds::setTransform(const SkMatrix44& matrix) { 53 transform.matrix() = matrix; 58 return original_transform_.matrix();
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_idct.h | 54 struct pipe_sampler_view *matrix; member in struct:vl_idct 72 struct pipe_sampler_view *source, *matrix; member in struct:vl_idct_buffer::__anon17412::__anon17413 78 /* upload the idct matrix, which can be shared by all idct instances of a pipe */ 95 struct pipe_sampler_view *matrix,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
vgu.c | 30 #include "matrix.h" 364 VGfloat * matrix) 366 struct matrix mat; 368 if (!matrix || !is_aligned(matrix)) 381 memcpy(matrix, mat.m, sizeof(VGfloat) * 9); 390 VGfloat * matrix) 392 struct matrix mat; 394 if (!matrix || !is_aligned(matrix)) [all...] |
/external/chromium_org/third_party/skia/animations/ |
text#1.xml | 8 <matrix id="initialMatrix" translate="[65,100]" /> 16 <matrix translate="[0,60]" /> 21 <matrix> 23 </matrix>
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcShader.cpp | 74 static bool only_scale_and_translate(const SkMatrix& matrix) { 76 return (matrix.getType() & ~mask) == 0; 106 // Do this first, so we know the matrix can be inverted. 319 // communicates between its matrix-proc and its sampler-proc. Until we can 388 SkMatrix matrix; local 389 matrix.setIDiv(fRawBitmap.width(), fRawBitmap.height()); 402 matrix.preConcat(lmInverse); 410 // we check the matrix scale factors to determine how to interpret the filter quality setting. 423 SkMatrix matrix; local 424 matrix.setConcat(context->getMatrix(), this->getLocalMatrix()) 434 SkMatrix matrix; local [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.cpp | 173 void GrGLUniformManager::setMatrix3f(UniformHandle u, const GrGLfloat matrix[]) const { 180 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fFSLocation, 1, false, matrix)); 183 GR_GL_CALL(fGpu->glInterface(), UniformMatrix3fv(uni.fVSLocation, 1, false, matrix)); 187 void GrGLUniformManager::setMatrix4f(UniformHandle u, const GrGLfloat matrix[]) const { 193 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fFSLocation, 1, false, matrix)); 196 GR_GL_CALL(fGpu->glInterface(), UniformMatrix4fv(uni.fVSLocation, 1, false, matrix)); 236 void GrGLUniformManager::setSkMatrix(UniformHandle u, const SkMatrix& matrix) const { 238 matrix.get(SkMatrix::kMScaleX), 239 matrix.get(SkMatrix::kMSkewY), 240 matrix.get(SkMatrix::kMPersp0) [all...] |
/external/eigen/Eigen/src/Core/ |
Fuzzy.h | 36 return x.matrix() == y.matrix(); 54 return x.matrix() == Derived::Zero(x.rows(), x.cols()).matrix(); 72 return x.matrix() == Derived::Zero(x.rows(), x.cols()).matrix(); 89 * to check whether \c *this is approximately equal to the zero matrix or vector. 90 * Indeed, \c isApprox(zero) returns false unless \c *this itself is exactly the zero matrix 115 * of a reference matrix of same dimensions.
|
/external/eigen/Eigen/src/misc/ |
Image.h | 24 typedef Matrix< 27 // dimension is the number of rows of the original matrix 30 MatrixType::MaxRowsAtCompileTime, // the image matrix will consist of columns from the original matrix,
|