Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dsystem_fonts.cpp60 uint32_t mCollectionIndex; member
65 mItalic == o.mItalic && mCollectionIndex == o.mCollectionIndex && mAxes == o.mAxes; in operator ==()
76 r = combine(r, std::hash<uint32_t>{}(font.mCollectionIndex)); in operator ()()
172 out->mCollectionIndex = indexStr ? in copyFont()
329 result->mCollectionIndex = minikinFontSkia->GetFontIndex(); in AFontMatcher_match()
430 return font->mCollectionIndex; in AFont_getCollectionIndex()