Searched refs:colorIndex (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerTransaction_test.cpp | 149 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/ |
D | android_graphics_Canvas.cpp | 387 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/ |
D | IccUtils.java | 688 int colorIndex = 0; in getCLUT() local 691 result[colorIndex++] = alpha in getCLUT()
|
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 1013 int colorIndex = 0; in do9Patch() local 1196 image->colors[colorIndex++] = c; in do9Patch() 1207 assert(colorIndex == numColors); in do9Patch()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 579 int colorIndex = 0; in do_9patch() local 758 image->colors[colorIndex++] = c; in do_9patch() 768 assert(colorIndex == numColors); in do_9patch()
|