Searched refs:textPos (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
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;
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;
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dschriter.h57 * 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);
/macosx-10.10/ICU-531.30/icuSources/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
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWebCoreTextRenderer.cpp86 IntPoint textPos = point; local
88 doDrawTextAtPoint(context, text, textPos, font, bottomColor, underlinedIndex);
89 textPos.move(0, -1);
90 doDrawTextAtPoint(context, text, textPos, font, topColor, underlinedIndex);
H A DDragImageWin.cpp207 IntPoint textPos(DragLabelBorderX, imageSize.height() - (LabelBorderYOffset + urlFont->fontMetrics().descent()));
208 WebCoreDrawDoubledTextAtPoint(context, urlString, textPos, *urlFont, topColor, bottomColor);
214 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
215 WebCoreDrawDoubledTextAtPoint(context, label, textPos, *labelFont, topColor, bottomColor);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp371 float widthOfVisibleText = renderer().width(m_start, offset, textPos(), isFirstLine());
409 LayoutUnit widthOfVisibleText = renderer().width(m_start, m_truncation, textPos(), isFirstLine());
532 LayoutUnit widthOfVisibleText = renderer().width(m_start, m_truncation, textPos(), isFirstLine());
942 width = renderer().width(m_start, m_truncation, textPos(), isFirstLine());
1304 start = renderer().width(m_start, paintStart - m_start, textPos(), isFirstLine());
1315 width = renderer().width(paintStart, paintEnd - paintStart, textPos() + start, isFirstLine());
1346 float InlineTextBox::textPos() const function in class:WebCore::InlineTextBox
1349 // from the containing block edge in its measurement. textPos() should be consistent so the text are rendered in the same width.
1420 TextRun run(string, textPos(), expansion(), expansionBehavior(), direction(), dirOverride() || style.rtlOrdering() == VisualOrder, !renderer().canUseSimpleFontCodePath());
H A DInlineTextBox.h151 float textPos() const; // returns the x position relative to the left start of the text line.

Completed in 272 milliseconds