Home
last modified time | relevance | path

Searched refs:GetAlignment (Results 1 – 25 of 87) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp66 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 Drender_align.cpp30 if (align && ((align->GetAlignment() != alignment_) || !hasUpdated_)) { in Update()
32 alignment_ = align->GetAlignment(); in Update()
H A Dalign_component.h39 const Alignment& GetAlignment() const in GetAlignment() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_property.h52 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 Dstack_layout_property.h52 align = GetPositionProperty()->GetAlignment().value_or(Alignment::CENTER); in ToJsonValue()
59 … UpdateAlignment(Alignment::GetAlignment(TextDirection::LTR, json->GetString("alignContent"))); in FromJson()
H A Dstack_model_ng.cpp61 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 Dstack_layout_algorithm.cpp53 … auto rawAlign = layoutProperty->GetPositionProperty()->GetAlignment().value_or(Alignment::CENTER); in PerformLayout()
54 … align = Alignment::GetAlignment(layoutDirection, rawAlign.GetAlignmentStr(TextDirection::AUTO)); in PerformLayout()
H A Dstack_model_ng.h36 static Alignment GetAlignment(FrameNode* frameNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Dcoverage_component.h74 const Alignment& GetAlignment() const in GetAlignment() function
76 return alignComponent_->GetAlignment(); in GetAlignment()
H A Drender_coverage.h38 const Alignment& GetAlignment() const in GetAlignment() function
H A Drender_coverage.cpp33 align_ = coverageComponent->GetAlignment(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcustomdialog_composed_element.cpp61 item->Put("alignment", GetAlignment().c_str()); in Open()
77 std::string CustomDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::CustomDialogComposedElement
H A Dactionsheetdialog_composed_element.cpp65 item->Put("alignment", GetAlignment().c_str()); in Show()
117 std::string ActionSheetDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::ActionSheetDialogComposedElement
H A Dalertdialog_composed_element.cpp63 item->Put("alignment", GetAlignment().c_str()); in Show()
117 std::string AlertDialogComposedElement::GetAlignment() const in GetAlignment() function in OHOS::Ace::V2::AlertDialogComposedElement
H A Dcustomdialog_composed_element.h37 std::string GetAlignment() const;
H A Dactionsheetdialog_composed_element.h40 std::string GetAlignment() const;
H A Dalertdialog_composed_element.h40 std::string GetAlignment() const;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_barrier_list.cpp43 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 Dmock_any_span.h30 MOCK_CONST_METHOD0(GetAlignment, AnySpanAlignment());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp49 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 Djs_stack.cpp55 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 Dany_span.h66 virtual AnySpanAlignment GetAlignment() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.h56 const Alignment& GetAlignment() const in GetAlignment() function
H A Dstack_component.h50 const Alignment& GetAlignment() const in GetAlignment() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlinear_allocator.h83 inline size_t GetAlignment() const in RENDER_BEGIN_NAMESPACE()

1234