Searched defs:textPos (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dschriter.cpp41 int32_t textPos)
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
52 int32_t textPos)
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
40 StringCharacterIterator(const UnicodeString& textStr, int32_t textPos) argument
49 StringCharacterIterator(const UnicodeString& textStr, int32_t textBegin, int32_t textEnd, int32_t textPos) argument
/external/icu4c/i18n/
H A Dtitletrn.cpp118 int32_t textPos, delta, result, locCache=0; local
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;
H A Dcasetrn.cpp150 int32_t textPos, delta, result, locCache=0; local
152 for(textPos=offsets.start; textPos<offsets.limit;) {
153 csc.cpStart=textPos;
154 c=text.char32At(textPos);
155 csc.cpLimit=textPos+=U16_LENGTH(c);
178 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
180 textPos+=delta;
186 offsets.start=textPos;
/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp93 IntPoint textPos = point; local
95 doDrawTextAtPoint(context, text, textPos, font, bottomColor, underlinedIndex);
96 textPos.move(0, -1);
97 doDrawTextAtPoint(context, text, textPos, font, topColor, underlinedIndex);
/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp196 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
284 float widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), m_firstLine);
505 int widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
653 TextRun textRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride || styleToUse->visuallyOrdered());
828 context->drawHighlightForText(font, TextRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(),
852 context->drawHighlightForText(font, TextRun(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(),
887 width = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine);
1014 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride || style->visuallyOrdered());
1059 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride || style->visuallyOrdered());
1091 TextRun run(textRenderer()->text()->characters() + m_start, m_len, textRenderer()->allowTabs(), textPos(), m_expansio
1223 float InlineTextBox::textPos() const function in class:WebCore::InlineTextBox
[all...]

Completed in 103 milliseconds