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

/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
H A Dtitletrn.cpp119 int32_t textPos, delta, result, locCache=0; local
121 for(textPos=offsets.start; textPos<offsets.limit;) {
122 csc.cpStart=textPos;
123 c=text.char32At(textPos);
124 csc.cpLimit=textPos+=U16_LENGTH(c);
154 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
156 textPos+=delta;
163 offsets.start=textPos;
H A Dcasetrn.cpp152 int32_t textPos, delta, result, locCache=0; local
154 for(textPos=offsets.start; textPos<offsets.limit;) {
155 csc.cpStart=textPos;
156 c=text.char32At(textPos);
157 csc.cpLimit=textPos+=U16_LENGTH(c);
180 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
182 textPos+=delta;
188 offsets.start=textPos;
/external/icu/icu4c/source/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/icu/icu4c/source/i18n/
H A Dtitletrn.cpp119 int32_t textPos, delta, result, locCache=0; local
121 for(textPos=offsets.start; textPos<offsets.limit;) {
122 csc.cpStart=textPos;
123 c=text.char32At(textPos);
124 csc.cpLimit=textPos+=U16_LENGTH(c);
154 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
156 textPos+=delta;
163 offsets.start=textPos;
H A Dcasetrn.cpp152 int32_t textPos, delta, result, locCache=0; local
154 for(textPos=offsets.start; textPos<offsets.limit;) {
155 csc.cpStart=textPos;
156 c=text.char32At(textPos);
157 csc.cpLimit=textPos+=U16_LENGTH(c);
180 text.handleReplaceBetween(csc.cpStart, textPos, tmp);
182 textPos+=delta;
188 offsets.start=textPos;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeDemo.cpp276 SkPoint textPos[testStrLen]; local
290 textPos[x].fX = bias + widths[x];
291 textPos[x].fY = height / 2;
306 paint.getPosTextPath(maskStr, testStrLen, textPos, &path);
316 paint.getPosTextPath(testStr, testStrLen, textPos, &path);
/external/skia/experimental/Intersection/
H A DEdgeDemo.cpp276 SkPoint textPos[testStrLen]; local
290 textPos[x].fX = bias + widths[x];
291 textPos[x].fY = height / 2;
306 paint.getPosTextPath(maskStr, testStrLen, textPos, &path);
316 paint.getPosTextPath(testStr, testStrLen, textPos, &path);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp318 float widthOfVisibleText = renderer().width(m_start, offset, textPos(), flowIsLTR ? LTR : RTL, isFirstLineStyle());
423 LayoutUnit widthOfVisibleText = renderer().width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
888 width = renderer().width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
1127 renderer().width(m_start, paintStart - m_start, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
1130 renderer().width(paintStart, paintEnd - paintStart, textPos() + start, isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
1160 float InlineTextBox::textPos() const function in class:blink::InlineTextBox
1163 // from the containing block edge in its measurement. textPos() should be consistent so the text are rendered in the same width.
1281 TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style->rtlOrdering() == VisualOrder, !renderer().canUseSimpleFontCodePath());

Completed in 3652 milliseconds