Home
last modified time | relevance | path

Searched refs:ContentInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h33 struct ContentInfo { struct
34ContentInfo(float main, float cross, int32_t total, const std::list<RefPtr<LayoutWrapper>>& nodeLi… in ContentInfo() argument
86 void LayoutColumnContent(const ContentInfo& content, const OffsetF& position);
98 OffsetF& startPosition, OffsetF& spaceBetweenItemsOnMainAxis, const ContentInfo& content);
100 const ContentInfo& content, const OffsetF& contentOffset, const RefPtr<GeometryNode>& node);
102 void StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& content);
105 void LayoutContent(const ContentInfo& content, const OffsetF& position);
109 void GetFlexItemProperties(const ContentInfo& content, FlexItemProperties& flexItemProperties);
137 std::list<ContentInfo> contentList_;
H A Dwrap_layout_algorithm.cpp156ContentInfo(currentMainLength, currentCrossLength, currentItemCount, currentMainAxisItemsList); in Measure()
179ContentInfo(currentMainLength, currentCrossLength, currentItemCount, currentMainAxisItemsList); in Measure()
220 void WrapLayoutAlgorithm::StretchItemsInContent(LayoutWrapper* layoutWrapper, const ContentInfo& co… in StretchItemsInContent()
506 const ContentInfo& content, const OffsetF& contentOffset, const RefPtr<GeometryNode>& node) in CalcItemCrossAxisOffset()
552 OffsetF& startPosition, OffsetF& spaceBetweenItemsOnMainAxis, const ContentInfo& content) in CalcItemMainAxisStartAndSpaceBetween()
591 void WrapLayoutAlgorithm::LayoutContent(const ContentInfo& content, const OffsetF& position) in LayoutContent()
633 void WrapLayoutAlgorithm::GetFlexItemProperties(const ContentInfo& content, FlexItemProperties& fle… in GetFlexItemProperties()
785 void WrapLayoutAlgorithm::LayoutColumnContent(const ContentInfo& content, const OffsetF& position) in LayoutColumnContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h28 struct ContentInfo { struct
29ContentInfo(double mainLength, double crossLength, int32_t count, const std::list<RefPtr<RenderNod… in ContentInfo() argument
59 … double betweenSpace, const ContentInfo& content, const Offset& position, double crossSpace) const; argument
120 std::list<ContentInfo> contentList_;
H A Drender_wrap.cpp140 … auto contentInfo = ContentInfo(currentMainLength, currentCrossLength, count, itemsList); in PerformLayout()
163 auto contentInfo = ContentInfo(currentMainLength, currentCrossLength, count, itemsList); in PerformLayout()
185 auto contentInfo = ContentInfo(currentMainLength, currentCrossLength, count, itemsList); in AddBlock()
196 auto contentInfo2 = ContentInfo(itemLength, currentCrossLength, 1, itemsList); in AddBlock()
329ContentInfo(newParam.GetMaxSize().Width(), newParam.GetMaxSize().Height(), 1, itemsList)); in HandleDialogStretch()
347 …contentList_.emplace_back(ContentInfo(mainLengthLimit_, totalCrossLength_, dialogButtonNum, itemsL… in HandleDialogStretch()
349 …contentList_.emplace_back(ContentInfo(totalCrossLength_, mainLengthLimit_, dialogButtonNum, itemsL… in HandleDialogStretch()
553 …double betweenSpace, const ContentInfo& content, const Offset& position, double totalCrossSpace) c… in PositionedItem()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify.h95 } ContentInfo; typedef
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify.c107 static void ContentN2H(ContentInfo *content) in ContentN2H()
329 ContentInfo *content = APPV_MALLOC(sizeof(ContentInfo)); in VerifyRawHash()
332 ret = memcpy_s(content, sizeof(ContentInfo), input, inputLen); in VerifyRawHash()
/ohos5.0/base/update/packaging_tools/
H A Dbuild_pkcs7.py214 asn1obj = cms.ContentInfo()
H A Dbuild_module_package.py380 asn1obj = cms.ContentInfo()