/foundation/graphic/graphic_utils_lite/test/ |
H A D | style_unit_test.cpp | 349 const int16_t lineHeight = 10; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_base_algorithm.cpp | 41 const float lineHeight = lineHeightIter->second; in AdjustChildrenHeight() local
|
H A D | grid_layout_info.cpp | 255 float lineHeight = GetTotalLineHeight(0.0f) / static_cast<float>(lineHeightMap_.size()); in GetContentHeightOfRegularGrid() local 307 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
H A D | cj_measure_ffi.h | 35 NativeOptionLength lineHeight; member
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | measure_util.h | 34 std::optional<Dimension> lineHeight = std::nullopt; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_adapt_font_sizer.cpp | 154 void TextAdaptFontSizer::SetAdaptFontSizeLineHeight(const Dimension& lineHeight, const TextStyle& textStyle) in SetAdaptFontSizeLineHeight() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_prop_convertor.cpp | 304 double lineHeight = textStyle.GetLineHeight().Value(); in ToRSTextStyle() local
|
H A D | paragraph.h | 139 Dimension lineHeight; member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_text_ffi.cpp | 103 void FfiOHOSAceFrameworkTextSetLineHeight(double lineHeight, int32_t unit) in FfiOHOSAceFrameworkTextSetLineHeight() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_pattern.h | 224 void SetLastLineHeight(float lineHeight) in SetLastLineHeight() argument
|
H A D | text_drag_pattern.cpp | 174 auto lineHeight = GetLineHeight(); in GenerateClipPath() local 226 auto lineHeight = GetLineHeight(); in GenerateBackgroundPoints() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | text_composed_element.cpp | 96 auto lineHeight = in GetLineHeight() local
|
/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 553 double lineHeight = textStyle.GetLineHeight().Value(); in ConvertTxtStyle() local 673 double lineHeight = textStyle.GetLineHeight().Value(); in ConvertTxtStyle() local 781 double lineHeight = textStyle.GetLineHeight().Value(); ConvertTxtStyle() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | selection_info.h | 73 double lineHeight = 0.0; member 127 double lineHeight = 0.0; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | text_tdd_test.cpp | 425 const char *lineHeight = "lineHeight"; in ComponentTextStyleSetLineHeightTest008() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
H A D | span_object.cpp | 754 LineHeightSpan::LineHeightSpan(Dimension lineHeight) : SpanBase(0, 0), lineHeight_(lineHeight) {} in LineHeightSpan() argument 756 LineHeightSpan::LineHeightSpan(Dimension lineHeight, int32_t start, int32_t end) in LineHeightSpan() argument 815 auto lineHeight = lineHeightSpan->GetLineHeight(); in IsAttributesEqual() local
|
H A D | span_string.cpp | 1140 Dimension lineHeight; in ToLineHeightSpan() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
H A D | js_measure.cpp | 294 std::optional<Dimension> lineHeight = in SetContextProperty() local
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 276 int16_t lineHeight = style.lineHeight_; in Draw() local 338 void Text::CalculatedCurLineHeight(int16_t& lineHeight, int16_t& curLineHeight, in CalculatedCurLineHeight() argument 353 GetPos(int16_t& lineHeight, const Style& style, uint16_t& lineCount, const Rect& coords) GetPos() argument 377 SetNextLineBegin(const Style& style, uint16_t lineMaxHeight, int16_t& curLineHeight, Point& pos, int16_t& tempLetterIndex, int16_t& lineHeight, uint16_t& lineBegin, uint16_t letterIndex) SetNextLineBegin() argument 475 int16_t lineHeight = 0; GetTextLine() local 519 int16_t lineHeight = style.lineHeight_; GetLetterIndexByLinePosition() local 548 int16_t lineHeight = style.lineHeight_; GetLetterIndexByPosition() local [all...] |
H A D | typed_text.cpp | 28 GetTextSize(const char* text, uint16_t fontId, uint8_t fontSize, int16_t letterSpace, int16_t lineHeight, int16_t maxWidth, int8_t lineSpace, SpannableString* spannableString, bool eliminateTrailingSpaces) GetTextSize() argument
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 62 int16_t lineHeight; member
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 847 float lineHeight = GreatNotEqual(insertHandle->GetEdgeHeight(), insertHandle->GetY()) ? in CreateTextOverlay() local 943 float lineHeight = GreatNotEqual(insertHandle->GetEdgeHeight(), insertHandle->GetY()) ? in OnTouchSelectionChanged() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_paragraph.cpp | 900 auto lineHeight = paraStyle_.lineHeight; in HandleCaretWhenEmpty() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.cpp | 518 double lineHeight = paragraph_->GetLineHeight(lineNumber); in OnGetLineHeight() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.cpp | 468 void TextOverlayComponent::SetLineHeight(double lineHeight) in SetLineHeight() argument
|