Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DLayout.cpp73 : mChars(chars), mNchars(nchars), in LayoutCacheKey()
87 uint16_t* charsCopy = new uint16_t[mNchars]; in copyText()
88 memcpy(charsCopy, mChars, mNchars * sizeof(uint16_t)); in copyText()
100 layout->doLayoutRun(mChars, mStart, mCount, mNchars, mIsRtl, ctx, collection); in doLayout()
105 size_t mNchars; member in minikin::LayoutCacheKey
195 && mNchars == other.mNchars in operator ==()
196 && !memcmp(mChars, other.mChars, mNchars * sizeof(uint16_t)); in operator ==()
211 hash = android::JenkinsHashMixShorts(hash, mChars, mNchars); in computeHash()