Home | History | Annotate | Download | only in graphics

Lines Matching defs:nativeBitmap

726     Bitmap* nativeBitmap = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL);
727 if (!nativeBitmap) {
736 return GraphicsJNI::createBitmap(env, nativeBitmap,
1008 Bitmap* nativeBitmap;
1029 nativeBitmap = GraphicsJNI::mapAshmemPixelRef(env, bitmap.get(),
1032 if (!nativeBitmap) {
1056 nativeBitmap = GraphicsJNI::allocateJavaPixelRef(env, bitmap.get(), ctable);
1058 if (!nativeBitmap) {
1071 return GraphicsJNI::createBitmap(env, nativeBitmap,