HomeSort by relevance Sort by last modified time
    Searched defs:nativeBitmap (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 280 SkBitmap nativeBitmap;
281 GraphicsJNI::getSkBitmap(_env, native_pixmap, &nativeBitmap);
282 SkPixelRef* ref = nativeBitmap.pixelRef();
293 pixmap.width = nativeBitmap.width();
294 pixmap.height = nativeBitmap.height();
295 pixmap.stride = nativeBitmap.rowBytes() / nativeBitmap.bytesPerPixel();
296 pixmap.format = convertPixelFormat(nativeBitmap.colorType());
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 726 Bitmap* nativeBitmap = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL);
727 if (!nativeBitmap) {
736 return GraphicsJNI::createBitmap(env, nativeBitmap,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 410 GpBitmap *nativeBitmap = NULL;
412 gdiBitmapInfo, gdiBitmapData, &nativeBitmap);
413 nativeImage = nativeBitmap;
418 GpBitmap *nativeBitmap = NULL;
420 surface, &nativeBitmap);
421 nativeImage = nativeBitmap;
427 GpBitmap *nativeBitmap = NULL;
430 filename, &nativeBitmap);
433 filename, &nativeBitmap);
435 nativeImage = nativeBitmap;
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 713 SkBitmap nativeBitmap;
714 GraphicsJNI::getSkBitmap(env, jbitmap, &nativeBitmap);
715 return getInternalFormat(nativeBitmap.colorType());
721 SkBitmap nativeBitmap;
722 GraphicsJNI::getSkBitmap(env, jbitmap, &nativeBitmap);
723 return getType(nativeBitmap.colorType());
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 3154 milliseconds