HomeSort by relevance Sort by last modified time
    Searched refs:textOffset (Results 1 - 9 of 9) 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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 182 LayoutPoint textOffset;
184 textOffset = innerEditorRenderer->location();
186 textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location());
188 textOffset += toLayoutSize(containerRenderer->location());
189 placeholderBox->setLocation(textOffset);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 630 unsigned textOffset = currentPos.offsetInLeafNode();
634 if (textOffset <= box->start() + box->len()) {
635 if (textOffset > box->start())
640 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
652 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
661 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
754 unsigned textOffset = currentPos.offsetInLeafNode();
758 if (textOffset <= box->end()) {
759 if (textOffset >= box->start())
764 if (box == lastTextBox || textOffset != box->start() + box->len()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h     [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 663 * @param textoffset current offset
670 int32_t textoffset,
673 if (textoffset < textlength) {
674 int32_t temp = textoffset;
686 return textoffset;
693 * @param textoffset current offset, one offset away from the last character
700 int32_t textoffset)
704 textoffset < textlength) {
705 int32_t temp = textoffset;
709 return getNextBaseOffset(text, textoffset, textlength)
4342 int32_t textoffset = ucol_getOffset(coleiter); local
4456 int32_t textoffset = ucol_getOffset(coleiter); local
4570 int32_t textoffset = ucol_getOffset(coleiter); local
4716 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]
smpdtfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 676 * @param textoffset current offset
683 int32_t textoffset,
686 if (textoffset < textlength) {
687 int32_t temp = textoffset;
699 return textoffset;
706 * @param textoffset current offset, one offset away from the last character
713 int32_t textoffset)
717 textoffset < textlength) {
718 int32_t temp = textoffset;
722 return getNextBaseOffset(text, textoffset, textlength)
4290 int32_t textoffset = ucol_getOffset(coleiter); local
4404 int32_t textoffset = ucol_getOffset(coleiter); local
4518 int32_t textoffset = ucol_getOffset(coleiter); local
4636 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 704 milliseconds