Searched refs:ft_face (Results 1 – 1 of 1) sorted by relevance
2761 for(i = 0; i < ft_face->num_charmaps; i++) in face_has_symbol_charmap()4316 get_glyph_index_symbol(FT_Face ft_face, UINT glyph) in get_glyph_index_symbol() argument4330 get_glyph_index(FT_Face ft_face, UINT glyph) in get_glyph_index() argument4334 if (face_has_symbol_charmap(ft_face)) in get_glyph_index()4341 return FT_Get_Char_Index(ft_face, glyph); in get_glyph_index()4452 FT_Face ft_face; in ftGdiGetGlyphOutline() local4488 ft_face = FontGDI->SharedFace->Face; in ftGdiGetGlyphOutline()4516 FT_Set_Transform(ft_face, &mat, NULL); in ftGdiGetGlyphOutline()4558 FLOATOBJ_SetLong(&eTemp, ft_face->glyph->metrics.horiBearingX * ft_face->glyph->metrics.width); in ftGdiGetGlyphOutline()4720 switch (ft_face->glyph->format) in ftGdiGetGlyphOutline()[all …]