Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp149 int colorIndex = 0; in TEST_F() local
151 ASSERT_NO_FATAL_FAILURE(fillAndPostBuffers(colors[colorIndex++ % colors.size()])); in TEST_F()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp387 jintArray jcolors, jint colorIndex, in drawVertices() argument
395 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount); in drawVertices()
404 colors = colorA.ptr() + colorIndex; in drawVertices()
556 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) { in drawBitmapMesh() argument
561 colorIndex = 0; in drawBitmapMesh()
566 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount); in drawBitmapMesh()
572 colorA.ptr() + colorIndex, paint); in drawBitmapMesh()
/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
DIccUtils.java688 int colorIndex = 0; in getCLUT() local
691 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()