Home
last modified time | relevance | path

Searched defs:mat33 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/ui/include/ui/
H A DTransform.h118 struct mat33 { struct
130 mat33 mMatrix; argument
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DTransform.h118 struct mat33 { struct
130 mat33 mMatrix; argument
/aosp12/frameworks/native/include/ui/
H A DTransform.h118 struct mat33 { struct
130 mat33 mMatrix; argument
/aosp12/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp217 void ConvertAffine3x3toGL4x4(double *matGL44, double *mat33) in ConvertAffine3x3toGL4x4()