Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DFontCollection.cpp388 void FontCollection::itemize(const uint16_t *string, size_t string_size, FontStyle style, in itemize() argument
395 if (string_size == 0) { in itemize()
405 U16_NEXT(string, readLength, string_size, nextCh); in itemize()
411 if (readLength < string_size) { in itemize()
412 U16_NEXT(string, readLength, string_size, nextCh); in itemize()