Searched refs:MAX_FAMILY_COUNT (Results 1 – 3 of 3) sorted by relevance
30 constexpr uint32_t MAX_FAMILY_COUNT = 254; variable
80 MINIKIN_ASSERT(nTypefaces <= MAX_FAMILY_COUNT, in init()81 "Font collection may only have up to %d font families.", MAX_FAMILY_COUNT); in init()
163 MINIKIN_ASSERT(mFaces.size() < MAX_FAMILY_COUNT, "mFaces must not exceeds %d", in findOrPushBackFace()164 MAX_FAMILY_COUNT); in findOrPushBackFace()