Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Canvas.cpp427 jintArray jcolors, jint colorIndex, in drawVertices() argument
435 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount); in drawVertices()
443 if (jcolors != NULL) { in drawVertices()
579 jintArray jcolors, jint offset, jint stride, in drawBitmapArray() argument
594 if (!GraphicsJNI::SetPixels(env, jcolors, offset, stride, 0, 0, width, height, &bitmap)) { in drawBitmapArray()
604 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) { in drawBitmapMesh() argument
614 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount); in drawBitmapMesh()