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

  /external/neven/
FaceDetector_jni.cpp 213 SkBitmap const * nativeBitmap =
223 SkAutoLockPixels alp(*nativeBitmap);
225 uint16_t const* src = (uint16_t const*)nativeBitmap->getPixels();
226 int wpr = nativeBitmap->rowBytes() / 2;
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 42 jfieldID nativeBitmap;
286 (SkBitmap *) env->GetLongField(jBitmap, fields.nativeBitmap);
424 fields.nativeBitmap = env->GetFieldID(fields.bitmapClazz, "mNativeBitmap", "J");
425 if (fields.nativeBitmap == NULL) {
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 283 SkBitmap const * nativeBitmap =
286 SkPixelRef* ref = nativeBitmap ? nativeBitmap->pixelRef() : 0;
297 pixmap.width = nativeBitmap->width();
298 pixmap.height = nativeBitmap->height();
299 pixmap.stride = nativeBitmap->rowBytes() / nativeBitmap->bytesPerPixel();
300 pixmap.format = convertPixelFormat(nativeBitmap->colorType());
  /frameworks/base/core/jni/android/opengl/
util.cpp 632 SkBitmap const * nativeBitmap =
634 return getInternalFormat(nativeBitmap->colorType());
640 SkBitmap const * nativeBitmap =
642 return getType(nativeBitmap->colorType());
649 SkBitmap const * nativeBitmap =
651 const SkBitmap& bitmap(*nativeBitmap);
698 SkBitmap const * nativeBitmap =
700 const SkBitmap& bitmap(*nativeBitmap);
  /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/rs/jni/
android_renderscript_RenderScript.cpp 597 SkBitmap const * nativeBitmap =
599 const SkBitmap& bitmap(*nativeBitmap);
613 SkBitmap const * nativeBitmap =
615 const SkBitmap& bitmap(*nativeBitmap);
629 SkBitmap const * nativeBitmap =
631 const SkBitmap& bitmap(*nativeBitmap);
645 SkBitmap const * nativeBitmap =
647 const SkBitmap& bitmap(*nativeBitmap);
662 SkBitmap const * nativeBitmap =
664 const SkBitmap& bitmap(*nativeBitmap);
    [all...]

Completed in 449 milliseconds