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

  /external/webkit/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp 68 PangoFont* createPangoFontForFont(const wxFont* wxfont)
95 PangoFont* pangoFont = 0;
125 for (unsigned i = 0; !pangoFont && i < G_N_ELEMENTS(families); i++) {
128 pangoFont = pango_font_map_load_font(fontMap, pangoContext, description);
132 return pangoFont;
140 PangoFont* pangoFont = createPangoFontForFont(wxfont);
143 if (pangoFont)
144 scaledFont = cairo_scaled_font_reference(pango_cairo_font_get_scaled_font(PANGO_CAIRO_FONT(pangoFont)));
    [all...]
fontprops.cpp 120 PangoFont* pangoFont = WebCore::createPangoFontForFont(&font);
122 PangoGlyph pangoGlyph = WebCore::pango_font_get_glyph(pangoFont, pangoContext, (gunichar)g_utf8_get_char(str.ToUTF8()));
133 g_object_unref(pangoFont);
  /external/webkit/WebCore/platform/wx/wxcode/
non-kerned-drawing.h 45 PangoFont* createPangoFontForFont(const wxFont* wxfont);
47 PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc);
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 124 PangoFont* m_font;
136 static PangoFont *hashTableDeletedFontValue() { return reinterpret_cast<PangoFont*>(-1); }
GlyphPageTreeNodePango.cpp 40 static PangoGlyph pango_font_get_glyph(PangoFont* font, PangoContext* context, gunichar wc)
52 PangoFont* tmpFont = item->analysis.font;
81 if (!fontData->platformData().m_font || fontData->platformData().m_font == reinterpret_cast<PangoFont*>(-1))
FontPlatformDataPango.cpp 193 if (m_font && m_font != reinterpret_cast<PangoFont*>(-1)) {
260 if (m_font == 0 || m_font == reinterpret_cast<PangoFont*>(-1)
261 || other.m_font == 0 || other.m_font == reinterpret_cast<PangoFont*>(-1))

Completed in 265 milliseconds