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

  /external/icu4c/i18n/
casetrn.cpp 150 int32_t textPos, delta, result, locCache=0;
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;
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/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 93 IntPoint textPos = point;
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/
InlineTextBox.cpp 196 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());
    [all...]

Completed in 70 milliseconds