#include "flutter/lib/ui/painting/matrix.h"#include "flutter/fml/logging.h"#include "flutter/lib/ui/floating_point.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) |
Variables | |
| static const int | flutter::kSkMatrixIndexToMatrix4Index [] |