HomeSort by relevance Sort by last modified time
    Searched refs:colorArray (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/jni/android/graphics/
Shader.cpp 112 jintArray colorArray, jfloatArray posArray, int tileMode)
118 size_t count = env->GetArrayLength(colorArray);
119 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
138 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
144 float x0, float y0, float x1, float y1, jintArray colorArray,
147 size_t count = env->GetArrayLength(colorArray);
148 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
178 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues), JNI_ABORT);
231 jintArray colorArray, jfloatArray posArray, int tileMode) {
235 size_t count = env->GetArrayLength(colorArray);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 462 int length, int[] colorArray, int bits) {
465 return mapToNon2OrderBitColor(data, valueIndex, length, colorArray,
492 resultArray[resultIndex++] = colorArray[(tempByte >> (offset * bits))
500 int length, int[] colorArray, int bits) {
503 return mapTo2OrderBitColor(data, valueIndex, length, colorArray,
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 82 GLubyte *colorArray;
110 free(object->colorArray);
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
136 result->colorArray == NULL ||
152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
307 result->colorArray[i + 3] = 0;
372 result->colorArray[i] = color
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 82 GLubyte *colorArray;
110 free(object->colorArray);
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
136 result->colorArray == NULL ||
152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
307 result->colorArray[i + 3] = 0;
372 result->colorArray[i] = color
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 117 static const char16_t colorArray[] =
140 { colorArray, sizeof(colorArray)/2, ResTable_map::TYPE_COLOR,
    [all...]

Completed in 388 milliseconds