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

  /external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__0.py 8 def fixlongs(glyphID, textLength, textOffset):
9 return int(glyphID), int(textLength), textOffset
21 glyphID, textLength, textOffset = fixlongs(*struct.unpack(tsi0Format, data[:size]))
22 indices.append((glyphID, textLength, textOffset))
35 for index, textLength, textOffset in self.indices:
36 data = data + struct.pack(tsi0Format, index, textLength, textOffset)
38 for index, textLength, textOffset in self.extra_indices:
39 data = data + struct.pack(tsi0Format, index, textLength, textOffset)
T_S_I__1.py 15 glyphID, textLength, textOffset = indextable.indices[i]
21 text = data[textOffset:textOffset+textLength]
28 extraCode, textLength, textOffset = indextable.extra_indices[i]
31 textLength = len(data) - textOffset
34 text = data[textOffset:textOffset+textLength]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 413 float textOffset = (textHeight / 2) - mTextPaint.descent();
414 mCollapsedDrawY = mCollapsedBounds.centerY() + textOffset;
445 float textOffset = (textHeight / 2) - mTextPaint.descent();
446 mExpandedDrawY = mExpandedBounds.centerY() + textOffset;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
FlingUpDownMethod.java 745 float textOffset = DpUtil.dpToPx(getContext(), 42 /* dp */);
748 swipeToAnswerText, View.TRANSLATION_Y, 0 /* begin pos */, -textOffset);
753 ObjectAnimator.ofFloat(swipeToAnswerText, View.TRANSLATION_Y, -textOffset, 0 /* end pos */);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 667 * @param textoffset current offset
674 int32_t textoffset,
677 if (textoffset < textlength) {
678 int32_t temp = textoffset;
690 return textoffset;
697 * @param textoffset current offset, one offset away from the last character
704 int32_t textoffset)
708 textoffset < textlength) {
709 int32_t temp = textoffset;
713 return getNextBaseOffset(text, textoffset, textlength)
4433 int32_t textoffset = ucol_getOffset(coleiter); local
4547 int32_t textoffset = ucol_getOffset(coleiter); local
4661 int32_t textoffset = ucol_getOffset(coleiter); local
4807 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 247 milliseconds