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

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp80 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors, argument
92 const jint* array = env->GetIntArrayElements(srcColors, NULL);
106 env->ReleaseIntArrayElements(srcColors, const_cast<jint*>(array),

Completed in 32 milliseconds