| 193 | class LVColorDrawBufEx : public LVColorDrawBuf { |
| 194 | public: |
| 195 | lUInt8 * getData() { return _data; } |
| 196 | void convert() { |
| 197 | if ( GetBitsPerPixel()==32 ) |
| 198 | ConvertCRColorsToAndroid( _data, GetWidth(), GetHeight() ); |
no outgoing calls
no test coverage detected