Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
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
DDamageAccumulator.h38 class Matrix4; variable
DRenderProperties.h49 class Matrix4; variable