Home | History | Annotate | Download | only in ports

Lines Matching defs:uni

197     uint16_t generateCharToGlyph(SkUnichar uni) override;
979 uint16_t SkScalerContext_FreeType::generateCharToGlyph(SkUnichar uni) {
980 return SkToU16(FT_Get_Char_Index( fFace, uni ));
1459 SkUnichar uni = **uniChars;
1461 return uni;