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

Method getData

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

Source from the content-addressed store, hash-verified

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

Callers 3

onCreateMethod · 0.45
onNewIntentMethod · 0.45
unlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected