Home
last modified time | relevance | path

Searched refs:cairoPath (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.cpp68 OwnPtr<cairo_path_t> cairoPath(cairo_copy_path(from)); in appendPathToCairoContext() local
69 cairo_append_path(to, cairoPath.get()); in appendPathToCairoContext()