Home
last modified time | relevance | path

Searched refs:textId (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font.cpp135 int8_t UIFont::GetTextUtf8(uint16_t textId, uint8_t** utf8Addr, uint16_t& utf8Len) const in GetTextUtf8() argument
138 return GetBitmapInstance()->GetFont()->GetTextUtf8(textId, utf8Addr, utf8Len); in GetTextUtf8()
140 return instance_->GetTextUtf8(textId, utf8Addr, utf8Len); in GetTextUtf8()
144 int8_t UIFont::GetTextParam(uint16_t textId, UITextLanguageTextParam& param) const in GetTextParam() argument
147 return GetBitmapInstance()->GetFont()->GetTextParam(textId, param); in GetTextParam()
149 return instance_->GetTextParam(textId, param); in GetTextParam()
153 int8_t UIFont::GetWildCardStaticStr(uint16_t textId, in GetWildCardStaticStr() argument
159 return GetBitmapInstance()->GetFont()->GetWildCardStaticStr(textId, type, strAddr, strLen); in GetWildCardStaticStr()
161 return instance_->GetWildCardStaticStr(textId, type, strAddr, strLen); in GetWildCardStaticStr()
165 int8_t UIFont::GetCodePoints(uint16_t textId, uint32_ argument
[all...]
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dbase_font.h144 * @param textId
149 virtual int8_t GetTextUtf8(uint16_t textId, uint8_t** utf8Addr, uint16_t& utf8Len) const in GetTextUtf8() argument
200 virtual int8_t GetWildCardStaticStr(uint16_t textId, in GetWildCardStaticStr() argument
208 virtual int8_t GetCodePoints(uint16_t textId, uint32_t** codePoints, uint16_t& codePointsNum) const in GetCodePoints() argument
213 virtual int8_t GetTextParam(uint16_t textId, UITextLanguageTextParam& param) const in GetTextParam() argument
H A Dui_font.h136 int8_t GetTextUtf8(uint16_t textId, uint8_t** utf8Addr, uint16_t& utf8Len) const;
195 int8_t GetTextParam(uint16_t textId, UITextLanguageTextParam& param) const;
197 int8_t GetWildCardStaticStr(uint16_t textId, UITextWildcardStaticType type,
200 int8_t GetCodePoints(uint16_t textId, uint32_t** codePoints, uint16_t& codePointsNum) const;
H A Dui_font_header.h29 uint16_t textId; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.cpp34 auto textId = textTimerPattern->GetTextId(); in Create() local
36 V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in Create()
110 auto textId = textTimerPattern->GetTextId(); in CreateFrameNode() local
112 V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in CreateFrameNode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp336 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
338 FrameNode::GetOrCreateFrameNode(V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in HWTEST_F()
342 pattern_->nodeId_ = textId; in HWTEST_F()
348 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F()
350 V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp33 auto textId = pattern->GetTextId(); in Create() local
35 V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in Create()
141 auto textId = pattern->GetTextId(); in CreateFrameNode() local
142 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in CreateFrameNode()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddfx_tdd_test.cpp720 const char *textId = "textid"; in DfxTest005() local
722 EXPECT_STREQ(keyName, textId); in DfxTest005()
730 EXPECT_STREQ(keyName, textId); in DfxTest005()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_view.cpp31 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateToastNode() local
45 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in CreateToastNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp60 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateText() local
61 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in CreateText()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp352 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
353 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in HWTEST_F()
657 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
658 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in HWTEST_F()
843 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
844 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp308 unsigned int textId = GetObject<unsigned int>(); in ImageFuzzTest009() local
318 textureInfo.SetID(textId); in ImageFuzzTest009()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp648 auto textId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateMessage() local
649 auto textNode = FrameNode::CreateFrameNode(V2::TEXT_ETS_TAG, textId, AceType::MakeRefPtr<TextPattern>()); in CreateMessage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp520 auto textId = GetTextId(); in BuildChild() local
534 FrameNode::GetOrCreateFrameNode(V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in BuildChild()

Completed in 15 milliseconds