Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_line.cpp72 int16_t yBottom; in Draw() local
76 yBottom = end.y + width / 2; // 2: half in Draw()
79 yBottom = start.y + width / 2; // 2: half in Draw()
82 if ((yBottom < mask.GetTop()) || (yTop > mask.GetBottom())) { in Draw()

Completed in 1 milliseconds