/external/icu4c/layout/ |
CanonShaping.cpp | 15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) 19 le_int32 v = indices[j]; 23 if (c >= combiningClasses[indices[i]]) { 27 indices[i + 1] = indices[i]; 30 indices[i + 1] = v; 40 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); local 46 indices[i] = i; 59 sortMarks(indices, combiningClasses, i, mark); 71 le_int32 index = indices[i] [all...] |
CanonShaping.h | 26 static void sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit);
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
PointCloud.java | 48 short[] indices = new short[numPoints]; local 50 indices[i] = (short)i; 53 allocateBuffers(vertices, null, null, null, indices);
|
Annulus.java | 59 short[] indices = new short[2 * 3 * radii]; local 90 indices[iidx++] = (short) (2 * i); 91 indices[iidx++] = (short) (2 * i + 1); 92 indices[iidx++] = (short) (2 * i + 2); 94 indices[iidx++] = (short) (2 * i + 1); 95 indices[iidx++] = (short) (2 * i + 3); 96 indices[iidx++] = (short) (2 * i + 2); 99 allocateBuffers(vertices, null, null, colors, indices);
|
LatLongSphere.java | 35 short[] indices = new short[3 * tris]; local 106 indices[iidx++] = (short) (base); 107 indices[iidx++] = (short) (base + 1); 108 indices[iidx++] = (short) (base + lats + 1); 110 indices[iidx++] = (short) (base + lats); 111 indices[iidx++] = (short) (base); 112 indices[iidx++] = (short) (base + lats + 1); 116 allocateBuffers(vertices, texcoords, normals, colors, indices);
|
Shape.java | 30 * containing vertices, texture coordinates, colors, normals, and indices. 154 * @param indices an array of short indices 157 int[] colors, short[] indices) { 161 ByteBuffer.allocateDirect(indices.length * SHORT_BYTES); 164 shortIndexBuffer.put(indices); 178 * @param indices an array of int indices 181 int[] colors, int[] indices) { 185 ByteBuffer.allocateDirect(indices.length * INT_BYTES) [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 35 * @param indices the indices of the triangle list. The indices are 37 * @param indicesOffset the index in the indices array where the index data 39 * @param indexCount the number of indices in use. Typically a multiple of 40 * three. If not a multiple of three, the remaining one or two indices will 46 * positions is null, positionsOffset < 0, indices is null, 47 * indicesOffset < 0, indicesOffset > indices.length - indexCount 50 float[] positions, int positionsOffset, char[] indices, 86 * @param results an integer array containing the indices of the sphere [all...] |
/external/proguard/src/proguard/gui/ |
ListPanel.java | 228 protected void moveElementsAt(int[] indices, int offset) 234 removeElementsAt(indices); 236 // Update the element indices. 237 for (int index = 0; index < indices.length; index++) 239 indices[index] += offset; 243 insertElementsAt(selectedElements, indices); 247 protected void insertElementsAt(Object[] elements, int[] indices) 251 listModel.insertElementAt(elements[index], indices[index]); 255 list.setSelectedIndices(indices); 268 protected void setElementsAt(Object[] elements, int[] indices) [all...] |
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 39 Word16 indices[],
45 Word16 indices[],
381 Word16 indices[],
393 if ((indices[k] + 1) != 0)
397 isf_tmp[k * M + i] = isf_old[indices[k] * M + i];
398 isf_old[indices[k] * M + i] = isf_old[indices[2] * M + i];
418 if ((indices[k] + 1) != 0)
422 isf_old[indices[k] * M + i] = isf_tmp[k * M + i];
432 Word16 indices[],
[all...] |
/external/skia/include/utils/ |
SkMeshUtils.h | 20 bool init(SkPoint tex[], uint16_t indices[], 24 const uint16_t* indices() const { return fIndices; } function in class:SkMeshIndices
|
/external/webkit/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 80 Vector<CFIndex, 16> indices; local 83 indices.append(r); 92 m_glyphCount = indices.size(); 95 std::swap(indices[r], indices[end]); 98 CFDataAppendBytes(m_coreTextIndicesData.get(), reinterpret_cast<const UInt8*>(indices.data()), m_glyphCount * sizeof(CFIndex));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Canvas_VertexModeTest.java | 60 short[] indices = { 0, 1, 2, 3, 4, 1 }; local 74 indices, 87 indices,
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Cube.java | 55 byte indices[] = { 84 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); 85 mIndexBuffer.put(indices);
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/ |
Cube.java | 55 byte indices[] = { 84 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); 85 mIndexBuffer.put(indices);
|
/external/skia/src/utils/ |
SkNinePatch.cpp | 35 static int fillIndices(uint16_t indices[], int xCount, int yCount) { 36 uint16_t* startIndices = indices; 41 *indices++ = n; 42 *indices++ = n + xCount + 2; 43 *indices++ = n + 1; 45 *indices++ = n; 46 *indices++ = n + xCount + 1; 47 *indices++ = n + xCount + 2; 53 return indices - startIndices; 173 // allocate 2 times, one for verts, one for texs, plus indices 178 uint16_t* indices = (uint16_t*)(texs + vCount); local [all...] |
SkMeshUtils.cpp | 13 bool SkMeshIndices::init(SkPoint tex[], uint16_t indices[], 34 fIndices = indices; 42 // compute the indices 93 idx.indices(), idx.indexCount(), p);
|
/external/chromium/third_party/icu/source/test/letest/ |
letest.h | 39 le_int32 *indices; member in struct:TestResult
|
gendata.cpp | 165 le_int32 *indices = NULL; local 260 indices = NEW_ARRAY(le_int32, glyphCount); 264 engine->getCharIndices(indices, leStatus); 269 dumpLongs(outputFile, "result-indices", indices, glyphCount); 276 DELETE_ARRAY(indices);
|
/external/freetype/src/psaux/ |
t1cmap.h | 75 FT_UShort* indices; member in struct:T1_CMapCustomRec_
|
/external/icu4c/test/letest/ |
letest.h | 39 le_int32 *indices; member in struct:TestResult
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
dtx_decoder_amr_wb.cpp | 669 int16 indices[], 682 if (indices[k] + 1 != 0) 686 isf_tmp[k * M + i] = isf_old[indices[k] * M + i]; 687 isf_old[indices[k] * M + i] = isf_old[indices[2] * M + i]; 708 if (indices[k] + 1 != 0) 712 isf_old[indices[k] * M + i] = isf_tmp[k * M + i]; 727 int16 indices[], 803 indices[0] = 0; 804 indices[2] = 0 [all...] |
/external/iproute2/testsuite/tests/ |
dsmark.t | 14 dsmark indices 64 default_index 1 set_tc_index
|
/frameworks/base/tools/aapt/ |
StringPool.h | 44 entry(const entry& o) : value(o.value), offset(o.offset), indices(o.indices) { } 48 Vector<size_t> indices; member in struct:StringPool::entry 132 // Array of indices into mEntries, in the order they were 140 // Mapping from indices in mEntryArray to indices in mValues. 146 // pool, mapping to indices in mEntries.
|
/external/webkit/WebCore/wml/ |
WMLSelectElement.cpp | 417 Vector<unsigned> indices; local 419 return indices; 430 // Spec: Remove all non-integer indices from the value. Remove all out-of-range indices 436 // Spec: Remove duplicate indices. 437 if (indices.find(parsedValue) == notFound) 438 indices.append(parsedValue); 441 return indices; 446 Vector<unsigned> indices; local 448 return indices; [all...] |
/development/apps/SpareParts/src/com/android/spare_parts/ |
SpareParts.java | 205 String[] indices = getResources().getStringArray(resid); local 206 float lastVal = Float.parseFloat(indices[0]); 207 for (int i=1; i<indices.length; i++) { 208 float thisVal = Float.parseFloat(indices[i]); 214 return indices.length-1;
|