Home
last modified time | relevance | path

Searched defs:transform (Results 26 – 50 of 397) sorted by relevance

12345678910>>...16

/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_utils_test.cpp215 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; variable
254 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md63 ## transform section
/aosp12/frameworks/av/camera/
H A DCameraUtils.cpp34 /*out*/int32_t* transform) { in getRotationTransform()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md63 ## transform section
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp232 Matrix3f transform; variable
284 Matrix3f transform; variable
647 Matrix3f transform; variable
673 Matrix3f transform; variable
708 Matrix3f transform; variable
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSimpleOrientationTouchTransformer.java51 public void transform(MotionEvent ev, int rotation) { in transform() method in SimpleOrientationTouchTransformer
/aosp12/frameworks/native/libs/input/
H A DInput.cpp55 float transformAngle(const ui::Transform& transform, float angleRadians) { in transformAngle()
97 vec2 applyTransformWithoutTranslation(const ui::Transform& transform, float x, float y) { in applyTransformWithoutTranslation()
389 void PointerCoords::transform(const ui::Transform& transform) { in transform() function in android::PointerCoords
428 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize()
616 void MotionEvent::transform(const std::array<float, 9>& matrix) { in transform() function in android::MotionEvent
634 ui::Transform transform; in applyTransform() local
650 static status_t readFromParcel(ui::Transform& transform, const Parcel& parcel) { in readFromParcel()
663 static status_t writeToParcel(const ui::Transform& transform, Parcel& parcel) { in writeToParcel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_element.cpp32 RefPtr<TransformComponent> transform = AceType::DynamicCast<TransformComponent>(component_); in PerformBuild() local
H A Drender_transform.cpp268 const std::vector<AnimatableTransformOperation>& transformEffects, Matrix4& transform) in ParseTransformEffects()
374 auto transform = AceType::DynamicCast<TransformComponent>(component); in Update() local
494 auto transform = weak.Upgrade(); in SetTouchHandle() local
610 Matrix4 transform = in GetTransformByOffset() local
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp62 int transform = 0; in setNativeWindowSizeFormatAndUsage() local
181 int transform = 0; in setNativeWindowRotation() local
/aosp12/art/test/948-change-annotations/src/
H A DMain.java78 private static void printAnnotations(Class<?> transform) { in printAnnotations()
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DJarUtil.java43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar() argument
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerProtoHelper.cpp101 void LayerProtoHelper::writeToProtoDeprecated(const ui::Transform& transform, in writeToProtoDeprecated()
117 void LayerProtoHelper::writeTransformToProto(const ui::Transform& transform, in writeTransformToProto()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h100 const SkMatrix& transform() const { in transform() function
104 SkMatrix& transform() { in transform() function
H A DCanvasOpBuffer.cpp53 void CanvasOpBuffer::applyColorTransform(ColorTransform transform) { in applyColorTransform()
/aosp12/frameworks/native/libs/gui/
H A DGLConsumerUtils.cpp28 const sp<GraphicBuffer>& buf, const Rect& cropRect, uint32_t transform, in computeTransformMatrix()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_shape.h67 void SetTransform(const std::string& transform) in SetTransform()
/ohos5.0/build/hb/util/preloader/
H A Dparse_vendor_product_config.py108 def transform(config): function
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputCompositionState.h86 ui::Transform transform; member
/aosp12/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DLABPointProvider.java47 float[] transform = mRgbToLab.transform(r, g, b); in fromInt() local
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Di_anco_consumer.h61 std::vector<float> transform; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp140 …ionDirtyManager::CalNotRotateTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform, in CalNotRotateTransform()
173 …SceneSessionDirtyManager::CalTransform(const sptr<SceneSession>& sceneSession, Matrix3f& transform, in CalTransform()
471 Matrix3f transform; in AddModalExtensionWindowInfo() local
629 Matrix3f transform; in GetWindowInfo() local
763 Matrix3f transform = Matrix3f::IDENTITY; in CoordinateSystemHostWindowToScreen() local
772 MMI::Rect CalRectInScreen(const Matrix3f& transform, const SecRectInfo& secRectInfo) in CalRectInScreen()
835 auto transform = CoordinateSystemHostWindowToScreen(hostTransform, secRectInfo); in GetSecComponentWindowInfo() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DWallpaperPreviewBitmapTransformation.java54 protected Bitmap transform(@NonNull BitmapPool pool, @NonNull Bitmap toTransform, in transform() method in WallpaperPreviewBitmapTransformation
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dtransform_util_test.cpp331 Matrix4 transform = Matrix4::CreateIdentity(); variable
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DDepthImage.java81 DepthTransform transform = new RangeInverseDepthTransform((float)near, (float)far); in createFromDepthmap() local
131 DepthTransform transform = new RangeInverseDepthTransform(near, far); in createFromPFM() local

12345678910>>...16