Home | History | Annotate | Download | only in ports

Lines Matching refs:utf32

777 uint16_t SkScalerContext_GDI::generateCharToGlyph(SkUnichar utf32) {
781 if (SkUTF16_FromUnichar(utf32, (uint16_t*)utf16) == 1) {
2155 const uint32_t* utf32 = reinterpret_cast<const uint32_t*>(chars);
2160 while (runLength < glyphsLeft && utf32[glyphIndex + runLength] <= 0xFFFF) {
2161 scratch[runLength] = static_cast<WCHAR>(utf32[glyphIndex + runLength]);
2170 while (glyphIndex < glyphCount && utf32[glyphIndex] > 0xFFFF) {
2171 SkUTF16_FromUnichar(utf32[glyphIndex], reinterpret_cast<uint16_t*>(scratch));