Searched refs:FT_Face (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_adaptors.cxx | 181 FT_Face aFace = reinterpret_cast<FT_FaceRec_*>(aFtFont.GetFtFace()); in IsGraphiteEnabledFont() 290 FT_Face aFace = reinterpret_cast<FT_Face>(mrFont.GetFtFace()); in getGlyphMetrics()
|
H A D | gcach_ftyp.cxx | 127 static FT_Error (*pFTNewSize)(FT_Face,FT_Size*); 466 … pFTNewSize = (FT_Error(*)(FT_Face,FT_Size*))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_New_Size" ); in FreetypeManager()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontconfig.cxx | 66 typedef void* FT_Face; typedef 134 FT_UInt (*m_pFcFreeTypeCharIndex)(FT_Face,FcChar32); 253 FT_UInt FcFreeTypeCharIndex( FT_Face face, FcChar32 ucs4 ) in FcFreeTypeCharIndex() 363 m_pFcFreeTypeCharIndex = (FT_UInt(*)(FT_Face,FcChar32)) in FontCfgWrapper() 886 return rWrapper.isValid() ? rWrapper.FcFreeTypeCharIndex( (FT_Face)pFace, aChar ) : 0; in FreeTypeCharIndex()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 84 typedef void* FT_Face; typedef 277 cairo_font_face_t * (*mp_ft_font_face_create_for_ft_face)(FT_Face, int); 305 cairo_font_face_t* ft_font_face_create_for_ft_face(FT_Face face, int load_flags) in ft_font_face_create_for_ft_face() 373 mp_ft_font_face_create_for_ft_face = (cairo_font_face_t * (*)(FT_Face, int)) in CairoWrapper()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_textlayout.cxx | 517 font_face = cairo_ft_font_face_create_for_ft_face((FT_Face)rSysFontData.nFontId, in draw()
|
Completed in 50 milliseconds