index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
native
/
graphics
/
jni
/
bitmap.cpp
Age
Commit message (
Expand
)
Author
2020-01-22
Merge "Make getDataSpace fail instead of crash on recycled"
Leon Scroggins
2020-01-22
Rename AndroidBitmap_compress callback
Leon Scroggins III
2020-01-21
Make getDataSpace fail instead of crash on recycled
Leon Scroggins III
2020-01-21
Update NDK methods for HARDWARE Bitmaps
Leon Scroggins III
2020-01-16
Implement native compress API
Leon Scroggins III
2020-01-13
Reland "Implement AndroidBitmap_getDataSpace"
Leon Scroggins III
2020-01-10
Revert "Implement AndroidBitmap_getDataSpace"
Kweku Adams
2019-12-18
Implement AndroidBitmap_getDataSpace
Leon Scroggins III
2019-11-21
Consolidate NDK and APEX implementations
Derek Sollenberger
2017-10-09
Convert libjnigraphics to Android.bp
Colin Cross
2017-03-01
Fix NDK access to recycle'd bitmaps
John Reck
2015-05-06
Add warning if an in-use Bitmap is reconfigured
John Reck
2015-04-30
Change how Java Bitmaps are accessed in a few places
John Reck
2015-04-20
Revert "Change how Java Bitmaps are accessed in a few places"
John Reck
2015-04-13
Change how Java Bitmaps are accessed in a few places
John Reck
2015-03-05
Cleanup Bitmap JNI attempt #2
John Reck
2015-03-05
Revert "Cleanup Bitmap JNI"
Chad Jones
2015-03-05
Cleanup Bitmap JNI
John Reck
2014-11-10
Frameworks/base: Wall Werror in native/graphics
Andreas Gampe
2014-07-08
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2012-12-12
Fix typo
Andrew Hsieh
2011-07-12
Add notifyPixelsChanged() call to NDK unlockPixels().
Alexandre Elias
2010-02-04
Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/native
Dima Zavin