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

/frameworks/base/core/jni/android/graphics/
H A DShader.cpp368 jintArray jcolors, jfloatArray jpositions) {
369 size_t count = env->GetArrayLength(jcolors);
370 const jint* colors = env->GetIntArrayElements(jcolors, NULL);
388 env->ReleaseIntArrayElements(jcolors, const_cast<jint*>(colors),
367 SweepGradient_create1(JNIEnv* env, jobject, float x, float y, jintArray jcolors, jfloatArray jpositions) argument
H A DCanvas.cpp535 jintArray jcolors, int offset, int stride,
547 if (!GraphicsJNI::SetPixels(env, jcolors, offset, stride,
564 jfloatArray jverts, int vertIndex, jintArray jcolors,
571 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
682 jintArray jcolors, int colorIndex,
688 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
724 if (jcolors != NULL) {
534 drawBitmapArray(JNIEnv* env, jobject, SkCanvas* canvas, jintArray jcolors, int offset, int stride, jfloat x, jfloat y, int width, int height, jboolean hasAlpha, SkPaint* paint) argument
562 drawBitmapMesh(JNIEnv* env, jobject, SkCanvas* canvas, const SkBitmap* bitmap, int meshWidth, int meshHeight, jfloatArray jverts, int vertIndex, jintArray jcolors, int colorIndex, const SkPaint* paint) argument
678 drawVertices(JNIEnv* env, jobject, SkCanvas* canvas, SkCanvas::VertexMode mode, int vertexCount, jfloatArray jverts, int vertIndex, jfloatArray jtexs, int texIndex, jintArray jcolors, int colorIndex, jshortArray jindices, int indexIndex, int indexCount, const SkPaint* paint) argument

Completed in 550 milliseconds