HomeSort by relevance Sort by last modified time
    Searched full:pangoglyph (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 40 static PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc)
42 PangoGlyph result = 0;
  /external/webkit/Source/WebCore/platform/wx/wxcode/
non-kerned-drawing.h 47 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 122 PangoGlyph pangoGlyph = WebCore::pango_font_get_glyph(pangoFont, pangoContext, (gunichar)g_utf8_get_char(str.ToUTF8()));
123 cairo_glyph_t cglyph = { pangoGlyph, 0, 0 };
non-kerned-drawing.cpp 150 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc)
152 PangoGlyph result = 0;

Completed in 705 milliseconds