Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp37 cursorWidth_ = in TextFieldOverlayModifier()
59 AttachProperty(cursorWidth_); in TextFieldOverlayModifier()
237 float cursorWidth = static_cast<float>(cursorWidth_->Get()); in PaintCursor()
265 (LessOrEqual(contentSize_->Get().Width(), 0.0) ? cursorWidth_->Get() : 0.0f), in PaintCursor()
273 float roundCapRadius = static_cast<float>(cursorWidth_->Get()) / 2; in PaintCursor()
360 cursorWidth_->Set(value); in SetCursorWidth()
H A Dtext_field_overlay_modifier.h98 RefPtr<AnimatablePropertyFloat> cursorWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtextfield_theme.h173 theme->cursorWidth_ = pattern->GetAttr<Dimension>("cursor_width", 2.0_vp); in ParsePatternSubThirdPart()
357 return cursorWidth_; in GetCursorWidth()
708 Dimension cursorWidth_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h185 double cursorWidth_ = 0.0; // The unit is px. variable
H A Dtext_overlay_manager.cpp343 … caretRect.SetRect(metrics.offset.GetX(), metrics.offset.GetY() + caretHeightOffset, cursorWidth_,
364 … paragraph_->GetGlyphIndexByCoordinate(rightBoundary - cursorWidth_, clickOffset_.GetY()).index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp112 cursorWidth_ = NormalizeToPx(CURSOR_WIDTH); in Update()