Home
last modified time | relevance | path

Searched refs:offsetPosY (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp39 uint16_t offsetPosY = 0; in DrawTextOneLine() local
105 … letterInfo.offsetY = labelLine.ellipsisOssetY == 0 ? offsetPosY : labelLine.ellipsisOssetY; in DrawTextOneLine()
106 retOffsetY = offsetPosY; in DrawTextOneLine()