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 526 jchar* glyphsArray = env->GetCharArrayElements(glyphs, NULL);
532 memcpy(glyphsArray, shapedGlyphs, sizeof(jchar) * glyphsCount);
534 env->ReleaseCharArrayElements(glyphs, glyphsArray, JNI_ABORT);
    [all...]

Completed in 1173 milliseconds