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

/frameworks/base/core/jni/android/graphics/
H A DShader.cpp179 jintArray jcolors, jfloatArray jpositions) {
180 size_t count = env->GetArrayLength(jcolors);
181 const jint* colors = env->GetIntArrayElements(jcolors, NULL);
192 env->ReleaseIntArrayElements(jcolors, const_cast<jint*>(colors),
178 SweepGradient_create1(JNIEnv* env, jobject, jfloat x, jfloat y, jintArray jcolors, jfloatArray jpositions) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp285 jintArray jcolors, jint colorIndex,
290 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
298 if (jcolors != NULL) {
377 jintArray jcolors, jint offset, jint stride,
390 if (!GraphicsJNI::SetPixels(env, jcolors, offset, stride, 0, 0, width, height, bitmap)) {
400 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) {
403 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
281 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
376 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
398 drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle, jint meshWidth, jint meshHeight, jfloatArray jverts, jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) argument

Completed in 49 milliseconds