HomeSort by relevance Sort by last modified time
    Searched full:textpos (Results 1 - 13 of 13) sorted by null

  /external/chromium/third_party/icu/source/i18n/
casetrn.cpp 153 int32_t textPos, delta, result, locCache=0;
155 for(textPos=offsets.start; textPos<offsets.limit;) {
156 csc.cpStart=textPos;
157 c=text.char32At(textPos);
158 csc.cpLimit=textPos+=U16_LENGTH(c);
181 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
183 textPos+=delta;
189 offsets.start=textPos;
titletrn.cpp 118 int32_t textPos, delta, result, locCache=0;
120 for(textPos=offsets.start; textPos<offsets.limit;) {
121 csc.cpStart=textPos;
122 c=text.char32At(textPos);
123 csc.cpLimit=textPos+=U16_LENGTH(c);
153 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
155 textPos+=delta;
162 offsets.start=textPos;
  /external/icu4c/i18n/
casetrn.cpp 153 int32_t textPos, delta, result, locCache=0;
155 for(textPos=offsets.start; textPos<offsets.limit;) {
156 csc.cpStart=textPos;
157 c=text.char32At(textPos);
158 csc.cpLimit=textPos+=U16_LENGTH(c);
181 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
183 textPos+=delta;
189 offsets.start=textPos;
titletrn.cpp 118 int32_t textPos, delta, result, locCache=0;
120 for(textPos=offsets.start; textPos<offsets.limit;) {
121 csc.cpStart=textPos;
122 c=text.char32At(textPos);
123 csc.cpLimit=textPos+=U16_LENGTH(c);
153 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
155 textPos+=delta;
162 offsets.start=textPos;
  /external/chromium/third_party/icu/source/common/
schriter.cpp 39 int32_t textPos)
40 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
50 int32_t textPos)
51 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
  /external/icu4c/common/
schriter.cpp 39 int32_t textPos)
40 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
50 int32_t textPos)
51 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
  /external/chromium/third_party/icu/public/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
60 * @param textPos The starting position of the iteration
64 int32_t textPos);
71 * by "textEnd". The starting position is specified by "textPos". If
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
79 * @param textPos The starting position of the iteration
85 int32_t textPos);
  /external/icu4c/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
60 * @param textPos The starting position of the iteration
64 int32_t textPos);
71 * by "textEnd". The starting position is specified by "textPos". If
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
79 * @param textPos The starting position of the iteration
85 int32_t textPos);
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 92 IntPoint textPos = point;
94 doDrawTextAtPoint(context, text, textPos, font, bottomColor, underlinedIndex);
95 textPos.move(0, -1);
96 doDrawTextAtPoint(context, text, textPos, font, topColor, underlinedIndex);
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 306 IntPoint textPos(DRAG_LABEL_BORDER_X, imageSize.height() - (DRAG_LABEL_BORDER_Y_OFFSET + urlFont->descent()));
307 WebCoreDrawDoubledTextAtPoint(context, urlString, textPos, *urlFont, topColor, bottomColor);
313 IntPoint textPos(DRAG_LABEL_BORDER_X, DRAG_LABEL_BORDER_Y + labelFont->pixelSize());
314 WebCoreDrawDoubledTextAtPoint(context, label, textPos, *labelFont, topColor, bottomColor);
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 119 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(textObj->text()->characters() + m_start, m_len, textObj->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride),
200 int widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), m_firstLine);
363 int widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
475 TextRun textRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || styleToUse->visuallyOrdered());
598 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, length, textRenderer()->allowTabs(), textPos(), m_toAdd,
621 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd,
657 width = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
762 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_toAdd, direction() == RTL, m_dirOverride || style->visuallyOrdered());
    [all...]
InlineTextBox.h 110 int textPos() const;
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 554 0 /*textBox->spaceAdd()*/, textBox->start(), 0 /*textBox->textPos()*/);
    [all...]

Completed in 1109 milliseconds