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

  /external/icu4c/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/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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1513 milliseconds