Home
last modified time | relevance | path

Searched refs:font_face (Results 1 – 2 of 2) sorted by relevance

/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx516 cairo_font_face_t* font_face = NULL; in draw() local
521font_face = cairo_quartz_font_face_create_for_atsu_font_id((ATSUFontID) rSysFontData.aATSUFontID); in draw()
529 font_face = cairo_win32_font_face_create_for_hfont(rSysFontData.hFont); in draw()
532 font_face = cairo_ft_font_face_create_for_ft_face((FT_Face)rSysFontData.nFontId, in draw()
558 if (font_face) in draw()
559 cairo_set_font_face( pSCairo.get(), font_face); in draw()
648 if (font_face) in draw()
649 cairo_font_face_destroy(font_face); in draw()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx307 void set_font_face(cairo_t *cr, cairo_font_face_t *font_face) in set_font_face() argument
308 { (*mp_set_font_face)(cr, font_face); } in set_font_face()
309 void font_face_destroy(cairo_font_face_t *font_face) in font_face_destroy() argument
310 { (*mp_font_face_destroy)(font_face); } in font_face_destroy()
544 cairo_font_face_t* font_face = NULL; in DrawCairoAAFontString() local
547 font_face = (cairo_font_face_t*)m_aCairoFontsCache.FindCachedFont(pId); in DrawCairoAAFontString()
548 if (!font_face) in DrawCairoAAFontString()
550 font_face = rCairo.ft_font_face_create_for_ft_face(pId, rFont.GetLoadFlags()); in DrawCairoAAFontString()
551 m_aCairoFontsCache.CacheFont(font_face, pId); in DrawCairoAAFontString()
554 rCairo.set_font_face(cr, font_face); in DrawCairoAAFontString()

Completed in 36 milliseconds