Searched refs:baseIndex (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/layout/ |
D | MPreFixups.cpp | 31 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()
|
D | MPreFixups.h | 30 void add(le_int32 baseIndex, le_int32 mpreIndex);
|
D | ValueRecords.cpp | 30 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/ |
D | ImageBasedHeightMap.java | 115 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/ |
D | SimpleNameFactory.java | 112 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/ |
D | cvcorrespond.cpp | 64 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()
|