Searched refs:mNativeBitmap (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java42 * Note: mNativeBitmap is used by FaceDetector_jni.cpp
47 public final long mNativeBitmap; field in class:Bitmap
123 mNativeBitmap = nativeBitmap;
230 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length,
307 if (!mRecycled && mFinalizer.mNativeBitmap != 0) {
308 if (nativeRecycle(mNativeBitmap)) {
338 return nativeGenerationId(mNativeBitmap);
495 nativeCopyPixelsToBuffer(mNativeBitmap, dst);
535 nativeCopyPixelsFromBuffer(mNativeBitmap, src);
557 Bitmap b = nativeCopy(mNativeBitmap, confi
1574 private long mNativeBitmap; field in class:Bitmap.BitmapFinalizer
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java203 private long mNativeBitmap; field in class:AssetAtlasService.Renderer
295 atlasMap[mapIndex++] = bitmap.mNativeBitmap;
303 if (mNativeBitmap != 0) {
304 result = nUploadAtlas(buffer, mNativeBitmap);
335 mNativeBitmap = nAcquireAtlasCanvas(canvas, width, height);
366 nReleaseAtlasCanvas(canvas, mNativeBitmap);
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java561 nDrawPatch(mRenderer, bitmap.mNativeBitmap, patch.mNativeChunk,
570 nDrawPatch(mRenderer, bitmap.mNativeBitmap, patch.mNativeChunk,
581 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, left, top, nativePaint);
591 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, matrix.native_instance, nativePaint);
614 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, left, top, right, bottom,
635 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, left, top, right, bottom,
700 nDrawBitmapMesh(mRenderer, bitmap.mNativeBitmap, meshWidth, meshHeight,
H A DThreadedRenderer.java372 layer.getDeferredLayerUpdater(), bitmap.mNativeBitmap);
473 preloadedPointers.add(tmpList.get(j).mNativeBitmap);
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java383 nativeRenderPage(mNativeDocument, mNativePage, destination.mNativeBitmap, contentLeft,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java82 return sManager.getDelegate(bitmap.mNativeBitmap);
195 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap);

Completed in 145 milliseconds