Searched refs:cglyph (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp150 cairo_glyph_t cglyph = { glyph, 0, 0 }; local
152 cairo_scaled_font_glyph_extents(m_platformData.scaledFont(), &cglyph, 1, &extents);
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DSimpleFontDataPango.cpp152 cairo_glyph_t cglyph = { glyph, 0, 0 }; local
154 cairo_scaled_font_glyph_extents(m_platformData.m_scaledFont, &cglyph, 1, &extents);
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dfontprops.cpp123 cairo_glyph_t cglyph = { pangoGlyph, 0, 0 }; local
126 cairo_scaled_font_glyph_extents(scaled_font, &cglyph, 1, &extents);

Completed in 501 milliseconds