OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textPos
(Results
1 - 10
of
10
) 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/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.
/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 1267 milliseconds