Home
last modified time | relevance | path

Searched refs:ttcIndex (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dasset_font_manager.h52 sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int ttcIndex) const override;
54 sk_sp<SkTypeface> onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, int ttcIndex) const override;
58 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
H A Dasset_font_manager.cpp70 sk_sp<SkTypeface> AssetFontManager::onMakeFromData(sk_sp<SkData>, int ttcIndex) const in onMakeFromData()
76 sk_sp<SkTypeface> AssetFontManager::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset>, int ttcIndex) const in onMakeFromStreamIndex()
88 sk_sp<SkTypeface> AssetFontManager::onMakeFromFile(const char path[], int ttcIndex) const in onMakeFromFile()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp113 fontInfo_[j].ttcIndex = FONT_TTC_MAX; in RegisterFontInfo()
186 fontInfo_[ttfIdx].ttcIndex = i; in RegisterTtcFontInfo()
299 if (fontInfo_[i].ttcIndex != FONT_TTC_MAX) { in GetTtfInfo()
363 if ((ttfBuffer == nullptr) || (ttfBufferSize == 0) || (fontInfo.ttcIndex >= FONT_TTC_MAX)) { in GetTtfInfoFromTtc()
366 FT_Stream stream = ttcInfos_[fontInfo.ttcIndex].stream; in GetTtfInfoFromTtc()
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h387 uint8_t ttcIndex; member

Completed in 5 milliseconds