Home
last modified time | relevance | path

Searched defs:indexMap (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DSoftMeshTest.java43 ShortBuffer indexMap; field in SoftMeshTest
124 meshPart.mesh.getIndicesBuffer(), meshPart.offset, meshPart.size, indexMap, 0); in render() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java659 int[] indexMap = new int[levels.length]; in prepareReorder() local
674 int[] indexMap = prepareReorder(levels, aMinLevel, aMaxLevel); in reorderLogical() local
744 int[] indexMap = prepareReorder(levels, aMinLevel, aMaxLevel); in reorderVisual() local
1020 int[] indexMap = new int[bidi.length]; in getLogicalMap() local
1113 int[] indexMap = new int[allocLength]; in getVisualMap() local
DBidi.java5647 int[] indexMap = reorderVisual(reorderLevels); in reorderVisually() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiLine.java660 int[] indexMap = new int[levels.length]; in prepareReorder() local
675 int[] indexMap = prepareReorder(levels, aMinLevel, aMaxLevel); in reorderLogical() local
745 int[] indexMap = prepareReorder(levels, aMinLevel, aMaxLevel); in reorderVisual() local
1021 int[] indexMap = new int[bidi.length]; in getLogicalMap() local
1114 int[] indexMap = new int[allocLength]; in getVisualMap() local
DBidi.java5551 int[] indexMap = reorderVisual(reorderLevels); in reorderVisually() local
/external/icu/icu4c/source/common/
Dubidiln.c711 int32_t *indexMap, in prepareReorder()
750 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) { in ubidi_reorderLogical()
813 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) { in ubidi_reorderVisual()
1110 ubidi_getLogicalMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) { in ubidi_getLogicalMap()
1211 ubidi_getVisualMap(UBiDi *pBiDi, int32_t *indexMap, UErrorCode *pErrorCode) { in ubidi_getVisualMap()
/external/libgdx/extensions/gdx-bullet/jni/swig/softbody/
DbtSoftBody.i39 … int normalOffset, short *indices, int indexOffset, int numVertices, short *indexMap, int indexMap… in btSoftBody()
138 …ze, int posOffset, short *indices, int indexOffset, int numVertices, short *indexMap, int indexMap… in getVertices()
151 … int normalOffset, short *indices, int indexOffset, int numVertices, short *indexMap, int indexMap… in getVertices()
/external/antlr/antlr-3.4/runtime/Python/unittests/
Dtesttreewizard.py337 def __simplifyIndexMap(self, indexMap): argument
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java4325 …va.nio.ShortBuffer indices, int indexOffset, int numVertices, java.nio.ShortBuffer indexMap, int i… in SwigConstructbtSoftBody()
4332 …va.nio.ShortBuffer indices, int indexOffset, int numVertices, java.nio.ShortBuffer indexMap, int i… in btSoftBody()
4352 …va.nio.ShortBuffer indices, int indexOffset, int numVertices, java.nio.ShortBuffer indexMap, int i… in getVertices()
4361 …va.nio.ShortBuffer indices, int indexOffset, int numVertices, java.nio.ShortBuffer indexMap, int i… in getVertices()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
Dsoftbody_wrap.cpp1889 …fset,int normalOffset,short *indices,int indexOffset,int numVertices,short *indexMap,int indexMapO… in new_btSoftBody__SWIG_2()
1978 …texSize,int posOffset,short *indices,int indexOffset,int numVertices,short *indexMap,int indexMapO… in btSoftBody_getVertices__SWIG_1()
1990 …fset,int normalOffset,short *indices,int indexOffset,int numVertices,short *indexMap,int indexMapO… in btSoftBody_getVertices__SWIG_2()