Flutter Engine
The Flutter Engine
|
#include <SkSGTransformPriv.h>
Static Public Member Functions | |
static bool | Is44 (const sk_sp< Transform > &t) |
template<typename T , typename = std::enable_if<std::is_same<T, SkMatrix>::value || std::is_same<T, SkM44 >::value >> | |
static T | As (const sk_sp< Transform > &) |
template<> | |
SkMatrix | As (const sk_sp< Transform > &t) |
template<> | |
SkM44 | As (const sk_sp< Transform > &t) |
Definition at line 18 of file SkSGTransformPriv.h.
|
static |
Definition at line 32 of file SkSGTransformPriv.h.
Definition at line 37 of file SkSGTransformPriv.h.
Definition at line 21 of file SkSGTransformPriv.h.