/aosp14/frameworks/base/libs/hwui/ |
H A D | CanvasTransform.cpp | 58 SkColor transformColor(ColorTransform transform, SkColor color) { in transformColor() 69 SkColor transformColorInverse(ColorTransform transform, SkColor color) { in transformColorInverse() 80 static void applyColorTransform(ColorTransform transform, SkPaint& paint) { in applyColorTransform() 132 bool transformPaint(ColorTransform transform, SkPaint* paint) { in transformPaint() 138 bool transformPaint(ColorTransform transform, SkPaint* paint, BitmapPalette palette) { in transformPaint()
|
H A D | DamageAccumulator.cpp | 91 void DamageAccumulator::pushTransform(const RenderNode* transform) { in pushTransform() 97 void DamageAccumulator::pushTransform(const Matrix4* transform) { in pushTransform() 140 static inline void applyMatrix(const SkMatrix* transform, SkRect* rect) { in applyMatrix() 153 static inline void applyMatrix(const SkMatrix& transform, SkRect* rect) { in applyMatrix()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 848 auto transform = RSBaseRenderUtil::GetRotateTransform(surface->GetTransform()); variable 864 auto transform = RSBaseRenderUtil::GetRotateTransform(surface->GetTransform()); variable 880 auto transform = RSBaseRenderUtil::GetRotateTransform(surface->GetTransform()); variable 895 auto transform = RSBaseRenderUtil::GetFlipTransform(surface->GetTransform()); variable 911 auto transform = RSBaseRenderUtil::GetFlipTransform(surface->GetTransform()); variable 923 … auto transform = RSBaseRenderUtil::GetFlipTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT180); variable 935 … auto transform = RSBaseRenderUtil::GetFlipTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT270); variable 947 … auto transform = RSBaseRenderUtil::GetFlipTransform(GraphicTransformType::GRAPHIC_FLIP_V_ROT180); variable 959 … auto transform = RSBaseRenderUtil::GetFlipTransform(GraphicTransformType::GRAPHIC_FLIP_V_ROT270); variable 971 …auto transform = RSBaseRenderUtil::ClockwiseToAntiClockwiseTransform(GraphicTransformType::GRAPHIC… variable [all …]
|
/ohos5.0/foundation/graphic/graphic_utils_lite/test/ |
H A D | transform_unit_test.cpp | 121 TransformMap* transform = new TransformMap(Rect(1, 1, 1, 1)); variable 138 TransformMap* transform = new TransformMap(Rect(1, 1, 1, 1)); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 47 auto transform = UpdateWithEffectMatrix(transform_); in UpdateTransformLayer() local 62 DecomposedTransform transform; in SyncTransformToRsNode() local 128 Matrix4 transform = GetEffectiveTransform(GetPosition()); in GetTransformPoint() local 134 Matrix4 transform = GetEffectiveTransform(GetTransitionPaintRect().GetOffset()); in GetTransformRect() local 148 Matrix4 transform = GetTransformByOffset(UpdateWithEffectMatrix(transform_), origin_); in GetEffectiveTransform() local
|
H A D | transform_element.cpp | 32 RefPtr<TransformComponent> transform = AceType::DynamicCast<TransformComponent>(component_); in PerformBuild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_transform.cpp | 42 Matrix4 SvgTransform::CreateMatrix4(const std::string& transform) in CreateMatrix4() 92 TransformInfo SvgTransform::CreateInfoFromString(const std::string& transform) in CreateInfoFromString() 99 …trix4 SvgTransform::CreateMatrixFromMap(const std::map<std::string, std::vector<float>>& transform) in CreateMatrixFromMap() 126 …ormInfo SvgTransform::CreateInfoFromMap(const std::map<std::string, std::vector<float>>& transform) in CreateInfoFromMap() 133 std::map<std::string, std::vector<float>> SvgTransform::CreateMap(const std::string& transform) in CreateMap()
|
H A D | svg_shape.h | 67 void SetTransform(const std::string& transform) in SetTransform()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | card_transition_controller.cpp | 146 auto transform = weakTransform.Upgrade(); in CreateCardTranslateAnimation() local 162 auto transform = weakTransform.Upgrade(); in CreateCardScaleAnimation() local 181 auto transform = weakTransform.Upgrade(); in CreateCardScaleAnimation() local 274 auto transform = weakTransform.Upgrade(); in CreateExternalAnimation() local 282 auto transform = weakTransform.Upgrade(); in CreateExternalAnimation() local 295 auto transform = weakTransform.Upgrade(); in AddPrepareListener() local 309 auto transform = weakTransform.Upgrade(); in AddStopListener() local
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | window_helper_test.cpp | 147 Transform transform; variable 177 Transform transform; variable 197 Transform transform; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.cpp | 52 TransAffine transform; in DoRender() local 101 TransAffine transform; in DoDrawShadow() local 149 TransAffine& transform, in InitRenderAndTransform() 165 TransAffine& transform, in SetRasterizer() 202 TransAffine& transform, in RenderGradient() 257 TransAffine& transform, in BuildRadialGradientMatrix()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 110 void SurfaceUtils::ComputeTransformByMatrix(GraphicTransformType& transform, in ComputeTransformByMatrix() 161 sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop) in ComputeTransformMatrix() 198 void SurfaceUtils::ComputeTransformByMatrixV2(GraphicTransformType& transform, in ComputeTransformByMatrixV2() 249 sptr<SurfaceBuffer>& buffer, GraphicTransformType& transform, Rect& crop) in ComputeTransformMatrixV2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_hwc_prevalidate_util.cpp | 97 …RSSurfaceRenderNode::SharedPtr node, GraphicTransformType transform, uint32_t fps, RequestLayerInf… in CreateSurfaceNodeLayerInfo() 180 …RSSurfaceRenderNode::SharedPtr node, GraphicTransformType transform, uint32_t fps, RequestLayerInf… in CreateUIFirstLayerInfo() 255 auto transform = RSUniRenderUtil::GetLayerTransform(*hwcNodePtr, screenInfo); in CollectSurfaceNodeLayerInfo() local 275 auto transform = RSUniRenderUtil::GetLayerTransform(*iter.second, screenInfo); in CollectUIFirstLayerInfo() local
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 63 ## transform section
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | surface_utils_test.cpp | 215 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; variable 254 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; variable
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 63 ## transform section
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 232 Matrix3f transform; variable 284 Matrix3f transform; variable 647 Matrix3f transform; variable 673 Matrix3f transform; variable 708 Matrix3f transform; variable
|
/aosp14/frameworks/base/libs/input/ |
H A D | PointerController.cpp | 132 const auto& transform = getTransformForDisplayLocked(displayId); in move() local 143 const auto& transform = getTransformForDisplayLocked(displayId); in setPosition() local 154 const auto& transform = getTransformForDisplayLocked(displayId); in getPosition() local 200 const ui::Transform& transform = getTransformForDisplayLocked(displayId); in setSpots() local
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanSurface.cpp | 34 static int InvertTransform(int transform) { in InvertTransform() 47 static SkMatrix GetPreTransformMatrix(SkISize windowSize, int transform) { in GetPreTransformMatrix() 66 static SkM44 GetPixelSnapMatrix(SkISize windowSize, int transform) { in GetPixelSnapMatrix()
|
H A D | HardwareBufferRenderParams.h | 40 const SkMatrix& transform, const sk_sp<SkColorSpace>& colorSpace, in HardwareBufferRenderParams()
|
/ohos5.0/build/hb/util/preloader/ |
H A D | parse_vendor_product_config.py | 108 def transform(config): function
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/transformation/ |
H A D | Transformation.kt | 67 fun transform( regex
|
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
H A D | AppListModel.kt | 48 fun transform(userIdFlow: Flow<Int>, appListFlow: Flow<List<ApplicationInfo>>): Flow<List<T>> regex
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | LABPointProvider.java | 47 float[] transform = mRgbToLab.transform(r, g, b); in fromInt() local
|
/aosp14/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasOpBuffer.cpp | 53 void CanvasOpBuffer::applyColorTransform(ColorTransform transform) { in applyColorTransform()
|