Home
last modified time | relevance | path

Searched refs:textLineWidth (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp474 std::vector<float> textLineWidth; in DrawObscuration() local
483 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()