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

  /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/graphics/pango/
GlyphPageTreeNodePango.cpp 40 static PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc) function in namespace:WebCore
86 Glyph glyph = pango_font_get_glyph(fontData->platformData().m_font, fontData->platformData().m_context, buffer[i]);
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 150 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc) function in namespace:WebCore
207 glyphs[i].index = pango_font_get_glyph(pangoFont, pangoContext, glyphBuffer.glyphAt(from + i));
fontprops.cpp 122 PangoGlyph pangoGlyph = WebCore::pango_font_get_glyph(pangoFont, pangoContext, (gunichar)g_utf8_get_char(str.ToUTF8()));

Completed in 39 milliseconds