Home
last modified time | relevance | path

Searched defs:text (Results 1851 - 1875 of 2247) sorted by relevance

1...<<71727374757677787980>>...90

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp129 void OffscreenCanvasPattern::FillText(const std::string& text, double x, double y, std::optional<double> maxWidth) in FillText() argument
135 void OffscreenCanvasPattern::StrokeText(const std::string& text, double x, double y, std::optional<double> maxWidth) in StrokeText() argument
141 TextMetrics OffscreenCanvasPattern::MeasureTextMetrics(const std::string& text, const PaintState& state) in MeasureTextMetrics() argument
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp40 auto text = GetRenderText(child); in GetRenderText() local
699 auto text = data_->GetText(); in UpdateAccessibilityInfo() local
705 void RenderOption::LayoutText(const RefPtr<RenderText>& text) in LayoutText() argument
731 void RenderOption::LayoutTextImage(const RefPtr<RenderText>& text, cons argument
799 auto text = GetRenderText(AceType::Claim(this)); PerformLayout() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp141 std::string text; in SetTabBar() local
623 std::string text; in SetBottomTabBarStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.cpp41 std::unique_ptr<txt::Paragraph> GetTextParagraph(const std::string& text, const txt::TextStyle& textStyle) in GetTextParagraph() argument
45 std::unique_ptr<Rosen::Typography> GetTextParagraph(const std::string& text, const Rosen::TextStyle& textStyle) in GetTextParagraph() argument
68 DrawCalendarText(RSCanvas* canvas, const std::string& text, const txt::TextStyle& textStyle, const Rect& boxRect, Rect& textRect) GetTextParagraph() argument
100 DrawCalendarText(RSCanvas* canvas, const std::string& text, const txt::TextStyle& textStyle, const Rect& boxRect) GetTextParagraph() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp407 double CanvasRenderingContext2DModelImpl::GetMeasureTextWidth(const PaintState& state, const std::string& text) in GetMeasureTextWidth() argument
412 double CanvasRenderingContext2DModelImpl::GetMeasureTextHeight(const PaintState& state, const std::string& text) in GetMeasureTextHeight() argument
500 TextMetrics CanvasRenderingContext2DModelImpl::GetMeasureTextMetrics(const PaintState& state, const std::string& text) in GetMeasureTextMetrics() argument
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp406 double OffscreenCanvasRenderingContext2DModelImpl::GetMeasureTextWidth(const PaintState& state, const std::string& text) in GetMeasureTextWidth() argument
411 GetMeasureTextHeight( const PaintState& state, const std::string& text) GetMeasureTextHeight() argument
501 GetMeasureTextMetrics( const PaintState& state, const std::string& text) GetMeasureTextMetrics() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dcanvas_renderer.cpp198 void NativeCanvasRenderer::FillText(const double x, const double y, const std::string& text) in FillText() argument
207 void NativeCanvasRenderer::StrokeText(const double x, const double y, const std::string& text) in StrokeText() argument
216 Metrics NativeCanvasRenderer::MeasureText(const std::string& text) in MeasureText() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h608 inline int32_t ParseUtf8TextLength(std::string& text) in ParseUtf8TextLength() argument
621 inline int32_t ParseUtf8TextSubstrStartPos(std::string& text, int32_t targetPos) in ParseUtf8TextSubstrStartPos() argument
634 inline int32_t ParseUtf8TextSubstrEndPos(std::string& text, int32_t targetPos) in ParseUtf8TextSubstrEndPos() argument
647 HandleEscapeCharaterInUtf8TextForJson(std::string& text) HandleEscapeCharaterInUtf8TextForJson() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drosen_render_chart.cpp199 const TextInfo& text = point.GetTextInfo(); in PaintText() local
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp123 void ComponentTestComponentImpl::InputTextImpl(std::string text, ErrInfo& errInfo) const in InputTextImpl() argument
247 bool GetTextByPattern(const RefPtr<NG::FrameNode>& frameNode, std::string& text) in GetTextByPattern() argument
268 bool GetTextByEventHub(const RefPtr<NG::FrameNode>& frameNode, std::string& text) in GetTextByEventHub() argument
287 GetTextByAccessibilityProperty(const RefPtr<NG::FrameNode>& frameNode, std::string& text) GetTextByAccessibilityProperty() argument
300 GetTextByLayoutProperty(const RefPtr<NG::FrameNode>& frameNode, std::string& text) GetTextByLayoutProperty() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_pattern_test_ng.cpp1409 std::string text, description; in HWTEST_F() local
1444 auto text = sliderPattern->GetPointAccessibilityTxt(item.first[0], item.first[1], item.first[2], item.first[3]); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp233 auto text = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPattern>()); in HWTEST_F() local
708 auto text = FrameNode::GetOrCreateFrameNode(V2::TEXT_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), HWTEST_F() local
753 auto text = FrameNode::GetOrCreateFrameNode(V2::TEXT_ETS_TAG, ElementRegister::GetInstance()->MakeUniqueId(), HWTEST_F() local
1852 auto text = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, 0, AceType::MakeRefPtr<TextPattern>()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp584 auto text = AceType::DynamicCast<FrameNode>(frameNode->GetFirstChild()); in HWTEST_F() local
878 auto text = AceType::DynamicCast<FrameNode>(frameNode->GetFirstChild()); in HWTEST_F() local
928 auto text in HWTEST_F() local
984 auto text = AceType::DynamicCast<FrameNode>(frameNode->GetFirstChild()); HWTEST_F() local
1032 auto text = AceType::DynamicCast<FrameNode>(frameNode->GetFirstChild()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp353 int32_t TextSelectController::GetGraphemeClusterLength(const std::wstring& text, int32_t extend, bool checkPrev) in GetGraphemeClusterLength() argument
H A Dtext_field_event_hub.h77 void SetText(std::string text) in SetText() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp776 std::string text = ""; in GetTextDirection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.cpp104 auto text = tabTheme->GetDefaultTabBarName(); in CreateFrameNode() local
479 void TabContentModelNG::SetTabBar(const std::optional<std::string>& text, const std::optional<std::string>& icon, in SetTabBar() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp168 auto text = layoutWrapper->GetOrCreateChildByIndex(0); in GetOffsetX() local
194 auto text = layoutWrapper->GetOrCreateChildByIndex(0); in GetOffsetY() local
292 void ToastPattern::UpdateTextSizeConstraint(const RefPtr<FrameNode>& text) in UpdateTextSizeConstraint() argument
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h343 SearchElementInfosByText( int64_t elementId, const std::string& text, int64_t baseParent, std::list<Accessibility::AccessibilityElementInfo>& output) SearchElementInfosByText() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp726 void OH_ArkUI_AccessibilityValue_SetText(ArkUI_AccessibilityValue* value, const char* text) in OH_ArkUI_AccessibilityValue_SetText() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h73 virtual void SetText(const std::string& text) in SetText() argument
243 bool ActActionSetText(const std::string& text) in ActActionSetText() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp122 void TxtParagraph::AddText(const std::u16string& text) in AddText() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp324 bool text = false; in GetGZHeadValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.cpp42 SpanString::SpanString(const std::string& text) in SpanString() argument
365 auto text = GetWideString(); in ChangeStartAndEndToCorrectNum() local
397 auto text in ChangeStartToCorrectNum() local
422 auto text = GetWideString(); ChangeEndToCorrectNum() local
580 GetDefaultSpanItem(const std::string& text) GetDefaultSpanItem() argument
588 SetString(const std::string& text) SetString() argument
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp1416 void UICanvas::StrokeText(const char* text, const Point& point, const FontStyle& fontStyle, const Paint& paint) in StrokeText() argument
1444 Point UICanvas::MeasureText(const char* text, const FontStyle& fontStyle) in MeasureText() argument
1497 Text* text in DoDrawText() local
646 DrawLabel(const Point& startPoint, const char* text, uint16_t maxWidth, const FontStyle& fontStyle, const Paint& paint) DrawLabel() argument
[all...]

Completed in 42 milliseconds

1...<<71727374757677787980>>...90