/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font.cpp | 135 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 D | base_font.h | 144 * @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 D | ui_font.h | 136 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 D | ui_font_header.h | 29 uint16_t textId; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_model_ng.cpp | 34 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 D | text_clock_pattern_test_ng.cpp | 336 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 D | text_clock_model_ng.cpp | 33 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 D | dfx_tdd_test.cpp | 720 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 D | toast_view.cpp | 31 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 D | option_view.cpp | 60 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 D | tab_bar_layout_test_ng.cpp | 352 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 D | image_fuzzer.cpp | 308 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 D | bubble_view.cpp | 648 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 D | select_pattern.cpp | 520 auto textId = GetTextId(); in BuildChild() local 534 FrameNode::GetOrCreateFrameNode(V2::TEXT_ETS_TAG, textId, []() { return AceType::MakeRefPtr<TextPattern>(); }); in BuildChild()
|