Added 2bpp drawing and PGM loader.
commitec9817f30d35590b6f765315965d7a61f15a236c
authormetan <metan@ucw.cz>
Wed, 23 Feb 2011 18:38:00 +0000 (23 19:38 +0100)
committermetan <metan@ucw.cz>
Wed, 23 Feb 2011 18:38:00 +0000 (23 19:38 +0100)
tree8c4269419f9591b762bf95f508168aa9e381bfe8
parent6f88921e6f7db7876313850c44ed973250cca61a
Added 2bpp drawing and PGM loader.
20 files changed:
algo/HLine.algo.h
core/GP_Circle.c
core/GP_Context.c
core/GP_Ellipse.c
core/GP_FillCircle.c
core/GP_FillEllipse.c
core/GP_FillTriangle.c
core/GP_FnPerBpp.h
core/GP_HLine.c
core/GP_HLine.h
core/GP_Line.c
core/GP_PutPixel.c
core/GP_PutPixel.h
core/GP_Text.c
core/GP_WritePixel.c
loaders/GP_PGM.c
loaders/GP_PXMCommon.c
loaders/GP_PXMCommon.h
loaders/tests/PGM_invert.c [copied from loaders/GP_PXMCommon.h with 76% similarity]
loaders/tests/PGM_test.c [copied from core/GP_FillCircle.c with 61% similarity]