/* * targavfd plugin for VDR (C++) * * (C) 2010 Andreas Brachold * * This targavfd plugin is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as published * by the Free Software Foundation, version 3 of the License. * * See the files README and COPYING for details. * */ #ifndef __VFD_BITMAP_H___ #define __VFD_BITMAP_H___ class cVFDBitmap { int height; int width; unsigned int bytesPerLine; uchar *bitmap; protected: cVFDBitmap(); inline void sort(int& x,int& y) { if(x