Searched refs:selectedUrlColor_ (Results 1 – 2 of 2) sorted by relevance
30 selectedUrlColor_ = AceType::MakeRefPtr<PropertyInt>(0); in TextOverlayModifier()73 CHECK_NULL_VOID(selectedUrlColor_); in onDraw()74 brush.SetColor(selectedUrlColor_->Get()); in onDraw()94 selectedUrlColor_->Set(static_cast<int32_t>(selectedUrlColor)); in SetSelectedForegroundColorAndRects()
74 RefPtr<PropertyInt> selectedUrlColor_; variable