Home
last modified time | relevance | path

Searched defs:position (Results 1076 - 1100 of 1437) sorted by relevance

1...<<41424344454647484950>>...58

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h617 PositionType position = PositionType::PTRELATIVE; in GetPosition() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp1282 void MovingPhotoPattern::Seek(int32_t position) in Seek() argument
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp340 auto position = Offset(0.0, 0.0); local
866 Offset position; local
911 Offset position; global() local
955 CreateInset( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1005 CreateCircle( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1041 CreateEllipse( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1082 CreatePolygon( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1103 CreatePolygon( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, RSPath* drawingPath) global() argument
1126 CreatePath( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1164 CreateRect( const RefPtr<BasicShape>& basicShape, const Size& size, const Offset& position, SkPath* skPath) global() argument
1229 GetSizeAndPosition(GeometryBoxType geometryBoxType, Size& size, Offset& position) global() argument
1381 SetBackgroundPosition(const BackgroundImagePosition& position) global() argument
[all...]
H A Drender_box.cpp761 void RenderBox::SetBackgroundPosition(const BackgroundImagePosition& position) in SetBackgroundPosition() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1914 auto position = bubbleLayoutAlgorithm->GetPositionWithPlacementLeftBottom(childSize, in HWTEST_F() local
2061 auto position = OffsetF(0.0f, 0.0f); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h269 void SetSelectedMode(SelectedMode selectedMode, uint32_t position, bool newTabBar = false) in SetSelectedMode() argument
283 void SetIndicatorStyle(const IndicatorStyle& indicatorStyle, uint32_t position, bool newTabBar = false) in SetIndicatorStyle() argument
298 void SetTabBarStyle(TabBarStyle tabBarStyle, uint32_t position, bool newTabBar = false) in SetTabBarStyle() argument
313 SetBottomTabBarStyle(const BottomTabBarStyle& bottomTabBarStyle, uint32_t position, bool newTabBar = false) SetBottomTabBarStyle() argument
333 SetIconStyle(const IconStyle& iconStyle, uint32_t position, bool newTabBar = false) SetIconStyle() argument
353 SetSymbol(const TabBarSymbol& symbol, uint32_t position, bool newTabBar = false) SetSymbol() argument
506 AddTabBarItemId(int32_t tabBarItemId, uint32_t position, bool newTabBar = false) AddTabBarItemId() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp1012 auto position = 0; in SetTextContentWithStyledString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp751 OffsetF position; in SkiaCreateSkPath() local
793 SkiaCreateInset( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateInset() argument
822 SkiaCreateCircle( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateCircle() argument
840 SkiaCreateEllipse( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateEllipse() argument
862 SkiaCreatePolygon( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreatePolygon() argument
879 SkiaCreatePath( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreatePath() argument
899 SkiaCreateRect( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, SkPath& skPath) SkiaCreateRect() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp360 auto position = textFieldManager->GetClickPosition().GetY(); in SizeChangeOffset() local
1525 bool RenderGridScroll::AnimateTo(const Dimension& position, float duration, const RefPtr<Curve>& curve) in AnimateTo() argument
1602 void RenderGridScroll::DoJump(double position, int32_t source) in DoJump() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp726 OffsetF position; in DrawingCreatePath() local
768 DrawingCreateInset( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateInset() argument
799 DrawingCreateCircle( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateCircle() argument
818 DrawingCreateEllipse( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateEllipse() argument
840 DrawingCreatePolygon( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePolygon() argument
857 DrawingCreatePath( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePath() argument
876 DrawingCreateRect( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateRect() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp1206 void RefreshPattern::OnScrollStartRecursive(WeakPtr<NestableScrollContainer> child, float position, float velocity) in OnScrollStartRecursive() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp370 auto position = direction == Axis::VERTICAL ? yOffset : xOffset; in SetScrollTo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h180 void SetPosition(const Dimension& position) in SetPosition() argument
296 void SetDragStartPosition(float position) in SetDragStartPosition() argument
300 void SetDragEndPosition(float position) in SetDragEndPosition() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h402 void SetDragStartPosition(double position) in SetDragStartPosition() argument
406 void SetDragEndPosition(double position) in SetDragEndPosition() argument
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp972 RetError AccessibleAbilityClientImpl::GetCursorPosition(const AccessibilityElementInfo &elementInfo, int32_t &position) in GetCursorPosition() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp153 auto position = fileName.rfind('.'); in CheckFileType() local
794 auto position = source.rfind(suffix); in EndWith() local
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp399 void UIView::SetCameraPosition(const Vector2<float>& position) in SetCameraPosition() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp1817 int32_t position = static_cast<int32_t>(GetPositionInVolumePoints(volumePoints, idxRatio)); in CalculateVolumeDbNonlinear() local
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp913 int32_t position = 0; in SetRendererChangeInfos() local
938 int32_t position = 0; in SetCapturerChangeInfos() local
954 int32_t position = 0; in SetEffectInfo() local
1164 int32_t position = 0; SetEnhanceProperty() local
1183 int32_t position = 0; SetEffectProperty() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp218 void EcsTrackAnimation::Seek(float position) in Seek() argument
1132 void EcsAnimation::Seek(float position) in Seek() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6732 float position = 1.f; // for test in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp817 std::optional<Vector2f> position = std::nullopt; in Unmarshalling() local
1424 auto position = parcel.GetWritePosition(); in Marshalling() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp380 void RSRenderParticle::SetPosition(const Vector2f& position) in SetPosition() argument
744 CalculateParticlePosition( const ShapeType& emitShape, const Vector2f& position, const Vector2f& emitSize) CalculateParticlePosition() argument
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp562 auto const position = orbitCamera_.GetCameraPosition(); in Tick() local
1459 BASE_NS::Math::Vec3 position; in UpdateLights() local
1562 SetupCameraTransform(const OHOS::Render3D::Position& position, const OHOS::Render3D::Vec3& lookAt, const OHOS::Render3D::Vec3& up, const OHOS::Render3D::Quaternion& rotation) SetupCameraTransform() argument
1669 GetLightPositionAndRotation(const std::shared_ptr<Light>& light, BASE_NS::Math::Vec3& position, BASE_NS::Math::Quat& rotation) GetLightPositionAndRotation() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfile_asset.cpp194 void FileAsset::SetPosition(int32_t position) in SetPosition() argument

Completed in 58 milliseconds

1...<<41424344454647484950>>...58