Searched refs:calcCoverageScore (Results 1 – 2 of 2) sorted by relevance
70 uint32_t calcCoverageScore(uint32_t ch, uint32_t vs, FontFamily* fontFamily) const;
169 const uint32_t coverageScore = calcCoverageScore(ch, vs, fontFamily); in calcFamilyScore()194 uint32_t FontCollection::calcCoverageScore(uint32_t ch, uint32_t vs, FontFamily* fontFamily) const { in calcCoverageScore() function in android::FontCollection