Home
last modified time | relevance | path

Searched refs:nextCh (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
Dbreak_lines.cpp120 static inline bool shouldBreakAfter(UChar ch, UChar nextCh) in shouldBreakAfter() argument
130 && nextCh >= asciiLineBreakTableFirstChar && nextCh <= asciiLineBreakTableLastChar) { in shouldBreakAfter()
132 int nextChIndex = nextCh - asciiLineBreakTableFirstChar; in shouldBreakAfter()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp445 UChar nextCh; in adjustGlyphsAndAdvances() local
447 nextCh = ' '; in adjustGlyphsAndAdvances()
449 nextCh = *(cp + complexTextRun.indexAt(i + 1)); in adjustGlyphsAndAdvances()
451nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0)); in adjustGlyphsAndAdvances()