Searched refs:curX (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 60 curX = FO_TRANS_INTEGER_TO_FIXED(x1); in TriangleEdge() 65 curX = static_cast<float>(x1); in TriangleEdge() 700 edge1.curX += FO_DIV(edge1.du, edge1.dv); in StepToNextLine() 701 edge2.curX += FO_DIV(edge2.du, edge2.dv); in StepToNextLine() 705 edge1.curX += edge1.du / edge1.dv; in StepToNextLine() 706 edge2.curX += edge2.du / edge2.dv; in StepToNextLine() 716 int16_t tempV = FO_TO_INTEGER(in.edge1.curX); 718 tempV = FO_TO_INTEGER(in.edge2.curX); 720 int16_t diffX = xMin - FO_TO_INTEGER(in.edge1.curX); 722 int16_t xMin = MATH_MAX(static_cast<int16_t>(in.edge1.curX), maskLef [all...] |
H A D | draw_utils.h | 137 int64_t curX = 0; member 143 float curX = 0.0f; member
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_tile.cpp | 106 int32_t curX = static_cast<int32_t>(limitRect.posX_ + edgeIntervalVp + i * (w + midIntervalVp)); in InitTileRects() local 107 Rect curRect = { curX, y, w, h }; in InitTileRects() 109 "%{public}u %{public}u]", num, i, curX, y, w, h); in InitTileRects()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_multifinger_multitap.cpp | 387 int32_t curX = curPoint.GetDisplayX(); in IsDoubelTapSlopConditionMatch() local 396 int32_t offsetX = curX - preX; in IsDoubelTapSlopConditionMatch()
|
Completed in 7 milliseconds