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

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 305 /*package*/ static void nativeDestructor(long nativeBitmap) {
306 sManager.removeJavaReferenceFor(nativeBitmap);
310 /*package*/ static boolean nativeRecycle(long nativeBitmap) {
311 sManager.removeJavaReferenceFor(nativeBitmap);
316 /*package*/ static void nativeReconfigure(long nativeBitmap, int width, int height,
323 /*package*/ static boolean nativeCompress(long nativeBitmap, int format, int quality,
331 /*package*/ static void nativeErase(long nativeBitmap, int color) {
333 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
351 /*package*/ static int nativeRowBytes(long nativeBitmap) {
353 Bitmap_Delegate delegate = sManager.getDelegate(nativeBitmap);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 109 Bitmap(long nativeBitmap, byte[] buffer, int width, int height, int density,
112 if (nativeBitmap == 0) {
123 mNativeBitmap = nativeBitmap;
132 mFinalizer = new BitmapFinalizer(nativeBitmap, nativeAllocationByteCount);
    [all...]
Canvas.java     [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...]
  /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/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);
  /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/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...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 929 inline Bitmap::Bitmap(GpBitmap *nativeBitmap)
933 SetNativeImage(nativeBitmap);
GdiPlusHeaders.h 680 Bitmap(GpBitmap *nativeBitmap);

Completed in 561 milliseconds