HomeSort by relevance Sort by last modified time
    Searched refs:baseIndex (Results 1 - 23 of 23) sorted by null

  /external/icu4c/layout/
MPreFixups.cpp 31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex)
35 if (baseIndex - mpreIndex > 1) {
36 fFixupData[fFixupCount].fBaseIndex = baseIndex;
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex;
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 - mpreCount
    [all...]
MPreFixups.h 30 void add(le_int32 baseIndex, le_int32 mpreIndex);
ValueRecords.cpp 30 le_int16 baseIndex = getFieldCount(valueFormat) * index;
32 le_int16 value = values[baseIndex + valueIndex];
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ImageBasedHeightMap.java 115 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/
SimpleNameFactory.java 112 int baseIndex = index / totalCharacterCount;
117 String newName = baseIndex == 0 ?
119 (name(baseIndex-1) + newChar);
  /external/opencv/cvaux/src/
cvcorrespond.cpp 64 int baseIndex;
132 baseIndex = 0;
139 costTable[baseIndex + row_size] = costTable[baseIndex] + Occlusion * (l_end - prev);
140 baseIndex += row_size;
  /frameworks/base/tools/aidl/
Type.cpp     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 597 size_t baseIndex = UNKNOWN_ERROR;
599 baseIndex = (*baseSet)->indexOfKey(overlaySet->keyAt(overlayIndex));
601 if (baseIndex < UNKNOWN_ERROR) {
606 sp<AaptGroup> baseGroup = (*baseSet)->valueAt(baseIndex);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 301 milliseconds