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

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

Completed in 7 milliseconds