summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/shade.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-01-04 20:06:57 +0100
committerSebastian Rasmussen <sebras@gmail.com>2017-01-17 20:24:24 +0100
commitb1085c6816c093409c745a41567c8c3009917e27 (patch)
tree53404678b5ea5a816528f0e5ebd589a241cab447 /include/mupdf/fitz/shade.h
parentf45ed2539978f86e9a7fe0185f8bbeec398fb087 (diff)
downloadmupdf-b1085c6816c093409c745a41567c8c3009917e27.tar.xz
Fix typos.
Diffstat (limited to 'include/mupdf/fitz/shade.h')
-rw-r--r--include/mupdf/fitz/shade.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mupdf/fitz/shade.h b/include/mupdf/fitz/shade.h
index 8f25c99a..7a90691d 100644
--- a/include/mupdf/fitz/shade.h
+++ b/include/mupdf/fitz/shade.h
@@ -75,7 +75,7 @@ typedef struct fz_shade_s
} fz_shade;
/*
- fz_keep_shade: Add a reference to an fz_shade.
+ fz_keep_shade: Add a reference to a fz_shade.
shade: The reference to keep.
@@ -84,7 +84,7 @@ typedef struct fz_shade_s
fz_shade *fz_keep_shade(fz_context *ctx, fz_shade *shade);
/*
- fz_drop_shade: Drop a reference to an fz_shade.
+ fz_drop_shade: Drop a reference to a fz_shade.
shade: The reference to drop. If this is the last
reference, shade will be destroyed.
@@ -145,7 +145,7 @@ struct fz_vertex_s
v: Pointer to a fz_vertex structure to populate.
- c: Pointer to an array of floats to use to populate v.
+ c: Pointer to an array of floats used to populate v.
*/
typedef void (fz_shade_prepare_fn)(fz_context *ctx, void *arg, fz_vertex *v, const float *c);
@@ -173,7 +173,7 @@ typedef void (fz_shade_process_fn)(fz_context *ctx, void *arg, fz_vertex *av, fz
prepare: Callback function to 'prepare' each vertex.
This function is passed an array of floats, and populates
- an fz_vertex structure.
+ a fz_vertex structure.
process: This function is passed 3 pointers to vertex
structures, and actually performs the processing (typically