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

  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 107 PangoFcFont* fcfont = PANGO_FC_FONT(m_font); local
108 cairo_font_face_t* face = cairo_ft_font_face_create_for_pattern(fcfont->font_pattern);
110 if (FcPatternGetDouble(fcfont->font_pattern, FC_PIXEL_SIZE, 0, &size) != FcResultMatch)

Completed in 86 milliseconds