Searched refs:font_face (Results 1 – 2 of 2) sorted by relevance
516 cairo_font_face_t* font_face = NULL; in draw() local521 … font_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()
307 void set_font_face(cairo_t *cr, cairo_font_face_t *font_face) in set_font_face() argument308 { (*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() argument310 { (*mp_font_face_destroy)(font_face); } in font_face_destroy()544 cairo_font_face_t* font_face = NULL; in DrawCairoAAFontString() local547 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 33 milliseconds