Home
last modified time | relevance | path

Searched refs:FT_Face (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx66 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()
887 return rWrapper.isValid() ? rWrapper.FcFreeTypeCharIndex( (FT_Face)pFace, aChar ) : 0; in FreeTypeCharIndex()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx84 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx127 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()
H A Dgraphite_adaptors.cxx181 FT_Face aFace = reinterpret_cast<FT_FaceRec_*>(aFtFont.GetFtFace()); in IsGraphiteEnabledFont()
290 FT_Face aFace = reinterpret_cast<FT_Face>(mrFont.GetFtFace()); in getGlyphMetrics()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx532 font_face = cairo_ft_font_face_create_for_ft_face((FT_Face)rSysFontData.nFontId, in draw()

Completed in 75 milliseconds