Home
last modified time | relevance | path

Searched refs:yMax (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_defs.h70 int16_t yMax; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp941 float yMax = 0.0f; in AdjustPosition() local
952 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
955 yMax = wrapperRect_.Bottom() - height; in AdjustPosition()
968 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
971 yMax = wrapperRect_.Bottom() - height; in AdjustPosition()
981 yMax = std::min(targetOffset_.GetY() - height - space, wrapperSize_.Height() - marginBottom_ - height); in AdjustPosition()
984 yMax = std::min(targetOffset_.GetY() - height - space, in AdjustPosition()
999 yMax = wrapperSize_.Height() - height - marginBottom_; in AdjustPosition()
1003 yMax = wrapperRect_.Bottom() - height; in AdjustPosition()
1012 yMax in AdjustPosition()
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.h161 int16_t yMax; member
186 int16_t yMax; member
H A Ddraw_utils.cpp714 for (int16_t y = in.yMin; y <= in.yMax; y++) {
817 for (int16_t y = in.yMin; y <= in.yMax; y++) {
937 for (int16_t y = in.yMin; y <= in.yMax; y++) {
1349 for (int16_t y = in.yMin; y <= in.yMax; ++y) {
1470 for (int16_t y = in.yMin; y <= in.yMax; ++y) {
1529 for (int16_t y = in.yMin; y <= in.yMax; y++) {
1698 part.yMax,
1760 part.yMax = MATH_MIN(mask.GetBottom(), triangleInfo.p2.y);
1792 part.yMax = MATH_MIN(mask.GetBottom(), triangleInfo.p3.y);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2359 float yMax = 0.0f; in AdjustPosition() local
2368 yMax = wrapperBottom - height - paddingBottom_; in AdjustPosition()
2376 yMax = wrapperBottom - height - paddingBottom_; in AdjustPosition()
2383 yMax = std::min(targetOffset_.GetY() - height - space, wrapperBottom - paddingBottom_ - height); in AdjustPosition()
2391 yMax = wrapperBottom - height - paddingBottom_; in AdjustPosition()
2397 if (xMax < xMin || yMax < yMin) { in AdjustPosition()
2401 auto y = std::clamp(position.GetY(), yMin, yMax); in AdjustPosition()

Completed in 14 milliseconds