HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 1676 - 1700 of 3296) sorted by null

<<61626364656667686970>>

  /packages/apps/Camera2/src/com/android/camera/
Mosaic.java 115 * source image t is set, the transformation matrix from the first source
120 * transformation matrix between the first frame and the passed frame;
135 * transformation matrix between the first frame and the passed frame;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 23 import android.graphics.Matrix;
183 Matrix m = new Matrix();
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 23 import android.graphics.Matrix;
183 Matrix m = new Matrix();
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 115 * source image t is set, the transformation matrix from the first source
120 * transformation matrix between the first frame and the passed frame;
135 * transformation matrix between the first frame and the passed frame;
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
BitmapUtil.java 20 import android.graphics.Matrix;
143 final Matrix m = new Matrix();
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 621 // Case 4: parent's sublayer matrix affects child and grandchild scaling is
623 // tested. Note that preserves3d is false, but the sublayer matrix should
629 // Sublayer matrix is applied to the anchor point of the parent layer.
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 24 <dd>Demonstrates calling the {@link android.graphics.Matrix.html#setPolyToPoly(float[],int,float[],int,int)} method to translate coordinates on a canvas to a new perspective (used to simulate perspective). </dd>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
M4.java 21 * A 4x4 float matrix
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 35 * Allows retrieving the current matrix even if the current OpenGL ES
36 * driver does not support retrieving the current matrix.
38 * Note: the actual matrix may differ from the retrieved matrix, due
434 throw new IllegalArgumentException("Unknown matrix mode: " + mode);
1029 * Get the current matrix
1037 * Get the current matrix mode
1057 throw new IllegalArgumentException("Unknown matrix mode");
1082 throw new IllegalArgumentException("Matrix math difference.");
  /external/bison/lib/
bitsetv-print.c 26 | Display the MATRIX array of SIZE bitsets of size SIZE. |
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.cc 49 // Point the jacobian blocks directly into the block sparse matrix.
compressed_row_jacobian_writer.h 54 // Since the compressed row matrix has different layout than that assumed by
normal_prior.cc 42 NormalPrior::NormalPrior(const Matrix& A, const Vector& b)
visibility_based_preconditioner_test.cc 95 // // The input matrix is a real jacobian and fairly poorly
144 // Matrix preconditioner_matrix;
145 // m->matrix()->ToDenseMatrix(&preconditioner_matrix);
284 // ((y - z).array() / z.array()).matrix().lpNorm<Eigen::Infinity>();
  /external/chromium_org/ash/display/
root_window_transformers.cc 38 SkMatrix44& matrix = transform->matrix(); local
41 if (std::abs(SkMScalarToFloat(matrix.get(x, y))) < kEpsilon)
42 matrix.set(x, y, SkFloatToMScalar(0.0f));
  /external/chromium_org/cc/quads/
draw_quad_unittest.cc 437 gfx::Transform matrix = gfx::Transform(0.5, 0.25, 1, 0.75, 0, 1); local
440 CREATE_QUAD_3_NEW(StreamVideoDrawQuad, opaque_rect, resource_id, matrix);
444 EXPECT_EQ(matrix, copy_quad->matrix);
446 CREATE_QUAD_2_ALL(StreamVideoDrawQuad, resource_id, matrix);
449 EXPECT_EQ(matrix, copy_quad->matrix);
811 gfx::Transform matrix = gfx::Transform(0.5, 0.25, 1, 0.75, 0, 1); local
814 CREATE_QUAD_3_NEW(StreamVideoDrawQuad, opaque_rect, resource_id, matrix);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac_unittest.mm 340 EXPECT_EQ(0, [popup_view.matrix() numberOfRows]);
345 EXPECT_EQ(3, [popup_view.matrix() numberOfRows]);
351 EXPECT_EQ(5, [popup_view.matrix() numberOfRows]);
356 EXPECT_EQ(0, [popup_view.matrix() numberOfRows]);
  /external/chromium_org/printing/
printed_document_win.cc 62 // Setup the matrix to translate and scale to the right place. Take in
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTransformValue.cpp 48 "matrix(",
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayerClient.h 75 // Provides current transform (taking transform-origin and animations into account). Input matrix has been
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformOperation.h 45 Matrix,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h 68 // Generates a transformation matrix usable to render marker content. Handles scaling the marker content
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.h 111 // "An attempt was made to invert a matrix that is not invertible."
SVGSVGElement.idl 68 SVGTransform createSVGTransformFromMatrix([Default=Undefined] optional SVGMatrix matrix);
SVGTransform.h 56 AffineTransform matrix() const { return m_matrix; } function in class:WebCore::SVGTransform

Completed in 960 milliseconds

<<61626364656667686970>>