Searched refs:textLineWidth (Results 1 – 1 of 1) sorted by relevance
474 std::vector<float> textLineWidth; in DrawObscuration() local483 textLineWidth.push_back(currentLineWidth); in DrawObscuration()486 textLineWidth.push_back(currentLineWidth); in DrawObscuration()496 int32_t obscuredLineCount = std::min(maxLineCount, static_cast<int32_t>(textLineWidth.size())); in DrawObscuration()504 … contentOffset_->Get().GetX() + std::min(textLineWidth[i], contentSize_->Get().Width()), in DrawObscuration()