Home
last modified time | relevance | path

Searched defs:SkMatrix44 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLProgramDataManager.h16 class SkMatrix44; variable
/third_party/flutter/skia/include/core/
DSkMatrix44.h150 SkMatrix44(Uninitialized_Constructor) {} // ironically, cannot be constexpr in SkMatrix44() function
152 constexpr SkMatrix44(Identity_Constructor) in SkMatrix44() function
159 SkMatrix44(NaN_Constructor) in SkMatrix44() function
166 constexpr SkMatrix44() : SkMatrix44{kIdentity_Constructor} {} in SkMatrix44() function
172 SkMatrix44(const SkMatrix44& a, const SkMatrix44& b) { in SkMatrix44() function
/third_party/flutter/skia/src/core/
DSkMatrix44.cpp1001 SkMatrix44::SkMatrix44(const SkMatrix& src) { in SkMatrix44() function in SkMatrix44