Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/colorextraction/drawable/
DGradientDrawable.java219 final float colorIndex; field in GradientDrawable.Splat
221 Splat(float x, float y, float radius, float colorIndex) { in Splat() argument
225 this.colorIndex = colorIndex; in Splat()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp318 jintArray jcolors, jint colorIndex, in drawVertices() argument
323 AutoJavaIntArray colorA(env, jcolors, colorIndex + floatCount); in drawVertices()
332 colors = colorA.ptr() + colorIndex; in drawVertices()
471 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) { in drawBitmapMesh() argument
476 colorIndex = 0; in drawBitmapMesh()
481 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount); in drawBitmapMesh()
487 colorA.ptr() + colorIndex, paint); in drawBitmapMesh()
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java4355 int colorIndex = 0;
4405 colors[colorIndex ] = computeColor(color, v1x, v1y, v1z, colorSpace);
4406 colors[colorIndex + 1] = computeColor(color, v2x, v2y, v2z, colorSpace);
4407 colors[colorIndex + 2] = computeColor(color, v3x, v3y, v3z, colorSpace);
4408 colors[colorIndex + 3] = colors[colorIndex];
4409 colors[colorIndex + 4] = colors[colorIndex + 2];
4410 colors[colorIndex + 5] = computeColor(color, v4x, v4y, v4z, colorSpace);
4411 colorIndex += 6;
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java600 int colorIndex = 0; in getCLUT() local
603 result[colorIndex++] = alpha in getCLUT()
/frameworks/base/tools/aapt2/compile/
DPng.cpp1012 int colorIndex = 0; in do9Patch() local
1195 image->colors[colorIndex++] = c; in do9Patch()
1206 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()