Searched refs:textOnSize_ (Results 1 – 2 of 2) sorted by relevance
191 textOnSize_ = CalculateTextSize(textOn_, renderTextOn_); in PerformLayout()197 double maxTextWidth = std::max(textOnSize_.Width(), textOffSize_.Width()); in PerformLayout()198 double pointHeight = std::max(textOnSize_.Height(), drawSize_.Height()); in PerformLayout()
90 Size textOnSize_; variable