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

/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp181 int colorIndex = 0; local
258 color = chunk.colors[colorIndex++];
H A DCanvas.cpp565 int colorIndex, const SkPaint* paint) {
571 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
682 jintArray jcolors, int colorIndex,
688 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
725 colors = (const SkColor*)(colorA.ptr() + colorIndex);
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
/frameworks/base/tools/aapt/
H A DImages.cpp480 int colorIndex = 0; local
654 image->info9Patch.colors[colorIndex++] = c;
661 assert(colorIndex == numColors);

Completed in 85 milliseconds