Flutter Engine
The Flutter Engine
|
#include "third_party/skia/include/core/SkM44.h"
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/tonic/typed_data/typed_list.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
SkM44 | flutter::ToSkM44 (const tonic::Float64List &matrix4) |
SkMatrix | flutter::ToSkMatrix (const tonic::Float64List &matrix4) |
tonic::Float64List | flutter::ToMatrix4 (const SkMatrix &sk_matrix) |