Searched refs:bytebuf (Results 1 – 2 of 2) sorted by relevance
170 static jboolean FontFamily_addFont(JNIEnv* env, jobject clazz, jlong builderPtr, jobject bytebuf, in FontFamily_addFont() argument172 NPE_CHECK_RETURN_ZERO(env, bytebuf); in FontFamily_addFont()174 const void* fontPtr = env->GetDirectBufferAddress(bytebuf); in FontFamily_addFont()180 jlong fontSize = env->GetDirectBufferCapacity(bytebuf); in FontFamily_addFont()186 jobject fontRef = MakeGlobalRefOrDie(env, bytebuf); in FontFamily_addFont()
126 const uint8_t* bytebuf = nullptr; in nLoadHyphenator() local130 bytebuf = reinterpret_cast<const uint8_t*>(rawbuf) + offset; in nLoadHyphenator()136 bytebuf, minPrefix, minSuffix); in nLoadHyphenator()