Searched refs:textOff_ (Results 1 – 5 of 5) sorted by relevance
112 text = textOff_; in UpdateAccessibilityAttr()144 textOffComponent_ = AceType::MakeRefPtr<TextComponent>(textOff_); in InitRenderText()192 textOffSize_ = CalculateTextSize(textOff_, renderTextOff_); in PerformLayout()281 textOff_ = switchComponent->GetTextOff(); in UpdateRenderText()293 textOffComponent_->SetData(textOff_); in UpdateRenderText()
556 return textOff_; in GetTextOff()561 textOff_ = textOff; in SetTextOff()618 std::string textOff_ = "Off"; variable
86 std::string textOff_ = "Off"; variable
74 switchAttrOperators[operatorIter].value(attr.second, *switchChild_, textOn_, textOff_); in SetSpecializedAttr()173 if (!textOff_.empty()) { in PrepareSpecializedComponent()174 switchChild_->SetTextOff(textOff_); in PrepareSpecializedComponent()
48 std::string textOff_; variable