HomeSort by relevance Sort by last modified time
    Searched refs:pangoContext (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 96 PangoContext* pangoContext = 0;
124 pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(fontMap));
127 pango_context_set_font_description(pangoContext, description);
128 pangoFont = pango_font_map_load_font(fontMap, pangoContext, description);
150 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc)
197 PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(fontMap));
207 glyphs[i].index = pango_font_get_glyph(pangoFont, pangoContext, glyphBuffer.glyphAt(from + i));
fontprops.cpp 64 PangoContext* context = gdk_pango_context_get_for_screen( gdk_screen_get_default() );
121 PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(WebCore::pangoFontMap()));
122 PangoGlyph pangoGlyph = WebCore::pango_font_get_glyph(pangoFont, pangoContext, (gunichar)g_utf8_get_char(str.ToUTF8()));
132 g_object_unref(pangoContext);
135 PangoContext* context = gdk_pango_context_get_for_screen( gdk_screen_get_default() );
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 188 PangoContext* pangoContext = pango_layout_get_context(layout);
190 pango_context_set_base_dir(pangoContext, direction);
339 static PangoContext* pangoContext = pango_font_map_create_context(map);
342 static PangoContext* pangoContext = pango_cairo_font_map_create_context(PANGO_CAIRO_FONT_MAP(map));
344 PangoLayout* layout = pango_layout_new(pangoContext);

Completed in 107 milliseconds