Searched defs:jcolors (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DShader.cpp197 jintArray jcolors, jfloatArray jpositions) {
198 size_t count = env->GetArrayLength(jcolors);
199 const jint* colors = env->GetIntArrayElements(jcolors, NULL);
210 env->ReleaseIntArrayElements(jcolors, const_cast<jint*>(colors),
196 SweepGradient_create1(JNIEnv* env, jobject, jfloat x, jfloat y, jintArray jcolors, jfloatArray jpositions) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp313 jintArray jcolors, jint colorIndex,
318 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
326 if (jcolors != NULL) {
441 jintArray jcolors, jint offset, jint stride,
455 if (!GraphicsJNI::SetPixels(env, jcolors, offset, stride, 0, 0, width, height, bitmap)) {
465 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) {
468 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
309 drawVertices(JNIEnv* env, jobject, jlong canvasHandle, jint modeHandle, jint vertexCount, jfloatArray jverts, jint vertIndex, jfloatArray jtexs, jint texIndex, jintArray jcolors, jint colorIndex, jshortArray jindices, jint indexIndex, jint indexCount, jlong paintHandle) argument
440 drawBitmapArray(JNIEnv* env, jobject, jlong canvasHandle, jintArray jcolors, jint offset, jint stride, jfloat x, jfloat y, jint width, jint height, jboolean hasAlpha, jlong paintHandle) argument
463 drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jobject jbitmap, jint meshWidth, jint meshHeight, jfloatArray jverts, jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) argument

Completed in 60 milliseconds