Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_text_StaticLayout.cpp128 void* rawbuf = env->GetDirectBufferAddress(buffer); in nLoadHyphenator() local
129 if (rawbuf != nullptr) { in nLoadHyphenator()
130 bytebuf = reinterpret_cast<const uint8_t*>(rawbuf) + offset; in nLoadHyphenator()