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

Method unlock

android/jni/cr3java.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return new LVColorDrawBufEx( width, height, pixels, bpp );
238 }
239 virtual void unlock(JNIEnv* env, jobject jbitmap, LVDrawBuf * buf ) {
240 LVColorDrawBufEx * bmp = (LVColorDrawBufEx*)buf;
241 bmp->convert();
242 AndroidBitmap_unlockPixels(env, jbitmap);
243 delete buf;
244 }
245
246 void * getProc( const char * procName )
247 {

Calls 1

convertMethod · 0.80

Tested by

no test coverage detected