Home
last modified time | relevance | path

Searched defs:position (Results 51 – 75 of 539) sorted by relevance

12345678910>>...22

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dextension_custom_node.cpp37 auto position = OffsetF(positionX, positionY); in OnLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_delegate.cpp56 const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) in CreatePlatformResource()
63 const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) in CreatePluginResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp51 Vector2f position = Vector2f(0.f, 0.f); in SetUp() local
129 Vector2f position = Vector2f(0.f, 0.f); variable
165 Vector2f position = Vector2f(0.f, 0.f); variable
203 Vector2f position = Vector2f(0.f, 0.f); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp553 …double betweenSpace, const ContentInfo& content, const Offset& position, double totalCrossSpace) c… in PositionedItem() argument
624 void RenderWrap::PlaceItemAndLog(const RefPtr<RenderNode>& node, const Offset& position, const std:… in PlaceItemAndLog() argument
629 …ndleCenterAlignment(double totalCrossSpace, const RefPtr<RenderNode>& item, const Offset& position, in HandleCenterAlignment()
646 …:HandleEndAlignment(double totalCrossSpace, const RefPtr<RenderNode>& item, const Offset& position, in HandleEndAlignment()
663 …leBaselineAlignment(double totalCrossSpace, const RefPtr<RenderNode>& item, const Offset& position, in HandleBaselineAlignment()
674 …const RefPtr<RenderNode>& item, const Offset& position, double betweenSpace, Offset& itemPositionO… in HandleStartAlignment() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component_v2.cpp23 void TextComponentV2::OnChildInserted(const RefPtr<Component>& child, int32_t position) in OnChildInserted()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_umts_codec.cpp189 for (uint16_t position = 0; position < unpackLen; position++) { in Decode3g7Bit() local
234 for (uint8_t position = offset; position < offset + dataLen; position++) { in Decode3gUCS2() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dread_text.cpp36 int64_t position = -1; in GetReadTextArg() local
127 …niError AsyncExec(const std::string &path, std::shared_ptr<AsyncReadTextArg> arg, int64_t position, in AsyncExec()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_spring_effect.cpp40 double position = currentPositionCallback_(); in ProcessScrollOver() local
H A Dscroll_position_controller.cpp62 void ScrollPositionController::JumpTo(double position) in JumpTo()
73 bool ScrollPositionController::AnimateTo(double position, float duration, const RefPtr<Curve>& curv… in AnimateTo()
88const Dimension& position, float duration, const RefPtr<Curve>& curve, bool smooth, bool canOverSc… in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dextension_custom_node_test_ng.cpp60 customNode->SetLayoutCallback([](NG::OffsetF& position)->void {}); in __anon62cf5c500202()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Dhap_byte_buffer.h74 int32_t position = 0; variable
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcone.h24 …Cone(std::string name, float radius, float length, float sectors, Vec3& position) : Geometry(name,… in Cone()
H A Dcube.h24 …Cube(std::string name, float width, float height, float depth, Vec3& position) : Geometry(name, po… in Cube()
H A Dsphere.h24 Sphere(std::string name, float radius, float rings, float sectors, Vec3& position) in Sphere()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_file_data_source.cpp24 long long offset, long long size, long long position) in HapFileDataSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h38 virtual void OnChildInserted(const RefPtr<Component>& child, int32_t position) {} in OnChildInserted()
71 virtual void InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild()
H A Delement_register.cpp40 auto position = itemMap_.find(elementId); in GetElementById() local
49 auto position = itemMap_.find(elementId); in GetNodeById() local
55 auto position = itemMap_.find(elementId); in GetElementProxyById() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp180 int64_t position = -1; in GetReadArg() local
245 int64_t position = -1; in GetWriteArg() local
290 int64_t position; in GetReadArgV9() local
351 int32_t position = 0; in GetWriteArgV9() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp43 bool InputAIChecker::IsSingleClickAtBoundary(int32_t position, int32_t textLength) in IsSingleClickAtBoundary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_property.h90 std::string GetBadgePositionString(BadgePosition position) const in GetBadgePositionString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp60 void WaterFlowScrollController::ProcessScrollMotion(double position) in ProcessScrollMotion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/screen_manager/
H A Drs_screen_props_test.cpp83 size_t position = parcel.GetWritePosition(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_path_animation.cpp196 Vector2f position; in OnAnimate() local
320 void RSRenderPathAnimation::GetPosTanValue(float fraction, Vector2f& position, float& tangent) in GetPosTanValue()
337 void RSRenderPathAnimation::UpdateVector4fPathValue(Vector4f& value, const Vector2f& position) in UpdateVector4fPathValue()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.cpp108 int32_t position = y * handle.width + x; in GetPixelValue() local
141 int32_t position = y * handle.width + x; in CheckPixel() local
182 int32_t position = y * handle.stride / PIXEL_BYTES + x; in SetPixel() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscroll_motion.cpp27 ScrollMotion::ScrollMotion(double position, double velocity, const ExtentPair& extent, in ScrollMotion()

12345678910>>...22