Searched refs:glyphsArray (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp527 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL); local
533 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount);
535 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT);

Completed in 54 milliseconds