Home
last modified time | relevance | path

Searched defs:align (Results 51 - 75 of 162) sorted by relevance

1234567

/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Davbuffer.cpp173 Status AVBuffer::Init(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) in Init() argument
111 CreateAVBuffer(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) CreateAVBuffer() argument
H A Davmemory.cpp208 int32_t align = -1; in ReadCommonFromMessageParcel() local
61 CreateAVMemory(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) CreateAVMemory() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp95 auto align = Alignment::CENTER; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp179 Alignment align = isRtl ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT; in UpdateIconMargin() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp92 FlexAlign align = selfAlign == FlexAlign::AUTO ? crossAxisAlign_ : selfAlign; in SetChildPosition() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h672 ViewAbstract::SetOverlayBuilder(std::move(buildFunc), align, offsetX, offsetY); variable
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp194 RefPtr<AlignComponent> align = AceType::MakeRefPtr<AlignComponent>(alignChildren, Alignment::CENTER); in Show() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.h61 void SetCalendarEdgeAlign(CalendarEdgeAlign align) in SetCalendarEdgeAlign() argument
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component.h64 void SetCrossAxisAlign(FlexAlign align) in SetCrossAxisAlign() argument
74 void SetMainAxisAlign(FlexAlign align) in SetMainAxisAlign() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1199 TextAlign align = TextAlign::LEFT; in HWTEST_F() local
1283 RSTextAlign align = RSTextAlign::START; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp28 AssertionResult GridScrollerTestNg::ScrollToIndex(int32_t index, bool smooth, ScrollAlign align, float expectOffset) in ScrollToIndex() argument
45 void GridScrollerTestNg::ScrollToIndex(int32_t index, bool smooth, ScrollAlign align, std::optional<float> extraOffset) in ScrollToIndex() argument
1343 ScrollAlign align = ScrollAlign::START; in HWTEST_F() local
1674 ScrollAlign align = ScrollAlign::START; in HWTEST_F() local
1693 ScrollAlign align = ScrollAlign::CENTER; HWTEST_F() local
1713 ScrollAlign align = ScrollAlign::END; HWTEST_F() local
1736 ScrollAlign align = ScrollAlign::AUTO; HWTEST_F() local
1764 ScrollAlign align = ScrollAlign::AUTO; HWTEST_F() local
1795 ScrollAlign align = ScrollAlign::START; HWTEST_F() local
1815 ScrollAlign align = ScrollAlign::AUTO; HWTEST_F() local
1847 ScrollAlign align = ScrollAlign::AUTO; HWTEST_F() local
1897 ScrollAlign align = ScrollAlign::AUTO; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp93 void ScrollBarTestNg::CreateStack(Alignment align) in CreateStack() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/
H A Dfolder_stack_test_ng.cpp84 RefPtr<UINode> FolderStackTestNg::CreateWithItem(bool enableAnimation, bool autoHalfFold, Alignment align) in CreateWithItem() argument
114 Alignment align = Alignment::TOP_LEFT; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp156 Alignment align = Alignment::CENTER; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h130 TextAlign align = TextAlign::LEFT; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp56 auto align = Alignment::ParseAlignment(toastInfo.alignment); in CreateToastNode() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.h85 ArkUI_HorizontalAlignment align; member
91 ArkUI_VerticalAlignment align; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dcjson_parser.h188 const uint8_t align = 2; in GetUseLen() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp350 size_t align = 1U; in GetPropertyTypeAlignment() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp347 size_t align = 1U; in GetPropertyTypeAlignment() local
673 size_t align = 1U; in GetPropertyTypeAlignment() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_material_objects.cpp44 constexpr size_t Align(size_t value, size_t align) in Align() argument
H A Drender_node_morph.cpp41 inline size_t Align(size_t value, size_t align) in Align() argument
/foundation/multimedia/media_foundation/src/plugin/
H A Dplugin_buffer.cpp22 Memory::Memory(size_t capacity, std::shared_ptr<uint8_t> bufData, size_t align, MemoryType type) in Memory() argument
28 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type, bool allocMem) in Memory() argument
132 std::shared_ptr<Buffer> Buffer::CreateDefaultBuffer(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in CreateDefaultBuffer() argument
156 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, size_t align) in AllocMemory() argument
[all...]
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dplugin_buffer.cpp23 Memory::Memory(size_t capacity, std::shared_ptr<uint8_t> bufData, size_t align, MemoryType type) in Memory() argument
29 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type, bool allocMem) in Memory() argument
238 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, size_t align) in AllocMemory() argument
199 CreateDefaultBuffer(BufferMetaType type, size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) CreateDefaultBuffer() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dvpn_manager.cpp259 cmsghdr align; in SendVpnInterfaceFdToClient() member

Completed in 19 milliseconds

1234567