HomeSort by relevance Sort by last modified time
    Searched full:glyphsarray (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/android/graphics/
Paint.cpp 527 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL);
533 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount);
535 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT);
    [all...]

Completed in 98 milliseconds