Home | History | Annotate | Download | only in wince

Lines Matching refs:srcChar

1663         const UChar* srcChar = glyphBuffer.glyphs(from);
1664 const UChar* const srcCharEnd = srcChar + numGlyphs;
1665 *curChar++ = *srcChar++;
1678 for (; srcChar < srcCharEnd; ++srcChar) {
1681 if (isCharVisible(*srcChar)) {
1682 if (!drawOneByOne && WTF::Unicode::direction(*srcChar) == WTF::Unicode::RightToLeft)
1684 *curChar++ = *srcChar;
1690 for (; srcChar < srcCharEnd; ++srcChar) {
1693 if (isCharVisible(*srcChar)) {
1694 if (!drawOneByOne && WTF::Unicode::direction(*srcChar) == WTF::Unicode::RightToLeft)
1696 *curChar++ = *srcChar;