Home
last modified time | relevance | path

Searched defs:mat (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/native/services/sensorservice/
H A Dmat.h28 class mat; variable
140 mat() { } in mat() function
141 mat(const mat& rhs) : base(rhs) { } in mat() function
142 mat(const base& rhs) : base(rhs) { } // NOLINT(google-explicit-constructor) in mat() function
148 mat(pTYPE rhs) { // NOLINT(google-explicit-constructor) in mat() function
267 mat() { } in mat() function
268 explicit mat(const base& rhs) : base(rhs) { } in mat() function
269 mat(const mat& rhs) : base(rhs) { } in mat() function
270 explicit mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); } in mat() function
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMatrixUtils.h79 double mat[3][3]; variable
137 double mat[9]; variable
/aosp12/system/libvintf/analyze_matrix/
H A Danalyze_matrix.cpp50 std::set<std::string> getDescription(const CompatibilityMatrix& mat, F descriptionFn, in getDescription()
117 auto mat = readObject<CompatibilityMatrix>(FLAGS_input); in main() local
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dhue.c26 jfloat* mat = (*env)->GetFloatArrayElements(env, matrix,0); in JNIFUNCF() local
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/
H A DBitmapUtility.java63 Matrix mat = new Matrix(); in rotatedBitmap() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DDisableImageView.java55 float[] mat = brightnessMatrix.getArray(); in DisableImageView() local
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DColorUtils.h74 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix()
/aosp12/system/libvintf/
H A DRuntimeInfo.cpp79 bool RuntimeInfo::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility()
H A DHalManifest.cpp281 const CompatibilityMatrix& mat, const std::vector<HidlInterfaceMetadata>& hidlMetadata) const { in checkUnusedHals() argument
382 bool HalManifest::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h177 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
H A DSkiaDisplayList.cpp68 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects()
H A DSkiaRecordingCanvas.cpp178 SkMatrix mat; in drawVectorDrawable() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
H A DLayerState.cpp34 [](const mat4& mat) { in LayerState()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.h242 std::array<float, TRANSFORM_MAT_SIZE> mat; member
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DFastBitmapDrawable.java281 float[] mat = tempBrightnessMatrix.getArray(); in getDisabledFColorFilter() local
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c99 double mat[3][3], indet, temp; in inv4Mat() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
H A DInteractAcrossProfilesDetails.java213 float[] mat = tempBrightnessMatrix.getArray(); in createSuspendedColorMatrix() local
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterfaceModule.cpp22 int32_t convertDqeMatrixDataToMatrix(T &colorMatrix, M &mat, in convertDqeMatrixDataToMatrix()
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp348 SkMatrix mat; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
/aosp12/frameworks/native/libs/math/include/math/
H A DTMatHelpers.h301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()
/aosp12/art/compiler/optimizing/
H A Dload_store_elimination_test.cc8243 HNewInstance* mat = FindSingleInstruction<HNewInstance>(graph_, right->GetSinglePredecessor()); in TEST_F() local