Home
last modified time | relevance | path

Searched refs:curPoint (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_triangle.cpp50 while (edge1.curPoint.y <= p3.y) { in Draw()
52 if (edge1.curPoint.y == p2.y) { in Draw()
59 area.SetLeft(MATH_MIN(edge1.curPoint.x, edge2.curPoint.x)); in Draw()
60 area.SetRight(MATH_MAX(edge1.curPoint.x, edge2.curPoint.x)); in Draw()
61 area.SetTop(MATH_MIN(edge1.curPoint.y, edge2.curPoint.y)); in Draw()
62 area.SetBottom(MATH_MAX(edge1.curPoint.y, edge2.curPoint in Draw()
[all...]
H A Ddraw_triangle.h30 Point curPoint; member
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_multifinger_multitap.cpp384 for (auto curPoint : curPoints) { in IsDoubelTapSlopConditionMatch()
387 int32_t curX = curPoint.GetDisplayX(); in IsDoubelTapSlopConditionMatch()
388 int32_t curY = curPoint.GetDisplayY(); in IsDoubelTapSlopConditionMatch()
431 HILOG_ERROR("curPoint GetPointerItem(%{public}d) failed", pIds[pId]); in GetPointerItemWithFingerNum()

Completed in 2 milliseconds