HomeSort by relevance Sort by last modified time
    Searched defs:textPos (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
casetrn.cpp 152 int32_t textPos, delta, result, locCache=0;
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;
titletrn.cpp 119 int32_t textPos, delta, result, locCache=0;
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;
  /external/icu/icu4c/source/i18n/
casetrn.cpp 152 int32_t textPos, delta, result, locCache=0;
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;
titletrn.cpp 119 int32_t textPos, delta, result, locCache=0;
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;
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeDemo.cpp 276 SkPoint textPos[testStrLen];
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/
InlineTextBox.cpp 318 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());
    [all...]

Completed in 149 milliseconds