Home
last modified time | relevance | path

Searched refs:fCollectionIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DFontArguments.cpp19 hash ^= std::hash<int>()(args.fCollectionIndex); in operator ()()
38 : fCollectionIndex(args.getCollectionIndex()), in FontArguments()
48 return a.fCollectionIndex == b.fCollectionIndex && in operator ==()
72 args.setCollectionIndex(fCollectionIndex); in CloneTypeface()
93 args.SetCollectionIndex(fCollectionIndex); in CloneTypeface()
/third_party/skia/include/core/
DSkFontArguments.h44 : fCollectionIndex(0) in SkFontArguments()
54 fCollectionIndex = collectionIndex; in setCollectionIndex()
72 return fCollectionIndex; in getCollectionIndex()
89 int fCollectionIndex;
/third_party/skia/src/core/
DSkFontDescriptor.cpp68 using CollectionIndexType = decltype(result->fCollectionIndex); in Deserialize()
95 result->fCollectionIndex = SkTo<CollectionIndexType>(index); in Deserialize()
124 if (fCollectionIndex) { in serialize()
125 write_uint(stream, fCollectionIndex, kFontIndex); in serialize()
DSkFontDescriptor.h83 int getCollectionIndex() const { return fCollectionIndex; } in getCollectionIndex()
94 void setCollectionIndex(int collectionIndex) { fCollectionIndex = collectionIndex; } in setCollectionIndex()
107 int fCollectionIndex = 0; variable
/third_party/skia/modules/skparagraph/include/
DFontArguments.h36 int fCollectionIndex;