Home
last modified time | relevance | path

Searched refs:xMax (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_defs.h68 int16_t xMax; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_font.h474 float xMax; member
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp719 int16_t xMax = MATH_MIN(tempV, maskRight); local
723 int16_t xMax = MATH_MIN(static_cast<int16_t>(in.edge2.curX), maskRight);
739 for (int16_t x = xMin; x <= xMax; x++) {
822 int16_t xMax = MATH_MIN(tempV, maskRight); local
826 int16_t xMax = MATH_MIN(static_cast<int16_t>(in.edge2.curX + xMaxErr), maskRight);
841 for (int16_t x = xMin; x <= xMax; x++) {
942 int16_t xMax = MATH_MIN(tempV, maskRight); local
946 int16_t xMax = MATH_MIN(static_cast<int16_t>(in.edge2.curX + xMaxErr), maskRight);
961 for (int16_t x = xMin; x <= xMax; x++) {
1354 int16_t xMax local
1475 int16_t xMax = MATH_MIN(tempV, maskRight); global() local
1534 int16_t xMax = MATH_MIN(tempV, maskRight); global() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_shadowing_common.h51 const float xMax = xMin + stepSize; in ValidShadowRange() local
52 return ((shadowCoord.z > 0.0) && (shadowCoord.x > xMin) && (shadowCoord.x < xMax)); in ValidShadowRange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp940 float xMax = 0.0f; in AdjustPosition() local
950 xMax = std::min(targetOffset_.GetX() - width - space, wrapperSize_.Width() - marginEnd_ - width); in AdjustPosition()
966 xMax = wrapperSize_.Width() - width - marginEnd_; in AdjustPosition()
979 xMax = wrapperSize_.Width() - width - marginEnd_; in AdjustPosition()
997 xMax = wrapperSize_.Width() - width - marginEnd_; in AdjustPosition()
1010 xMax = wrapperSize_.Width() - width - marginEnd_; in AdjustPosition()
1022 if ((xMax < xMin && !isGreatWrapperWidth_) || yMax < yMin) { in AdjustPosition()
1024 } else if (xMax < xMin && isGreatWrapperWidth_) { in AdjustPosition()
1028 auto x = std::clamp(position.GetX(), xMin, xMax); in AdjustPosition()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp392 cFontMetrics->xMax = metrics.fXMax; in OH_Drawing_FontGetMetrics()
H A Ddrawing_text_typography.cpp1016 drawingFontMetrics.xMax = fontMetrics.fXMax; in ConvertFontMetrics()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_chart.cpp267 int16_t xMax = MATH_MAX(start.x, end.x); in RefreshInvalidateRect() local
268 Rect refresh(xMin, 0, xMax, 0); in RefreshInvalidateRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2358 float xMax = 0.0f; in AdjustPosition() local
2367 xMax = std::min(targetOffset_.GetX() - width - space, wrapperSize_.Width() - paddingEnd_ - width); in AdjustPosition()
2375 xMax = wrapperSize_.Width() - width - paddingEnd_; in AdjustPosition()
2382 xMax = wrapperSize_.Width() - width - paddingEnd_; in AdjustPosition()
2389 xMax = wrapperRect_.Right() - width - paddingEnd_; in AdjustPosition()
2397 if (xMax < xMin || yMax < yMin) { in AdjustPosition()
2400 auto x = std::clamp(position.GetX(), xMin, xMax); in AdjustPosition()

Completed in 23 milliseconds