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

  /frameworks/base/core/jni/android/graphics/
Shader.cpp 82 jintArray colorArray, jfloatArray posArray, int tileMode)
88 size_t count = env->GetArrayLength(colorArray);
89 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
106 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues),
133 jintArray colorArray, jfloatArray posArray, int tileMode)
138 size_t count = env->GetArrayLength(colorArray);
139 const jint* colorValues = env->GetIntArrayElements(colorArray, NULL);
157 env->ReleaseIntArrayElements(colorArray, const_cast<jint*>(colorValues),
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 422 int length, int[] colorArray, int bits) {
425 return mapToNon2OrderBitColor(data, valueIndex, length, colorArray,
452 resultArray[resultIndex++] = colorArray[(tempByte >> (offset * bits))
460 int length, int[] colorArray, int bits) {
463 return mapTo2OrderBitColor(data, valueIndex, length, colorArray,
  /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...]
  /ndk/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...]
  /external/skia/src/gl/
SkGL.cpp 356 const uint8_t* SK_RESTRICT colorArray,
370 if (NULL != colorArray) {
372 glColorPointer(4, GL_UNSIGNED_BYTE, 0, colorArray);
SkGLDevice.cpp 523 uint8_t* colorArray = NULL;
525 colorArray = (uint8_t*)sk_malloc_throw(vertexCount*4);
526 SkGL::SetRGBA(colorArray, colors, vertexCount);
528 SkAutoFree afca(colorArray);
575 glVerts, glTexs, colorArray, indices, iter);
SkGL.h 274 const uint8_t* SK_RESTRICT colorArray,
  /external/webkit/WebCore/css/
CSSParser.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 116 static const char16_t colorArray[] =
139 { colorArray, sizeof(colorArray)/2, ResTable_map::TYPE_COLOR,
    [all...]

Completed in 843 milliseconds