Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontDescriptor.cpp98 using CollectionIndexType = decltype(result->fCollectionIndex); in Deserialize() typedef
160 if (!SkTFitsIn<CollectionIndexType>(index)) { return false; } in Deserialize()
161 result->fCollectionIndex = SkTo<CollectionIndexType>(index); in Deserialize()