Searched defs:matrix (Results 1 - 25 of 654) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/services/public/cpp/geometry/lib/
H A Dgeometry_type_converters.cc94 input.matrix().asRowMajorf(&storage[0]);
95 mojo::Array<float> matrix; local
96 matrix.Swap(&storage);
98 transform->matrix = matrix.Pass();
108 transform.matrix().setRowMajorf(&input->matrix.storage()[0]);
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view.cc52 const BlockSparseMatrix& matrix) {
58 matrix, options.elimination_groups[0]);
64 matrix, options.elimination_groups[0]);
70 matrix, options.elimination_groups[0]);
76 matrix, options.elimination_groups[0]);
82 matrix, options.elimination_groups[0]);
88 matrix, options.elimination_groups[0]);
94 matrix, options.elimination_groups[0]);
100 matrix, options.elimination_groups[0]);
106 matrix, option
51 Create(const LinearSolver::Options& options, const BlockSparseMatrix& matrix) argument
[all...]
H A Dblock_random_access_diagonal_matrix.h50 // A thread safe block diagonal matrix implementation of
58 // modifying any cells when the matrix is being destroyed.
73 // Since the matrix is square, num_rows() == num_cols().
77 // Access to the underlying matrix object.
78 const TripletSparseMatrix* matrix() const { return tsm_.get(); } function in class:ceres::internal::BlockRandomAccessDiagonalMatrix
86 // The underlying matrix object which actually stores the cells.
/external/chromium_org/cc/quads/
H A Dstream_video_draw_quad.h24 const gfx::Transform& matrix);
32 const gfx::Transform& matrix);
35 gfx::Transform matrix; member in class:cc::StreamVideoDrawQuad
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
38 static inline bool SkTreatAsSpriteFilter(const SkMatrix& matrix, argument
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
43 /** Decomposes the upper-left 2x2 of the matrix into a rotation (represented by
47 Returns true if successful. Returns false if the matrix is degenerate.
49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
H A DSkMultiPictureDraw.cpp30 const SkMatrix* matrix,
41 if (matrix) {
42 data->matrix = *matrix;
44 data->matrix.setIdentity();
56 &fDrawData[i].matrix,
28 add(SkCanvas* canvas, const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.cpp16 const SkMatrix& matrix,
23 matrix.mapRect(bounds);
14 GetPathDevBounds(const SkPath& path, int devW, int devH, const SkMatrix& matrix, SkRect* bounds) argument
/external/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
38 static inline bool SkTreatAsSpriteFilter(const SkMatrix& matrix, argument
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
43 /** Decomposes the upper-left 2x2 of the matrix into a rotation (represented by
47 Returns true if successful. Returns false if the matrix is degenerate.
49 bool SkDecomposeUpper2x2(const SkMatrix& matrix,
/external/skia/src/gpu/
H A DGrPathRenderer.cpp16 const SkMatrix& matrix,
23 matrix.mapRect(bounds);
14 GetPathDevBounds(const SkPath& path, int devW, int devH, const SkMatrix& matrix, SkRect* bounds) argument
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_tree_browser_cell.h15 // identifying the bookmark node being edited and the column matrix
25 @property(nonatomic, assign) NSMatrix* matrix; variable
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextElement.cpp41 AffineTransform matrix; local
51 matrix = t.toAffineTransform();
53 transform()->currentValue()->concatenate(matrix);
58 return *transform * matrix;
59 return matrix;
H A DSVGPointTearOff.cpp68 PassRefPtr<SVGPointTearOff> SVGPointTearOff::matrixTransform(PassRefPtr<SVGMatrixTearOff> matrix) argument
70 FloatPoint point = target()->matrixTransform(matrix->value());
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp15 void SkTraceMatrix(const SkMatrix& matrix, const char* sz) { argument
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
/external/chromium_org/third_party/skia/gm/
H A Dpicture.cpp56 SkMatrix matrix; variable
61 matrix.setTranslate(110, 0);
62 canvas->drawPicture(fPicture, &matrix, NULL);
64 matrix.postTranslate(110, 0);
65 canvas->drawPicture(fPicture, &matrix, &paint);
68 matrix.postTranslate(110, 0);
69 canvas->drawPicture(fPicture, &matrix, &paint);
/external/chromium_org/third_party/skia/include/core/
H A DSkMultiPictureDraw.h37 * @param matrix if non-NULL, applied to the CTM when drawing
43 const SkMatrix* matrix = NULL,
61 SkMatrix matrix; member in struct:SkMultiPictureDraw::DrawData
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix) argument
21 m_Matrix.Concat(matrix);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorMatrixColorFilter.java11 private ColorMatrix matrix; field in class:ShadowColorMatrixColorFilter
14 public void __constructor__(ColorMatrix matrix) { argument
15 this.matrix = matrix;
20 this.matrix = new ColorMatrix(array);
25 return "ColorMatrixColorFilter<" + matrix + ">";
/external/skia/experimental/PdfViewer/
H A DSkPdfUtils.cpp15 void SkTraceMatrix(const SkMatrix& matrix, const char* sz) { argument
18 printf("%f ", SkScalarToDouble(matrix.get(i)));
/external/skia/src/effects/
H A DSkStippleMaskFilter.cpp13 const SkMatrix& matrix,
11 filterMask(SkMask* dst, const SkMask& src, const SkMatrix& matrix, SkIPoint* margin) const argument
/external/srec/srec/clib/
H A Dmatx_ops.h22 static PINLINE void matrix_fixed_multiply_frame(imeldata *outvec, imeldata **matrix,
25 static PINLINE void matrix_fixed_multiply_frame(imeldata *outvec, imeldata **matrix, argument
31 ASSERT(matrix);
39 sum += matrix[ii][jj] * vector[jj];
/external/chromium_org/cc/layers/
H A Dvideo_frame_provider_client_impl.cc33 // This matrix is the default transformation for stream textures, and flips
85 void VideoFrameProviderClientImpl::DidUpdateMatrix(const float* matrix) { argument
87 matrix[0], matrix[4], matrix[8], matrix[12],
88 matrix[1], matrix[5], matrix[9], matrix[1
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_view_mac.h44 virtual void OnMatrixRowSelected(OmniboxPopupMatrix* matrix,
46 virtual void OnMatrixRowClicked(OmniboxPopupMatrix* matrix,
48 virtual void OnMatrixRowMiddleClicked(OmniboxPopupMatrix* matrix,
51 OmniboxPopupMatrix* matrix() { return matrix_; } function in class:OmniboxPopupViewMac
63 // field's screen position and the given target for the matrix
80 // Child window containing a matrix which implements the popup.
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DSourceAlpha.cpp80 SkScalar matrix[20] = { local
86 RefPtr<SkColorFilter> colorFilter(adoptRef(SkColorMatrixFilter::Create(matrix)));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DMatrix3DTransformOperation.h35 static PassRefPtr<Matrix3DTransformOperation> create(const TransformationMatrix& matrix) argument
37 return adoptRef(new Matrix3DTransformOperation(matrix));
40 TransformationMatrix matrix() const {return m_matrix; } function in class:blink::Matrix3DTransformOperation
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkInspectorWidget.cpp58 void SkInspectorWidget::setMatrix(const SkMatrix& matrix) { argument
60 fMatrixEntry[i].setText(QString::number(matrix.get(i)));

Completed in 945 milliseconds

1234567891011>>