Home
last modified time | relevance | path

Searched defs:lineHeight (Results 1 - 25 of 34) sorted by relevance

12

/foundation/graphic/graphic_utils_lite/test/
H A Dstyle_unit_test.cpp349 const int16_t lineHeight = 10; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_base_algorithm.cpp41 const float lineHeight = lineHeightIter->second; in AdjustChildrenHeight() local
H A Dgrid_layout_info.cpp255 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 Dcj_measure_ffi.h35 NativeOptionLength lineHeight; member
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h34 std::optional<Dimension> lineHeight = std::nullopt; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp154 void TextAdaptFontSizer::SetAdaptFontSizeLineHeight(const Dimension& lineHeight, const TextStyle& textStyle) in SetAdaptFontSizeLineHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp304 double lineHeight = textStyle.GetLineHeight().Value(); in ToRSTextStyle() local
H A Dparagraph.h139 Dimension lineHeight; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_ffi.cpp103 void FfiOHOSAceFrameworkTextSetLineHeight(double lineHeight, int32_t unit) in FfiOHOSAceFrameworkTextSetLineHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.h224 void SetLastLineHeight(float lineHeight) in SetLastLineHeight() argument
H A Dtext_drag_pattern.cpp174 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 Dtext_composed_element.cpp96 auto lineHeight = in GetLineHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp553 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 Dselection_info.h73 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 Dtext_tdd_test.cpp425 const char *lineHeight = "lineHeight"; in ComponentTextStyleSetLineHeightTest008() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.cpp754 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 Dspan_string.cpp1140 Dimension lineHeight; in ToLineHeightSpan() local
/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Djs_measure.cpp294 std::optional<Dimension> lineHeight = in SetContextProperty() local
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp276 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 Dtyped_text.cpp28 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 Ddraw_utils.h62 int16_t lineHeight; member
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp847 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 Dtxt_paragraph.cpp900 auto lineHeight = paraStyle_.lineHeight; in HandleCaretWhenEmpty() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp518 double lineHeight = paragraph_->GetLineHeight(lineNumber); in OnGetLineHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp468 void TextOverlayComponent::SetLineHeight(double lineHeight) in SetLineHeight() argument

Completed in 30 milliseconds

12