Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp2100 const WCHAR* currentUtf16 = reinterpret_cast<const WCHAR*>(chars); in onCharsToGlyphs() local
2105 while (runLength < glyphsLeft && !SkUTF16_IsHighSurrogate(currentUtf16[runLength])) { in onCharsToGlyphs()
2109 bmpCharsToGlyphs(hdc, currentUtf16, runLength, &glyphs[glyphIndex], Ox1FHack); in onCharsToGlyphs()
2111 currentUtf16 += runLength; in onCharsToGlyphs()
2115 while (glyphIndex < glyphCount && SkUTF16_IsHighSurrogate(*currentUtf16)) { in onCharsToGlyphs()
2116 glyphs[glyphIndex] = nonBmpCharToGlyph(hdc, &sc, currentUtf16); in onCharsToGlyphs()
2118 currentUtf16 += 2; in onCharsToGlyphs()