summaryrefslogtreecommitdiffstats
path: root/include/freetype/ftbitmap.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:04:19 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-11-01 16:04:19 +0000
commit5b18c5874f85aa819ddef822b95a66ca070421dc (patch)
treec75d7dc57e133b09dc56c1e6e58f74b2f86238ba /include/freetype/ftbitmap.h
parent8afe960626dbf326354b836fd4d63e05b6974195 (diff)
parent899c67b6cfcd2010784fbf08c5415af16c526e0c (diff)
downloadandroid_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.tar.gz
android_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.tar.bz2
android_external_freetype-5b18c5874f85aa819ddef822b95a66ca070421dc.zip
Android 4.4 Release 1.0
Diffstat (limited to 'include/freetype/ftbitmap.h')
-rw-r--r--include/freetype/ftbitmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/ftbitmap.h b/include/freetype/ftbitmap.h
index 9274236..7dbf5ba 100644
--- a/include/freetype/ftbitmap.h
+++ b/include/freetype/ftbitmap.h
@@ -4,7 +4,7 @@
/* */
/* FreeType utility functions for bitmaps (specification). */
/* */
-/* Copyright 2004, 2005, 2006, 2008 by */
+/* Copyright 2004-2006, 2008, 2013 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -135,9 +135,9 @@ FT_BEGIN_HEADER
/* FT_Bitmap_Convert */
/* */
/* <Description> */
- /* Convert a bitmap object with depth 1bpp, 2bpp, 4bpp, or 8bpp to a */
- /* bitmap object with depth 8bpp, making the number of used bytes per */
- /* line (a.k.a. the `pitch') a multiple of `alignment'. */
+ /* Convert a bitmap object with depth 1bpp, 2bpp, 4bpp, 8bpp or 32bpp */
+ /* to a bitmap object with depth 8bpp, making the number of used */
+ /* bytes line (a.k.a. the `pitch') a multiple of `alignment'. */
/* */
/* <Input> */
/* library :: A handle to a library object. */