Lines Matching defs:ttcIndex
180 uint32_t ttcIndex;
183 return std::tie(bufferId, ttcIndex) == std::tie(other.bufferId, other.ttcIndex);
227 SkFontArguments().setCollectionIndex(id.ttcIndex), id);
245 sk_sp<SkTypeface> onMakeFromData(sk_sp<SkData>, int ttcIndex) const override;
247 int ttcIndex) const override;
250 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override;
372 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromData(sk_sp<SkData>, int ttcIndex) const {
378 int ttcIndex) const {
379 return makeFromStream(std::move(asset), SkFontArguments().setCollectionIndex(ttcIndex));
387 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromFile(const char path[], int ttcIndex) const {
388 return makeFromStream(std::make_unique<SkFILEStream>(path), ttcIndex);