/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | extension_custom_node.cpp | 37 auto position = OffsetF(positionX, positionY); in OnLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_delegate.cpp | 56 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 D | rs_render_particle_test.cpp | 51 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 D | render_wrap.cpp | 553 …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 D | text_component_v2.cpp | 23 void TextComponentV2::OnChildInserted(const RefPtr<Component>& child, int32_t position) in OnChildInserted()
|
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | gsm_cb_umts_codec.cpp | 189 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 D | read_text.cpp | 36 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 D | scroll_spring_effect.cpp | 40 double position = currentPositionCallback_(); in ProcessScrollOver() local
|
H A D | scroll_position_controller.cpp | 62 void ScrollPositionController::JumpTo(double position) in JumpTo() 73 bool ScrollPositionController::AnimateTo(double position, float duration, const RefPtr<Curve>& curv… in AnimateTo() 88 …const 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 D | extension_custom_node_test_ng.cpp | 60 customNode->SetLayoutCallback([](NG::OffsetF& position)->void {}); in __anon62cf5c500202()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
H A D | hap_byte_buffer.h | 74 int32_t position = 0; variable
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/ |
H A D | cone.h | 24 …Cone(std::string name, float radius, float length, float sectors, Vec3& position) : Geometry(name,… in Cone()
|
H A D | cube.h | 24 …Cube(std::string name, float width, float height, float depth, Vec3& position) : Geometry(name, po… in Cube()
|
H A D | sphere.h | 24 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 D | hap_file_data_source.cpp | 24 long long offset, long long size, long long position) in HapFileDataSource()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component_group.h | 38 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 D | element_register.cpp | 40 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 D | common_func.cpp | 180 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 D | text_input_ai_checker.cpp | 43 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 D | badge_layout_property.h | 90 std::string GetBadgePositionString(BadgePosition position) const in GetBadgePositionString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_scroll_controller.cpp | 60 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 D | rs_screen_props_test.cpp | 83 size_t position = parcel.GetWritePosition(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_path_animation.cpp | 196 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 D | display_test_utils.cpp | 108 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 D | scroll_motion.cpp | 27 ScrollMotion::ScrollMotion(double position, double velocity, const ExtentPair& extent, in ScrollMotion()
|