diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-09-11 23:50:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-09-12 02:14:04 +0800 |
commit | ebcce86769d174cce6e881740c5e9bcedce28e06 (patch) | |
tree | b2cc2d18ceb0c3bd3e78f5b768c1b6926b69bb4a /libart_lgpl | |
parent | 1e3deb31476cf0026011876327be83e9a47847ee (diff) | |
download | gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.gz gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.tar.zst gsoc2013-evolution-ebcce86769d174cce6e881740c5e9bcedce28e06.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'libart_lgpl')
-rw-r--r-- | libart_lgpl/art_render.h | 2 | ||||
-rw-r--r-- | libart_lgpl/art_svp_render_aa.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libart_lgpl/art_render.h b/libart_lgpl/art_render.h index 2f80368abd..0675722add 100644 --- a/libart_lgpl/art_render.h +++ b/libart_lgpl/art_render.h @@ -114,7 +114,7 @@ struct _ArtRender { art_boolean clear; ArtPixMaxDepth clear_color[ART_MAX_CHAN + 1]; - art_u32 opacity; /* [0..0x10000] */ + art_u32 opacity; /*[0..0x10000] */ ArtCompositingMode compositing_mode; diff --git a/libart_lgpl/art_svp_render_aa.c b/libart_lgpl/art_svp_render_aa.c index 26f06e0ac8..a6efa4ae0c 100644 --- a/libart_lgpl/art_svp_render_aa.c +++ b/libart_lgpl/art_svp_render_aa.c @@ -119,7 +119,7 @@ art_svp_render_delete_active (gint *active_segs, gint j, gint n_active_segs) bulletproof. Speed: Needs more aggressive culling of bounding boxes. Can - probably speed up the [x0,x1) clipping of step values. Can do more + probably speed up the[x0,x1) clipping of step values. Can do more of the step calculation in fixed point. Precision: No known problems, although it should be tested |