Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp237 float cursorWidth = static_cast<float>(cursorWidth_->Get()); in PaintCursor() local
238 if (NearZero(cursorWidth)) { in PaintCursor()
254 pen.SetWidth(cursorWidth); in PaintCursor()
270 float midPosX = caretRect.GetX() + cursorWidth / 2; in PaintCursor()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp1193 int32_t cursorWidth = in UpdateCursorProperty() local
1197 cursorWidth = cursorWidth < MIN_CURSOR_SIZE ? MIN_CURSOR_SIZE : cursorWidth; in UpdateCursorProperty()
1199 float xAxis = (float)cursorWidth / (float)imageInfo.size.width; in UpdateCursorProperty()
1208 …"userIconHotSpotY_:%{private}d", cursorWidth, cursorHeight, imageInfo.size.width, imageInfo.size.h… in UpdateCursorProperty()