diff options
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/fitz.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h index 80d0e63a..6c508fac 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -1042,17 +1042,17 @@ void fz_executedisplaylist(fz_displaylist *list, fz_device *dev, fz_matrix ctm); /* These are the blending primitives: -span over span (text and path drawing to clip mask) +span over span (text and path drawing to clip mask) span in alpha over span span in span over span -color in span over span (text and path drawing) +color in span over span (text and path drawing) fz_paintspan(dp, sp); fz_paintspanalpha(dp, sp, alpha) fz_paintspanmask(dp, sp, mask); fz_paintspancolor(dp, color, mask); -pixmap over pixmap (shading with function lookup) +pixmap over pixmap (shading with function lookup) pixmap in alpha over pixmap (xobject/shading with ca) pixmap in pixmap over pixmap (xobject with softmask / clip) @@ -1068,9 +1068,9 @@ color in affine over span fz_paintaffinealpha() fz_paintaffinecolor() -image over pixmap (image fill) -image in alpha over pixmap (image fill with ca) -color in image over pixmap (image mask fill) +image over pixmap (image fill) +image in alpha over pixmap (image fill with ca) +color in image over pixmap (image mask fill) fz_paintimage() fz_paintimagealpha() |