Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.h100 void CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText,
103 const std::string& content, bool needObscureText, CreateParagraphData paragraphData);
104 … void CreateInlineParagraph(const TextStyle& textStyle, std::string content, bool needObscureText,
H A Dtext_field_paint_method.cpp76 … auto needObscureText = isPasswordType && textFieldPattern->GetTextObscured() && !showPlaceHolder; in UpdateContentModifier() local
84 …textValue, textFieldPattern->GetNakedCharPosition(), needObscureText, theme->IsShowPasswordDirectl… in UpdateContentModifier()
H A Dtext_field_layout_algorithm.cpp804 …utAlgorithm::CreateParagraph(const TextStyle& textStyle, std::string content, bool needObscureText, in CreateParagraph() argument
820 needObscureText, theme->IsShowPasswordDirectly()); in CreateParagraph()
826 const std::string& content, bool needObscureText, CreateParagraphData paragraphData) in CreateParagraph() argument
857 if (needObscureText) { in CreateParagraph()
869 bool needObscureText, int32_t nakedCharPosition, CreateParagraphData paragraphData) in CreateInlineParagraph() argument
885 needObscureText, theme->IsShowPasswordDirectly()); in CreateInlineParagraph()
H A Dtext_field_pattern.h648 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire…
H A Dtext_field_pattern.cpp414 …const std::string& content, int32_t nakedCharPosition, bool needObscureText, bool showPasswordDire… in CreateDisplayText() argument
416 if (!content.empty() && needObscureText) { in CreateDisplayText()