Home
last modified time | relevance | path

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

/external/icu4c/layout/
DMPreFixups.cpp31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() argument
35 if (baseIndex - mpreIndex > 1) { in add()
36 fFixupData[fFixupCount].fBaseIndex = baseIndex; in add()
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; in apply() local
54 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) { in apply()
55 baseIndex -= 1; in apply()
62 if (mpreLimit == baseIndex) { in apply()
68 le_int32 moveCount = baseIndex - mpreLimit; in apply()
69 le_int32 mpreDest = baseIndex - mpreCount; in apply()
DMPreFixups.h30 void add(le_int32 baseIndex, le_int32 mpreIndex);
DValueRecords.cpp30 le_int16 baseIndex = getFieldCount(valueFormat) * index; in getFieldValue() local
32 le_int16 value = values[baseIndex + valueIndex]; in getFieldValue()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DImageBasedHeightMap.java115 int baseIndex = (h * imageWidth)+ w; in load() local
116 … heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale; in load()
120 int baseIndex = (h * imageWidth)+ w; in load() local
121 … heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale; in load()
129 int baseIndex = (h * imageWidth)+ w; in load() local
130 … heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale; in load()
134 int baseIndex = (h * imageWidth)+ w; in load() local
135 … heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale; in load()
/external/proguard/src/proguard/obfuscate/
DSimpleNameFactory.java112 int baseIndex = index / totalCharacterCount; in newName() local
117 String newName = baseIndex == 0 ? in newName()
119 (name(baseIndex-1) + newChar); in newName()
/external/opencv/cvaux/src/
Dcvcorrespond.cpp64 int baseIndex; in icvDynamicCorrespond() local
132 baseIndex = 0; in icvDynamicCorrespond()
139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev); in icvDynamicCorrespond()
140 baseIndex += row_size; in icvDynamicCorrespond()