Searched defs:charCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp34 uint32_t charCount = len / sizeof(char16_t); local
43 hash = JenkinsHashMixShorts(hash, text, charCount);
46 for (uint32_t i = 0; i < charCount * 2; i++) {
H A DTextDropShadowCache.h75 uint32_t charCount = len / sizeof(char16_t); local
76 str.setTo((const char16_t*) text, charCount);
80 positionsCopy.appendArray(positions, charCount * 2);

Completed in 47 milliseconds