aboutsummaryrefslogtreecommitdiff
path: root/lpg/libqr/qr-bitmap.h
diff options
context:
space:
mode:
authorLeo Howell <leo@lwh.jp>2009-09-28 22:09:47 +0900
committerLeo Howell <leo@lwh.jp>2009-09-28 22:09:47 +0900
commit36f38e01ddd23f332374093fa213ca08429729b1 (patch)
treea0a8fd4b198346501353eb33a6463f934141249d /lpg/libqr/qr-bitmap.h
parent388507a61df32c0bddf7e61c5da013c3f29d32d4 (diff)
downloadpdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.tar.gz
pdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.tar.xz
pdf-simple-sign-36f38e01ddd23f332374093fa213ca08429729b1.zip
QR masks
Diffstat (limited to 'lpg/libqr/qr-bitmap.h')
-rw-r--r--lpg/libqr/qr-bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lpg/libqr/qr-bitmap.h b/lpg/libqr/qr-bitmap.h
index d60049a..936b23d 100644
--- a/lpg/libqr/qr-bitmap.h
+++ b/lpg/libqr/qr-bitmap.h
@@ -11,6 +11,8 @@ struct qr_bitmap {
struct qr_bitmap * qr_bitmap_create(int width, int height, int masked);
void qr_bitmap_destroy(struct qr_bitmap *);
+struct qr_bitmap * qr_bitmap_clone(const struct qr_bitmap *);
+
void qr_bitmap_merge(struct qr_bitmap * dest, const struct qr_bitmap * src);
void qr_bitmap_render(const struct qr_bitmap * bmp,