Lines Matching refs:ucs4
1290 FcChar32 ucs4)
1293 return FcCharSetHasChar (pub->charset, ucs4);
1302 FcChar32 ucs4)
1311 ent = ucs4 % (FcChar32)font->hash_value;
1313 while (font->hash_table[ent].ucs4 != ucs4)
1315 if (font->hash_table[ent].ucs4 == (FcChar32) ~0)
1317 if (!XftCharExists (dpy, pub, ucs4))
1322 font->hash_table[ent].ucs4 = ucs4;
1323 font->hash_table[ent].glyph = FcFreeTypeCharIndex (face, ucs4);
1329 offset = ucs4 % (FcChar32)font->rehash_value;