Home
last modified time | relevance | path

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

/aosp12/frameworks/base/native/android/
H A Dsystem_fonts.cpp62 uint32_t mCollectionIndex; member
67 mItalic == o.mItalic && mCollectionIndex == o.mCollectionIndex && mAxes == o.mAxes; in operator ==()
81 r = combine(r, std::hash<uint32_t>{}(font.mCollectionIndex)); in operator ()()
177 out->mCollectionIndex = indexStr ? in copyFont()
341 result->mCollectionIndex = minikinFontSkia->GetFontIndex(); in AFontMatcher_match()
442 return font->mCollectionIndex; in AFont_getCollectionIndex()