Flutter Engine
 
Loading...
Searching...
No Matches
matrix.h File Reference
#include "flutter/display_list/geometry/dl_geometry_types.h"
#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)
 
DlMatrix flutter::ToDlMatrix (const tonic::Float64List &matrix4)
 
tonic::Float64List flutter::ToMatrix4 (const SkMatrix &sk_matrix)