summaryrefslogtreecommitdiff
path: root/src/cairo-pattern-private.h
Commit message (Expand)AuthorAgeFilesLines
* Rename is_userfont_foreground to is_foreground_markerAdrian Johnson2023-01-271-1/+1
* Foreground color fixes for ft, svg, colrv1Adrian Johnson2023-01-271-0/+3
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-0/+6
* Allow user fonts to use the foreground colorAdrian Johnson2021-09-181-0/+1
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-5/+5
* pattern: Mark a private routine as cairo_private.Bryce Harrington2017-12-071-1/+1
* pdf: set ca/CA instead of using an smask when the mask has constant alphaAdrian Johnson2017-10-241-0/+5
* pattern: don't round extents to 0 on vector surfacesAdrian Johnson2016-07-161-1/+2
* image: Corrected extents calculationsBill Spitzak2014-10-101-1/+4
* gstate: Handle device scale on surface as sourceAlexander Larsson2013-09-051-0/+4
* Remove an unimplemented function declarationUli Schlachter2012-09-241-3/+0
* Split cairo-pattern-private into struct+inlinesChris Wilson2012-04-191-20/+0
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+8
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-1/+40
* Introduce a new compositor architectureChris Wilson2011-09-121-41/+17
* check: make check-headers happyChris Wilson2011-08-151-0/+1
* pattern: Do not provide type field in cairo_pattern_union_tAndrea Canciani2011-07-311-1/+0
* Update FSF addressAndrea Canciani2011-07-311-1/+1
* pattern: Add observer hooksChris Wilson2011-07-151-0/+362