Searched refs:crossLeftLength (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.h | 50 Size GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) const;
|
H A D | render_wrap.cpp | 379 Size RenderWrap::GetLeftSize(double crossLength, double mainLeftLength, double crossLeftLength) con… in GetLeftSize() 382 return Size(mainLeftLength, crossLeftLength - crossLength); in GetLeftSize() 384 return Size(crossLeftLength - crossLength, mainLeftLength); in GetLeftSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.h | 77 SizeF GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength);
|
H A D | wrap_layout_algorithm.cpp | 305 …eF WrapLayoutAlgorithm::GetLeftSize(float crossLength, float mainLeftLength, float crossLeftLength) in GetLeftSize() argument 308 return SizeF(mainLeftLength, crossLeftLength - crossLength); in GetLeftSize() 310 return SizeF(crossLeftLength - crossLength, mainLeftLength); in GetLeftSize()
|