Searched defs:colorIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp183 int colorIndex = 0; local
261 color = colors[colorIndex++];
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp285 jintArray jcolors, jint colorIndex,
290 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
299 colors = colorA.ptr() + colorIndex;
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
398 drawBitmapMesh(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle, jint meshWidth, jint meshHeight, jfloatArray jverts, jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) argument
/frameworks/base/tools/aapt/
H A DImages.cpp609 int colorIndex = 0; local
784 image->colors[colorIndex++] = c;
791 assert(colorIndex == numColors);

Completed in 79 milliseconds