HomeSort by relevance Sort by last modified time
    Searched refs:textPos (Results 1 - 8 of 8) 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/icu4c/common/unicode/
schriter.h 57 * position is specified by "textPos". If "textPos" is outside the valid
60 * @param textPos The starting position of the iteration
64 int32_t textPos);
71 * by "textEnd". The starting position is specified by "textPos". If
74 * or "textPos" is outside the range defined by "textBegin" and "textEnd",
79 * @param textPos The starting position of the iteration
85 int32_t textPos);
  /external/icu4c/common/
schriter.cpp 41 int32_t textPos)
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
52 int32_t textPos)
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, 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);
DragImageWin.cpp 214 IntPoint textPos(DragLabelBorderX, imageSize.height() - (LabelBorderYOffset + urlFont->fontMetrics().descent()));
215 WebCoreDrawDoubledTextAtPoint(context, urlString, textPos, *urlFont, topColor, bottomColor);
221 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
222 WebCoreDrawDoubledTextAtPoint(context, label, textPos, *labelFont, topColor, bottomColor);
  /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...]
InlineTextBox.h 138 float textPos() const; // returns the x position relative to the left start of the text line.

Completed in 261 milliseconds