Searched refs:mNativeBitmap (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 44 public final int mNativeBitmap; field in Bitmap 120 mNativeBitmap = nativeBitmap; in Bitmap() 220 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length); in reconfigure() 307 if (nativeRecycle(mNativeBitmap)) { in recycle() 337 return nativeGenerationId(mNativeBitmap); in getGenerationId() 494 nativeCopyPixelsToBuffer(mNativeBitmap, dst); in copyPixelsToBuffer() 534 nativeCopyPixelsFromBuffer(mNativeBitmap, src); in copyPixelsFromBuffer() 556 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable); in copy() 816 nativeErase(bm.mNativeBitmap, 0xff000000); in createBitmap() 994 return nativeCompress(mNativeBitmap, format.nativeInt, quality, in compress() [all …]
|
/frameworks/base/services/java/com/android/server/ |
D | AssetAtlasService.java | 199 private int mNativeBitmap; field in AssetAtlasService.Renderer 292 atlasMap[mapIndex++] = bitmap.mNativeBitmap; in renderAtlas() 300 if (mNativeBitmap != 0) { in renderAtlas() 301 result = nUploadAtlas(buffer, mNativeBitmap); in renderAtlas() 332 mNativeBitmap = nAcquireAtlasCanvas(canvas, width, height); in acquireCanvas() 363 nReleaseAtlasCanvas(canvas, mNativeBitmap); in releaseCanvas()
|
/frameworks/base/core/java/android/view/ |
D | GLES20Layer.java | 57 return GLES20Canvas.nCopyLayer(mLayer, bitmap.mNativeBitmap); in copyInto()
|
D | GLES20Canvas.java | 784 nDrawPatch(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, patch.mNativeChunk, in drawPatch() 799 nDrawPatch(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, patch.mNativeChunk, in drawPatch() 816 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, left, top, nativePaint); in drawBitmap() 832 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, in drawBitmap() 862 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, left, top, right, bottom, in drawBitmap() 889 nDrawBitmap(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, left, top, right, bottom, in drawBitmap() 966 nDrawBitmapMesh(mRenderer, bitmap.mNativeBitmap, bitmap.mBuffer, meshWidth, meshHeight, in drawBitmapMesh()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 80 return sManager.getDelegate(bitmap.mNativeBitmap); in getDelegate() 196 Bitmap_Delegate delegate = sManager.getDelegate(bitmap.mNativeBitmap); in getImage()
|