Searched refs:mFamilyIndices (Results 1 – 2 of 2) sorted by relevance
197 if (mFamilyIndices != nullptr) { in getFamilyAt()198 index = mFamilyIndices[index]; in getFamilyAt()275 const uint32_t* mFamilyIndices; variable
174 mFamilyIndices = nullptr; in init()219 std::tie(mFamilyIndices, mFamilyCount) = reader->readArray<uint32_t>(); in FontCollection()