Searched defs:LineHeightSpan (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ | ||
H A D | span_object.h | 340 class LineHeightSpan : public SpanBase { class in OHOS::Ace::SpanType |
H A D | span_object.cpp | 754 LineHeightSpan::LineHeightSpan(Dimension lineHeight) : SpanBase(0, 0), lineHeight_(lineHeight) {} in LineHeightSpan() function in OHOS::Ace::LineHeightSpan 756 LineHeightSpan::LineHeightSpan(Dimension lineHeight, int32_t start, int32_t end) in LineHeightSpan() function in OHOS::Ace::LineHeightSpan [all...] |
Completed in 3 milliseconds