summaryrefslogtreecommitdiff
path: root/src/cairo-path-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement cairo_backend_tChris Wilson2011-07-151-2/+2
| | | | | | | | | | Allow a backend to completely reimplement the Cairo API as it wants. The goal is to pass operations to the native backends such as Quartz, Direct2D, Qt, Skia, OpenVG with no overhead. And to permit complete logging contexts, and whatever else the imagination holds. Perhaps to experiment with double-paths? Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
* Update FSF addressAndrea Canciani2010-04-271-1/+1
| | | | | | | | | | | I updated the Free Software Foundation address using the following script. for i in $(git grep Temple | cut -d: -f1 ) do sed -e 's/59 Temple Place[, -]* Suite 330, Boston, MA *02111-1307[, ]* USA/51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA/' -i "$i" done Fixes http://bugs.freedesktop.org/show_bug.cgi?id=21356
* [cairo-path] Make _cairo_path_nil static.Chris Wilson2007-10-301-2/+0
| | | | | _cairo_path_nil is only used within cairo-path.c, so there is no reason to expose it to the rest of the libary.
* Rename remaining cairo_path_data to cairo_path in function names, etc.Carl Worth2006-12-191-9/+10
|
* Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth2006-12-191-0/+58