Home
last modified time | relevance | path

Searched refs:colorIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp367 jintArray jcolors, jint colorIndex, in drawVertices() argument
375 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount); in drawVertices()
384 colors = colorA.ptr() + colorIndex; in drawVertices()
522 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) { in drawBitmapMesh() argument
527 colorIndex = 0; in drawBitmapMesh()
532 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount); in drawBitmapMesh()
538 colorA.ptr() + colorIndex, paint); in drawBitmapMesh()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java4552 int colorIndex = 0;
4602 colors[colorIndex ] = computeColor(color, v1x, v1y, v1z, colorSpace);
4603 colors[colorIndex + 1] = computeColor(color, v2x, v2y, v2z, colorSpace);
4604 colors[colorIndex + 2] = computeColor(color, v3x, v3y, v3z, colorSpace);
4605 colors[colorIndex + 3] = colors[colorIndex];
4606 colors[colorIndex + 4] = colors[colorIndex + 2];
4607 colors[colorIndex + 5] = computeColor(color, v4x, v4y, v4z, colorSpace);
4608 colorIndex += 6;
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java626 int colorIndex = 0; in getCLUT() local
629 result[colorIndex++] = alpha in getCLUT()
/frameworks/base/tools/aapt2/compile/
DPng.cpp1013 int colorIndex = 0; in do9Patch() local
1196 image->colors[colorIndex++] = c; in do9Patch()
1207 assert(colorIndex == numColors); in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp579 int colorIndex = 0; in do_9patch() local
758 image->colors[colorIndex++] = c; in do_9patch()
768 assert(colorIndex == numColors); in do_9patch()