MCPcopy Create free account
hub / github.com/buggins/coolreader / convert

Method convert

android/jni/cr3java.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194public:
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 ) {

Callers 2

unlockMethod · 0.80
unlockMethod · 0.80

Calls 1

ConvertCRColorsToAndroidFunction · 0.85

Tested by

no test coverage detected