Searched refs:isSpanStringMode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_node.h | 224 …bool isSpanStringMode = false, PlaceholderStyle placeholderStyle = PlaceholderStyle(), bool isMarq… 240 …TextStyle InheritParentProperties(const RefPtr<FrameNode>& frameNode, bool isSpanStringMode = fals… 594 bool isSpanStringMode = false, PlaceholderStyle placeholderStyle = PlaceholderStyle(), 769 bool isSpanStringMode = false, PlaceholderStyle placeholderStyle = PlaceholderStyle(),
|
H A D | text_layout_algorithm.h | 52 bool isSpanStringMode, bool isMarquee = false);
|
H A D | text_layout_algorithm.cpp | 39 …std::list<RefPtr<SpanItem>> spans, RefPtr<ParagraphManager> pManager, bool isSpanStringMode, bool … in TextLayoutAlgorithm() argument 42 isSpanStringMode_ = isSpanStringMode; in TextLayoutAlgorithm() 44 if (!isSpanStringMode) { in TextLayoutAlgorithm()
|
H A D | span_node.cpp | 253 bool isSpanStringMode, PlaceholderStyle /*placeholderStyle*/, bool isMarquee) in UpdateParagraph() argument 261 auto textStyle = InheritParentProperties(frameNode, isSpanStringMode); in UpdateParagraph() 581 …tStyle SpanItem::InheritParentProperties(const RefPtr<FrameNode>& frameNode, bool isSpanStringMode) in InheritParentProperties() argument 589 CHECK_NULL_RETURN(isSpanStringMode, textStyle); in InheritParentProperties()
|
H A D | text_pattern.h | 547 void SetSpanStringMode(bool isSpanStringMode) in SetSpanStringMode() argument 549 isSpanStringMode_ = isSpanStringMode; in SetSpanStringMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 7328 auto isSpanStringMode = isSpanStringMode_; in OnBackPressed() local 7329 …auto pasteCallback = [weak = WeakClaim(this), isSpanStringMode](std::vector<std::vector<uint8_t>>&… in OnBackPressed() 7333 isMulitiTypeRecord, isSpanStringMode); in OnBackPressed()
|