| 194 | public: |
| 195 | lUInt8 * getData() { return _data; } |
| 196 | void convert() { |
| 197 | if ( GetBitsPerPixel()==32 ) |
| 198 | ConvertCRColorsToAndroid( _data, GetWidth(), GetHeight() ); |
| 199 | } |
| 200 | |
| 201 | LVColorDrawBufEx(int dx, int dy, lUInt8 * pixels, int bpp) |
| 202 | : LVColorDrawBuf( dx, dy, pixels, bpp ) { |
no test coverage detected