/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_post_process.cpp | 66 inline constexpr uint32_t GetAlignment(uint32_t value, uint32_t align) in GetAlignment() function 82 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues() 88 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues() 94 offset = GetAlignment(offset + SIZE_OF_VEC4, ALIGNMENT_OF_VEC4); in AppendValues() 100 offset = GetAlignment(offset + SIZE_OF_VEC3, ALIGNMENT_OF_VEC3); in AppendValues() 106 offset = GetAlignment(offset + SIZE_OF_VEC3, ALIGNMENT_OF_VEC3); in AppendValues() 112 offset = GetAlignment(offset + SIZE_OF_VEC3, ALIGNMENT_OF_VEC3); in AppendValues() 118 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues() 124 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues() 130 offset = GetAlignment(offset + SIZE_OF_VEC2, ALIGNMENT_OF_VEC2); in AppendValues() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/align/ |
H A D | render_align.cpp | 30 if (align && ((align->GetAlignment() != alignment_) || !hasUpdated_)) { in Update() 32 alignment_ = align->GetAlignment(); in Update()
|
H A D | align_component.h | 39 const Alignment& GetAlignment() const in GetAlignment() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_layout_property.h | 52 align = GetPositionProperty()->GetAlignment().value_or(Alignment::TOP_LEFT); in ToJsonValue() 59 … UpdateAlignment(Alignment::GetAlignment(TextDirection::LTR, json->GetString("alignContent"))); in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
H A D | stack_layout_property.h | 52 align = GetPositionProperty()->GetAlignment().value_or(Alignment::CENTER); in ToJsonValue() 59 … UpdateAlignment(Alignment::GetAlignment(TextDirection::LTR, json->GetString("alignContent"))); in FromJson()
|
H A D | stack_model_ng.cpp | 61 Alignment StackModelNG::GetAlignment(FrameNode* frameNode) in GetAlignment() function in OHOS::Ace::NG::StackModelNG 67 return layoutProperty->GetPositionProperty()->GetAlignment().value_or(Alignment::CENTER); in GetAlignment()
|
H A D | stack_layout_algorithm.cpp | 53 … auto rawAlign = layoutProperty->GetPositionProperty()->GetAlignment().value_or(Alignment::CENTER); in PerformLayout() 54 … align = Alignment::GetAlignment(layoutDirection, rawAlign.GetAlignmentStr(TextDirection::AUTO)); in PerformLayout()
|
H A D | stack_model_ng.h | 36 static Alignment GetAlignment(FrameNode* frameNode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/coverage/ |
H A D | coverage_component.h | 74 const Alignment& GetAlignment() const in GetAlignment() function 76 return alignComponent_->GetAlignment(); in GetAlignment()
|
H A D | render_coverage.h | 38 const Alignment& GetAlignment() const in GetAlignment() function
|
H A D | render_coverage.cpp | 33 align_ = coverageComponent->GetAlignment(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | customdialog_composed_element.cpp | 61 item->Put("alignment", GetAlignment().c_str()); in Open() 77 std::string CustomDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::CustomDialogComposedElement
|
H A D | actionsheetdialog_composed_element.cpp | 65 item->Put("alignment", GetAlignment().c_str()); in Show() 117 std::string ActionSheetDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::ActionSheetDialogComposedElement
|
H A D | alertdialog_composed_element.cpp | 63 item->Put("alignment", GetAlignment().c_str()); in Show() 117 std::string AlertDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::AlertDialogComposedElement
|
H A D | customdialog_composed_element.h | 37 std::string GetAlignment() const;
|
H A D | actionsheetdialog_composed_element.h | 40 std::string GetAlignment() const;
|
H A D | alertdialog_composed_element.h | 40 std::string GetAlignment() const;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_barrier_list.cpp | 43 const size_t alignment = allocator.allocators[allocator.currentIndex]->GetAlignment(); in AllocateBarrierListMemory() 89 alignment = std::max(alignment, (size_t)ref->GetAlignment()); in BeginFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/ |
H A D | mock_any_span.h | 30 MOCK_CONST_METHOD0(GetAlignment, AnySpanAlignment());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 49 const Alignment& ImageComponent::GetAlignment() const in GetAlignment() function in OHOS::Ace::ImageComponent 201 imageComponent->SetAlignment(other->GetAlignment()); in MakeFromOtherWithoutSourceAndEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_stack.cpp | 55 if (!GetAlignment(info, alignment)) { \ 79 bool GetAlignment(const JSCallbackInfo& info, Alignment& alignment) in GetAlignment() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | any_span.h | 66 virtual AnySpanAlignment GetAlignment() const = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | render_stack.h | 56 const Alignment& GetAlignment() const in GetAlignment() function
|
H A D | stack_component.h | 50 const Alignment& GetAlignment() const in GetAlignment() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | linear_allocator.h | 83 inline size_t GetAlignment() const in RENDER_BEGIN_NAMESPACE()
|