Searched refs:baseIndex (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DMPreFixups.cpp31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) argument
35 if (baseIndex - mpreIndex > 1) {
36 fFixupData[fFixupCount].fBaseIndex = baseIndex;
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex; local
54 while (glyphStorage[baseIndex] == 0xFFFF || glyphStorage[baseIndex] == 0xFFFE) {
55 baseIndex -= 1;
62 if (mpreLimit == baseIndex) {
68 le_int32 moveCount = baseIndex - mpreLimit;
69 le_int32 mpreDest = baseIndex
[all...]
H A DMPreFixups.h30 void add(le_int32 baseIndex, le_int32 mpreIndex);
H A DValueRecords.cpp30 le_int16 baseIndex = getFieldCount(valueFormat) * index; local
32 le_int16 value = values[baseIndex + valueIndex];
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DImageBasedHeightMap.java115 int baseIndex = (h * imageWidth)+ w;
116 heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale;
120 int baseIndex = (h * imageWidth)+ w;
121 heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale;
129 int baseIndex = (h * imageWidth)+ w;
130 heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale;
134 int baseIndex = (h * imageWidth)+ w;
135 heightData[index++] = getHeightAtPostion(buf, colorImage, baseIndex, colorStore)*heightScale;
/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java112 int baseIndex = index / totalCharacterCount;
117 String newName = baseIndex == 0 ?
119 (name(baseIndex-1) + newChar);
/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp64 int baseIndex; local
132 baseIndex = 0;
139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev);
140 baseIndex += row_size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 521 milliseconds