Home
last modified time | relevance | path

Searched defs:align (Results 1 - 25 of 197) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_row.h37 explicit VerticalAlignDeclaration(VerticalAlign align) : align_(align) {} in VerticalAlignDeclaration() argument
H A Djs_column.h41 explicit HorizontalAlignDeclaration(HorizontalAlign align) : align_(align) {} in HorizontalAlignDeclaration() argument
H A Djs_column.cpp153 auto align = HorizontalAlign::CENTER; in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_property.h46 auto align = Alignment::TOP_LEFT; variable
H A Drender_node_layout_algorithm.cpp66 auto align = Alignment::TOP_LEFT; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_layout_property.h50 auto align = Alignment::CENTER; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Difile.cpp23 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 Dfolder_stack_layout_property.h56 auto align = Alignment::CENTER; variable
/foundation/arkui/ace_engine/frameworks/core/components/align/
H A Drender_align.cpp29 const RefPtr<AlignComponent> align = AceType::DynamicCast<AlignComponent>(component); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_stack_bridge.cpp27 int32_t align = NUM_4; in SetAlignContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Doverlay_property.h33 Alignment align; member
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmalloc-proxy-allocator-inl.h38 void *MallocProxyAllocator<AllocConfigT>::Alloc(size_t size, Alignment align) in Alloc() argument
H A Dpygote_space_allocator.h66 bool CanAllocNonMovable(size_t size, Alignment align) in CanAllocNonMovable() argument
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dallocator-inl.h23 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 Dtext_input_layout_algorithm.h48 Alignment align = Alignment::CENTER; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_layout_algorithm.cpp50 auto align = Alignment::CENTER; in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_controller.cpp46 JumpToItemInGroup(int32_t index, int32_t indexInGroup, bool smooth, ScrollAlign align, int32_t source) JumpToItemInGroup() argument
H A Dlist_item_layout_algorithm.cpp96 auto align = Alignment::CENTER; in Layout() local
/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h77 void SetMajorAxisAlign(const AlignType& align) in SetMajorAxisAlign() argument
89 void SetSecondaryAxisAlign(const AlignType& align) in SetSecondaryAxisAlign() argument
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator.cpp91 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 Darena_allocator.cpp86 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 Daarch64_call_conv.cpp59 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 Dbecommon.cpp56 void BECommon::ComputeTypeSizesAligns(MIRType &ty, uint8 align) in ComputeTypeSizesAligns() argument
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_component.h55 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 Dmarquee_layout_algorithm.cpp81 auto align = (textDirection == TextDirection::RTL ? Alignment::CENTER_RIGHT : Alignment::CENTER_LEFT); in Layout() local

Completed in 8 milliseconds

12345678