/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | avbuffer.cpp | 173 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 D | avmemory.cpp | 208 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 D | indexer_layout_algorithm.cpp | 95 auto align = Alignment::CENTER; in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_layout_algorithm.cpp | 179 Alignment align = isRtl ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT; in UpdateIconMargin() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_watch_layout_manager.cpp | 92 FlexAlign align = selfAlign == FlexAlign::AUTO ? crossAxisAlign_ : selfAlign; in SetChildPosition() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 672 ViewAbstract::SetOverlayBuilder(std::move(buildFunc), align, offsetX, offsetY); variable
|
/foundation/arkui/ace_engine/frameworks/core/components/toast/ |
H A D | toast_component.cpp | 194 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 D | calendar_picker_pattern.h | 61 void SetCalendarEdgeAlign(CalendarEdgeAlign align) in SetCalendarEdgeAlign() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component.h | 64 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 D | canvas_custom_paint_method_test_ng.cpp | 1199 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 D | grid_scroller_test_ng.cpp | 28 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 D | scroll_bar_test_ng.cpp | 93 void ScrollBarTestNg::CreateStack(Alignment align) in CreateStack() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/folder_stack/ |
H A D | folder_stack_test_ng.cpp | 84 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 D | text_input_layout_algorithm.cpp | 156 Alignment align = Alignment::CENTER; in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | paragraph.h | 130 TextAlign align = TextAlign::LEFT; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_view.cpp | 56 auto align = Alignment::ParseAlignment(toastInfo.alignment); in CreateToastNode() local
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_model.h | 85 ArkUI_HorizontalAlignment align; member 91 ArkUI_VerticalAlignment align; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.h | 188 const uint8_t align = 2; in GetUseLen() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 350 size_t align = 1U; in GetPropertyTypeAlignment() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 347 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 D | render_node_default_material_objects.cpp | 44 constexpr size_t Align(size_t value, size_t align) in Align() argument
|
H A D | render_node_morph.cpp | 41 inline size_t Align(size_t value, size_t align) in Align() argument
|
/foundation/multimedia/media_foundation/src/plugin/ |
H A D | plugin_buffer.cpp | 22 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 D | plugin_buffer.cpp | 23 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 D | vpn_manager.cpp | 259 cmsghdr align; in SendVpnInterfaceFdToClient() member
|