Home
last modified time | relevance | path

Searched refs:m30 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DClipAreaTests.cpp76 Matrix4 m30; in TEST() local
77 m30.loadRotate(30); in TEST()
78 list.intersectWith(r2, m30); in TEST()
/frameworks/native/include/ui/
Dmat4.h124 M m30, N m31, O m32, P m33);
196 M m30, N m31, O m32, P m33) { in tmat44() argument
200 mValue[3] = col_type(m30, m31, m32, m33); in tmat44()