Searched refs:textOn_ (Results 1 – 5 of 5) sorted by relevance
110 text = textOn_; in UpdateAccessibilityAttr()138 textOnComponent_ = AceType::MakeRefPtr<TextComponent>(textOn_); in InitRenderText()191 textOnSize_ = CalculateTextSize(textOn_, renderTextOn_); in PerformLayout()280 textOn_ = switchComponent->GetTextOn(); in UpdateRenderText()288 textOnComponent_->SetData(textOn_); in UpdateRenderText()
546 return textOn_; in GetTextOn()551 textOn_ = textOn; in SetTextOn()617 std::string textOn_ = "On";
85 std::string textOn_ = "On"; variable
74 switchAttrOperators[operatorIter].value(attr.second, *switchChild_, textOn_, textOff_); in SetSpecializedAttr()170 if (!textOn_.empty()) { in PrepareSpecializedComponent()171 switchChild_->SetTextOn(textOn_); in PrepareSpecializedComponent()
47 std::string textOn_;