Searched refs:cursorWidth_ (Results 1 – 6 of 6) sorted by relevance
37 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()
98 RefPtr<AnimatablePropertyFloat> cursorWidth_; variable
173 theme->cursorWidth_ = pattern->GetAttr<Dimension>("cursor_width", 2.0_vp); in ParsePatternSubThirdPart()357 return cursorWidth_; in GetCursorWidth()708 Dimension cursorWidth_; variable
185 double cursorWidth_ = 0.0; // The unit is px. variable
343 … caretRect.SetRect(metrics.offset.GetX(), metrics.offset.GetY() + caretHeightOffset, cursorWidth_,364 … paragraph_->GetGlyphIndexByCoordinate(rightBoundary - cursorWidth_, clickOffset_.GetY()).index);
112 cursorWidth_ = NormalizeToPx(CURSOR_WIDTH); in Update()