Searched refs:glyphsArray (Results 1 – 1 of 1) sorted by relevance
485 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL); in doTextGlyphs() local491 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount); in doTextGlyphs()493 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT); in doTextGlyphs()