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

  /external/webkit/WebCore/platform/graphics/cairo/
CairoPath.h 33 static cairo_surface_t* pathSurface = cairo_image_surface_create(CAIRO_FORMAT_A8, 1, 1);
ImageBufferCairo.cpp 54 cairo_surface_t* newsurface = cairo_image_surface_create(format, width, height);
77 m_data.m_surface = cairo_image_surface_create(CAIRO_FORMAT_ARGB32,

Completed in 367 milliseconds