Home
last modified time | relevance | path

Searched refs:mEnd (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.h118 int mEnd; member
127 int mEnd; member
144 const UChar* mEnd; member
187 mEnds[mWordCount] = mEnd; in newWord()
DSelectText.cpp800 , mEnd(end) in BuilderCheck()
805 mEnd.offset(-area.fLeft, -area.fTop); in BuilderCheck()
817 mEnd.fLeft, mEnd.fTop, mEnd.fRight, mEnd.fBottom, mEndBase); in BuilderCheck()
823 if (fullBase < mStart.fTop || fullBase > mEnd.fBottom) { in checkFlipRect()
847 if (baseLinesAgree(mEnd, mEndBase, full, fullBase) in checkFlipRect()
848 && full.fRight > mEnd.fRight) { in checkFlipRect()
856 mEnd.fLeft, mEnd.fTop, mEnd.fRight, mEnd.fBottom, mEndBase); in checkFlipRect()
877 if (mEndExtra.fLeft - spaceGap <= mEnd.fRight) in checkFlipRect()
931 mSelectRect.join(mEnd); in setFlippedState()
941 SkIRect mEnd; member in android::BuilderCheck
[all …]
DCacheBuilder.cpp1226 (WebCore::Text*) walk.mFinalNode, walk.mEnd, globalOffsetX, in BuildFrame()
1818 s->mEnd = chars + length; in FindPartialAddress()
1825 while (++chars <= s->mEnd) { in FindPartialAddress()
1827 ch = chars < s->mEnd ? *chars : ' '; in FindPartialAddress()
1833 if (s->mEnd - chars < 3) in FindPartialAddress()
2109 || chars == s->mEnd; in FindPartialAddress()
2663 walk->mEnd = 0; in isFocusableText()
2676 int start = walk->mEnd; in isFocusableText()
2736 walk->mEnd = findState.mEndResult + start; in isFocusableText()
2738 walk->mEnd < (int) string->length(); in isFocusableText()
[all …]