Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DMatrix.h80 Matrix4() { loadIdentity(); } in Matrix4() function
82 explicit Matrix4(const float* v) { load(v); } in Matrix4() function
84 Matrix4(const SkMatrix& v) { // NOLINT(google-explicit-constructor) in Matrix4() function
H A DDamageAccumulator.h38 class Matrix4; variable
H A DRenderProperties.h52 class Matrix4; variable