HomeSort by relevance Sort by last modified time
    Searched refs:currOffset (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/icu4c/source/layout/
ContextualGlyphSubstitution.h 42 WordOffset currOffset;
ContextualGlyphSubstProc.cpp 51 WordOffset currOffset = SWAPW(entry->currOffset);
60 if (currOffset != 0) {
62 TTGlyphID newGlyph = SWAPW(int16Table.getObject(currOffset + LE_GET_GLYPH(thisGlyph), success)); // whew.
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.cpp 235 uint32_t currOffset;
269 currOffset = tableStart * (sizeof(uint32_t)/sizeof(uint16_t)) + (sizeof(uint32_t)/sizeof(uint16_t));
270 gMainTable.converterList = table + currOffset;
272 currOffset += gMainTable.converterListSize;
273 gMainTable.tagList = table + currOffset;
275 currOffset += gMainTable.tagListSize;
276 gMainTable.aliasList = table + currOffset;
278 currOffset += gMainTable.aliasListSize;
279 gMainTable.untaggedConvArray = table + currOffset;
281 currOffset += gMainTable.untaggedConvArraySize
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 235 uint32_t currOffset;
269 currOffset = tableStart * (sizeof(uint32_t)/sizeof(uint16_t)) + (sizeof(uint32_t)/sizeof(uint16_t));
270 gMainTable.converterList = table + currOffset;
272 currOffset += gMainTable.converterListSize;
273 gMainTable.tagList = table + currOffset;
275 currOffset += gMainTable.tagListSize;
276 gMainTable.aliasList = table + currOffset;
278 currOffset += gMainTable.aliasListSize;
279 gMainTable.untaggedConvArray = table + currOffset;
281 currOffset += gMainTable.untaggedConvArraySize
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 356 float currOffset = positionOffset + 0.5f;
357 if (currOffset > 1.f) {
358 currOffset -= 1.f;
360 final int currCenter = stripWidth - textPaddedRight - (int) (contentWidth * currOffset);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 289 float currOffset = firstOffset;
294 newStop.offset = currOffset;
297 if (currOffset < 0)
301 currOffset -= stops[originalFirstStopIndex + srcStopOrdinal].offset - stops[originalFirstStopIndex + srcStopOrdinal - 1].offset;
309 float currOffset = lastOffset;
315 newStop.offset = currOffset;
317 if (currOffset > maxExtent)
320 currOffset += stops[srcStopIndex + 1].offset - stops[srcStopIndex].offset;
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/libsAndJarTest/lib2/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 

Completed in 588 milliseconds

1 2