Home
last modified time | relevance | path

Searched defs:heightStyle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dlayout_info_interface.h50 RectHeightStyle heightStyle, RectWidthStyle widthStyle) in GetRectsForRange()
H A Dtext_pattern.cpp4108 int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle widthStyle) in GetRectsForRange()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h70 …void TxtGetRectsForRange(int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle w… in TxtGetRectsForRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp272 txt::Paragraph::RectHeightStyle ConvertTxtRectHeightStyle(RectHeightStyle heightStyle) in ConvertTxtRectHeightStyle()
292 Rosen::TextRectHeightStyle ConvertTxtRectHeightStyle(RectHeightStyle heightStyle) in ConvertTxtRectHeightStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp124 RectHeightStyle heightStyle = ParseRectHeightStyle(heightStyleVal.Get()); in GetRectsForRange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp673 auto heightStyle = rectHeightPolicy == RectHeightPolicy::COVER_TEXT in GetRectsForRangeInner() local
678 auto heightStyle = rectHeightPolicy == RectHeightPolicy::COVER_TEXT in GetRectsForRangeInner() local
695 RectHeightStyle heightStyle, RectWidthStyle widthStyle, in TxtGetRectsForRange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp288 int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle widthStyle) in GetRectsForRange()
H A Drich_editor_pattern.cpp8064 int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle widthStyle) in OnBackPressed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp205 TextRectHeightStyle heightStyle, TextRectWidthStyle widthStyle) in GetTextRectsByBoundary()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp848 OH_Drawing_RectHeightStyle heightStyle = RECT_HEIGHT_STYLE_TIGHT; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp664 OH_Drawing_RectHeightStyle heightStyle, OH_Drawing_RectWidthStyle widthStyle) in OH_Drawing_TypographyGetRectsForRange()