Lines Matching refs:ttcIndex
104 uint32_t ttcIndex; member
107 return std::tie(bufferId, ttcIndex) == std::tie(other.bufferId, other.ttcIndex); in operator ==()
151 SkFontArguments().setCollectionIndex(id.ttcIndex), id); in CreateTypefaceFromSkData()
170 sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int ttcIndex) const override;
172 int ttcIndex) const override;
175 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
301 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromData(sk_sp<SkData>, int ttcIndex) const {
307 int ttcIndex) const {
308 return makeFromStream(std::move(asset), SkFontArguments().setCollectionIndex(ttcIndex));
316 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromFile(const char path[], int ttcIndex) const {
317 return makeFromStream(std::make_unique<SkFILEStream>(path), ttcIndex);