/aosp12/frameworks/native/services/sensorservice/ |
H A D | mat.h | 28 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 D | MatrixUtils.h | 79 double mat[3][3]; variable 137 double mat[9]; variable
|
/aosp12/system/libvintf/analyze_matrix/ |
H A D | analyze_matrix.cpp | 50 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 D | hue.c | 26 jfloat* mat = (*env)->GetFloatArrayElements(env, matrix,0); in JNIFUNCF() local
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | BitmapUtility.java | 63 Matrix mat = new Matrix(); in rotatedBitmap() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DisableImageView.java | 55 float[] mat = brightnessMatrix.getArray(); in DisableImageView() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | ColorUtils.h | 74 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix()
|
/aosp12/system/libvintf/ |
H A D | RuntimeInfo.cpp | 79 bool RuntimeInfo::checkCompatibility(const CompatibilityMatrix& mat, std::string* error, in checkCompatibility()
|
H A D | HalManifest.cpp | 281 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 D | SkiaDisplayList.h | 177 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
|
H A D | SkiaDisplayList.cpp | 68 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects()
|
H A D | SkiaRecordingCanvas.cpp | 178 SkMatrix mat; in drawVectorDrawable() local
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | LayerState.cpp | 34 [](const mat4& mat) { in LayerState()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosLayer.h | 242 std::array<float, TRANSFORM_MAT_SIZE> mat; member
|
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
H A D | FastBitmapDrawable.java | 281 float[] mat = tempBrightnessMatrix.getArray(); in getDisabledFColorFilter() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | vp_motionmodel.c | 99 double mat[3][3], indet, temp; in inv4Mat() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/ |
H A D | InteractAcrossProfilesDetails.java | 213 float[] mat = tempBrightnessMatrix.getArray(); in createSuspendedColorMatrix() local
|
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayDrmInterfaceModule.cpp | 22 int32_t convertDqeMatrixDataToMatrix(T &colorMatrix, M &mat, in convertDqeMatrixDataToMatrix()
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | SkiaDisplayListTests.cpp | 348 SkMatrix mat; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
|
/aosp12/frameworks/native/libs/math/include/math/ |
H A D | TMatHelpers.h | 301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 8243 HNewInstance* mat = FindSingleInstruction<HNewInstance>(graph_, right->GetSinglePredecessor()); in TEST_F() local
|