Searched refs:rSysFontData (Results 1 – 1 of 1) sorted by relevance
478 const SystemFontData &rSysFontData = aFontDataIter->first; in draw() local497 aGlyph.index = cairo::ucs4toindex((unsigned int) aGlyph.index, rSysFontData.hFont); in draw()521 … font_face = cairo_quartz_font_face_create_for_atsu_font_id((ATSUFontID) rSysFontData.aATSUFontID); in draw()525 GetObjectW( rSysFontData.hFont, sizeof(logfont), &logfont ); 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()533 rSysFontData.nFontFlags); in draw()564 if (rSysFontData.bAntialias) { in draw()605 if (rSysFontData.bFakeItalic) m.xy = -m.xx * 0x6000L / 0x10000L; in draw()618 rSysFontData.bAntialias ? "AA " : "", in draw()[all …]