Home
last modified time | relevance | path

Searched refs:pangoContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dnon-kerned-drawing.cpp96 PangoContext* pangoContext = 0; in createPangoFontForFont() local
124 pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(fontMap)); in createPangoFontForFont()
127 pango_context_set_font_description(pangoContext, description); in createPangoFontForFont()
128 pangoFont = pango_font_map_load_font(fontMap, pangoContext, description); in createPangoFontForFont()
197 PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(fontMap)); in drawTextWithSpacing() local
207 … glyphs[i].index = pango_font_get_glyph(pangoFont, pangoContext, glyphBuffer.glyphAt(from + i)); in drawTextWithSpacing()
Dfontprops.cpp121 …PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(WebCore::pan… in GetTextExtent() local
122 …PangoGlyph pangoGlyph = WebCore::pango_font_get_glyph(pangoFont, pangoContext, (gunichar)g_utf8_ge… in GetTextExtent()
132 g_object_unref(pangoContext); in GetTextExtent()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp188 PangoContext* pangoContext = pango_layout_get_context(layout); in setPangoAttributes() local
190 pango_context_set_base_dir(pangoContext, direction); in setPangoAttributes()
339 static PangoContext* pangoContext = pango_font_map_create_context(map); in getDefaultPangoLayout() local
342 …static PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(map)); in getDefaultPangoLayout() local
344 PangoLayout* layout = pango_layout_new(pangoContext); in getDefaultPangoLayout()