Searched defs:colorIndex (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/tools/aapt/
H A DImages.cpp579 int colorIndex = 0; local
758 image->colors[colorIndex++] = c;
768 assert(colorIndex == numColors);
/frameworks/base/tools/aapt2/
H A DPng.cpp978 int colorIndex = 0; local
1156 image->colors[colorIndex++] = c;
1167 assert(colorIndex == numColors);
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp175 int colorIndex = 0; local
256 color = colors[colorIndex++];
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp295 jintArray jcolors, jint colorIndex,
300 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
309 colors = colorA.ptr() + colorIndex;
414 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) {
417 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
291 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
412 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 92 milliseconds