Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp78 const uint32_t string_size = text.size(); in getGlyphScore() local
81 U16_NEXT(string, readLength, string_size, ch); in getGlyphScore()
86 if (readLength >= string_size) { in getGlyphScore()
91 U16_NEXT(string, readLength, string_size, nextCh); in getGlyphScore()
717 const uint32_t string_size = text.size(); in itemize() local
721 if (string_size == 0) { in itemize()
733 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
742 if (readLength < string_size) { in itemize()
743 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
853 {FamilyMatchResult::Builder().add(0).build(), 0, static_cast<int>(string_size)}); in itemize()