Flutter Engine
The Flutter Engine
lib
ui
painting
matrix.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_LIB_UI_PAINTING_MATRIX_H_
6
#define FLUTTER_LIB_UI_PAINTING_MATRIX_H_
7
8
#include "
third_party/skia/include/core/SkM44.h
"
9
#include "
third_party/skia/include/core/SkMatrix.h
"
10
#include "
third_party/tonic/typed_data/typed_list.h
"
11
12
namespace
flutter
{
13
14
SkM44
ToSkM44
(
const
tonic::Float64List& matrix4);
15
SkMatrix
ToSkMatrix
(
const
tonic::Float64List& matrix4);
16
tonic::Float64List
ToMatrix4
(
const
SkMatrix
&
sk_matrix
);
17
18
}
// namespace flutter
19
20
#endif
// FLUTTER_LIB_UI_PAINTING_MATRIX_H_
SkM44.h
SkMatrix.h
SkM44
Definition:
SkM44.h:150
SkMatrix
Definition:
SkMatrix.h:54
sk_matrix
SkMatrix sk_matrix
Definition:
dl_transform_benchmarks.cc:93
flutter
Definition:
asset_manager.cc:10
flutter::ToMatrix4
tonic::Float64List ToMatrix4(const SkMatrix &sk_matrix)
Definition:
matrix.cc:46
flutter::ToSkM44
constexpr SkM44 ToSkM44(const DlMatrix &matrix)
Definition:
dl_geometry_types.h:85
flutter::ToSkMatrix
constexpr SkMatrix ToSkMatrix(const DlMatrix &matrix)
Definition:
dl_geometry_types.h:79
typed_list.h
Generated on Sun Jun 23 2024 21:55:06 for Flutter Engine by
1.9.4