Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.h91 String16 textCopy; variable
103 inline const UChar* getText() const { return text ? text : textCopy.string(); } in getText()
DTextLayoutCache.cpp240 textCopy(other.textCopy), in TextLayoutCacheKey()
252 textCopy.setTo(other.text, other.contextCount); in TextLayoutCacheKey()
291 textCopy.setTo(text, contextCount); in internalTextCopy()