Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.cpp485 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL); in doTextGlyphs() local
491 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount); in doTextGlyphs()
493 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT); in doTextGlyphs()