HomeSort by relevance Sort by last modified time
    Searched refs:textOffset (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/dom/
Position.cpp 543 unsigned textOffset = currentPos.offsetInLeafNode();
547 if (textOffset <= box->start() + box->len()) {
548 if (textOffset > box->start())
553 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
565 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
574 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
665 unsigned textOffset = currentPos.offsetInLeafNode();
669 if (textOffset <= box->end()) {
670 if (textOffset >= box->start())
675 if (box == lastTextBox || textOffset != box->start() + box->len()
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 240 float textOffset = (iconWidth == 0) ? 8 * App.PIXEL_DENSITY : iconWidth;
241 view.draw2D(texture, x + textOffset, y + 5);
  /external/icu4c/i18n/
usearch.cpp 666 * @param textoffset current offset
673 int32_t textoffset,
676 if (textoffset < textlength) {
677 int32_t temp = textoffset;
689 return textoffset;
696 * @param textoffset current offset, one offset away from the last character
703 int32_t textoffset)
707 textoffset < textlength) {
708 int32_t temp = textoffset;
712 return getNextBaseOffset(text, textoffset, textlength)
4160 int32_t textoffset = ucol_getOffset(coleiter); local
4272 int32_t textoffset = ucol_getOffset(coleiter); local
4384 int32_t textoffset = ucol_getOffset(coleiter); local
4500 int32_t textoffset = ucol_getOffset(coleiter); local
    [all...]

Completed in 1866 milliseconds