Searched refs:rectTopLeftRadiusX_ (Results 1 – 2 of 2) sorted by relevance
108 rectTopLeftRadiusX_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(.0f); in InitializeShapeProperty()121 AttachProperty(rectTopLeftRadiusX_); in InitializeShapeProperty()732 float radiusX = rectTopLeftRadiusX_->Get() - borderWidth * HALF; in SetShapeRectRadius()824 rectTopLeftRadiusX_->Set(rect->GetTopLeftRadius().GetX().ConvertToPx()); in SetBlockShape()
325 RefPtr<AnimatablePropertyFloat> rectTopLeftRadiusX_; variable