Searched refs:string_size (Results 1 – 1 of 1) sorted by relevance
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 371 void FontCollection::itemize(const uint16_t* string, size_t string_size, const MinikinPaint& paint, in itemize() argument 380 if (string_size == 0) { in itemize() 390 U16_NEXT(string, readLength, string_size, nextCh); in itemize() 399 if (readLength < string_size) { in itemize() 400 U16_NEXT(string, readLength, string_size, nextCh); in itemize() 460 result->push_back({mFamilies[0]->getClosestMatch(style), 0, static_cast<int>(string_size)}); in itemize()
|