| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_row.h | 37 explicit VerticalAlignDeclaration(VerticalAlign align) : align_(align) {} in VerticalAlignDeclaration() argument
|
| H A D | js_column.h | 41 explicit HorizontalAlignDeclaration(HorizontalAlign align) : align_(align) {} in HorizontalAlignDeclaration() argument
|
| H A D | js_column.cpp | 153 auto align = HorizontalAlign::CENTER; in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
| H A D | render_node_layout_property.h | 46 auto align = Alignment::TOP_LEFT; variable
|
| H A D | render_node_layout_algorithm.cpp | 66 auto align = Alignment::TOP_LEFT; in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
| H A D | stack_layout_property.h | 50 auto align = Alignment::CENTER; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | ifile.cpp | 23 Section::Section(std::string secName, Word type, Word flags, uint32 align, ObjEmitter &objEmitter, MemPool &memPool) in Section() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
| H A D | folder_stack_layout_property.h | 56 auto align = Alignment::CENTER; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/align/ |
| H A D | render_align.cpp | 29 const RefPtr<AlignComponent> align = AceType::DynamicCast<AlignComponent>(component); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_stack_bridge.cpp | 27 int32_t align = NUM_4; in SetAlignContent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | overlay_property.h | 33 Alignment align; member
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | malloc-proxy-allocator-inl.h | 38 void *MallocProxyAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() argument
|
| H A D | pygote_space_allocator.h | 66 bool CanAllocNonMovable(size_t size, Alignment align) in CanAllocNonMovable() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| H A D | allocator-inl.h | 23 inline void *ObjectAllocatorBase::AllocateSafe(size_t size, Alignment align, AllocT *objectAllocator, size_t poolSize, in AllocateSafe() argument 34 inline void *ObjectAllocatorBase::AddPoolsAndAlloc(size_t size, Alignment align, AllocT *objectAllocator, in AddPoolsAndAlloc() argument 62 Alignment align = DEFAULT_ALIGNMENT; in AllocateTenuredImpl() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
| H A D | text_input_layout_algorithm.h | 48 Alignment align = Alignment::CENTER; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_content_layout_algorithm.cpp | 50 auto align = Alignment::CENTER; in Layout() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_position_controller.cpp | 46 JumpToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign align, int32_t source) JumpToItemInGroup() argument
|
| H A D | list_item_layout_algorithm.cpp | 96 auto align = Alignment::CENTER; in Layout() local
|
| /foundation/arkui/ui_lite/interfaces/kits/layout/ |
| H A D | flex_layout.h | 77 void SetMajorAxisAlign(const AlignType& align) in SetMajorAxisAlign() argument 89 void SetSecondaryAxisAlign(const AlignType& align) in SetSecondaryAxisAlign() argument
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| H A D | arena_allocator.cpp | 91 void *ArenaAllocatorT<use_oom_handler>::Alloc(size_t size, Alignment align) in Alloc() argument 94 LOG(DEBUG, ALLOC) << "ArenaAllocator: try to alloc " << size << " with align " << align; in Alloc() local 112 LOG(DEBUG, ALLOC) << "ArenaAllocator: allocated " << size << " bytes aligned by " << align; in Alloc() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator.cpp | 86 void *ArenaAllocatorT<USE_OOM_HANDLER>::Alloc(size_t size, Alignment align) in Alloc() argument 89 LOG(DEBUG, ALLOC) << "ArenaAllocator: try to alloc " << size << " with align " << align; in Alloc() local 107 LOG(DEBUG, ALLOC) << "ArenaAllocator: allocated " << size << " bytes aligned by " << align; in Alloc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_call_conv.cpp | 59 void AArch64CallConvImpl::AllocateGPRegister(const MIRType &mirType, CCLocInfo &pLoc, uint64 size, uint64 align) in AllocateGPRegister() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| H A D | becommon.cpp | 56 void BECommon::ComputeTypeSizesAligns(MIRType &ty, uint8 align) in ComputeTypeSizesAligns() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/stack/ |
| H A D | stack_component.h | 55 void SetAlignment(const Alignment& align) in SetAlignment() argument 34 StackComponent( const Alignment& align, StackFit fit, Overflow overflow, const std::list<RefPtr<Component>>& children) StackComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
| H A D | marquee_layout_algorithm.cpp | 81 auto align = (textDirection == TextDirection::RTL ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT); in Layout() local
|