index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
jni
/
android
/
graphics
/
Graphics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check that bitmap's size does not exceed 32 bits. DO NOT MERGE
Leon Scroggins III
2015-02-10
1
-1
/
+6
*
Update AndroidPixelRef to prevent VM from cleaning up memory prematurely.
Derek Sollenberger
2014-12-03
1
-101
/
+5
*
Fix crash in getNativeCanvas when canvasHandle is NULL
Bo Liu
2014-11-24
1
-0
/
+3
*
Add missing null check to ninePatchInsets
Mathieu Chartier
2014-08-29
1
-0
/
+1
*
Add android.Paint that inherits SkPaint
Behdad Esfahbod
2014-07-22
1
-2
/
+2
*
Remove invalid SkASSERT that prevents us from running with SK_DEBUG
Derek Sollenberger
2014-07-21
1
-1
/
+0
*
Separate Canvas JNI code from the implementation.
Derek Sollenberger
2014-07-21
1
-1
/
+2
*
Revert "Separate Canvas JNI code from the implementation."
John Reck
2014-07-17
1
-2
/
+1
*
Separate Canvas JNI code from the implementation. DO NOT MERGE
Derek Sollenberger
2014-07-15
1
-1
/
+2
*
Implement outline support for nine patches
Chris Craik
2014-07-14
1
-9
/
+3
*
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-07-08
1
-4
/
+49
*
SkBitmap::Config is deprecated, use SkColorType
Mike Reed
2014-07-07
1
-5
/
+4
*
Refactor android.graphics.Picture JNI bindings.
Derek Sollenberger
2014-06-17
1
-12
/
+0
*
Changes to framework for ToT Skia.
Robert Phillips
2014-06-11
1
-2
/
+3
*
Add a native Canvas wrapper.
Florin Malita
2014-05-30
1
-2
/
+2
*
Temporary fix for buffer overrun issue.
Mathieu Chartier
2014-05-21
1
-8
/
+1
*
Start of Minikin integration
Raph Levien
2014-05-12
1
-0
/
+12
*
Remove SkFloatToScalar.
Leon Scroggins III
2014-04-07
1
-6
/
+6
*
Update framework to use M34 version of Skia.
Leon Scroggins
2014-03-27
1
-10
/
+10
*
Updates to the Skia API needed to merge the WebView m33 version of Skia.
Derek Sollenberger
2014-02-24
1
-6
/
+17
*
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2014-01-28
1
-14
/
+19
*
Revert "AArch64: Make graphics classes 64-bit compatible"
Narayan Kamath
2014-01-27
1
-19
/
+14
*
AArch64: Make graphics classes 64-bit compatible
Ashok Bhat
2014-01-27
1
-14
/
+19
*
am 6706888e: am 775667c0: am 03e8be75: am 8796ab7f: am bb35356d: Merge change...
Narayan Kamath
2014-01-16
1
-2
/
+2
|
\
|
*
AArch64: Use long for pointers in BitmapRegionDecoder
Ashok Bhat
2014-01-15
1
-2
/
+2
*
|
Remove calls to deprecated SkBitmap::setIsOpaque()
Leon Scroggins III
2014-01-15
1
-0
/
+20
|
/
*
Use exceptionCheck after VMRuntime.newNonMovableArray/addressOf.
Mathieu Chartier
2013-12-04
1
-9
/
+13
*
Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD
The Android Open Source Project
2013-11-22
1
-16
/
+70
|
\
|
*
Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/Unref
Chris Craik
2013-09-10
1
-2
/
+10
|
*
Create a pixelref wrapper for reused bitmaps
Chris Craik
2013-09-09
1
-5
/
+38
|
*
Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap
Chris Craik
2013-08-20
1
-12
/
+16
|
*
Support larger bitmaps in BitmapFactory.Options.inBitmap
Chris Craik
2013-05-28
1
-0
/
+13
|
*
Refactoring code to support r8352 of Skia.
Derek Sollenberger
2013-04-03
1
-5
/
+1
*
|
Fix whitespace issues after casts.
Mathieu Chartier
2013-10-18
1
-3
/
+3
*
|
Remove dependency on jniGetNonMovableArrayElements.
Mathieu Chartier
2013-10-18
1
-6
/
+21
|
/
*
Embed layout padding in nine patch images
Amith Yamasani
2012-04-04
1
-5
/
+5
*
Comment out a warning message to avoid log spamming.
Chih-Chung Chang
2012-02-07
1
-6
/
+0
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-1
/
+1
*
Don't allocate a raw object then call its constructor manually...
Elliott Hughes
2011-04-12
1
-26
/
+11
*
More JNI exception-throwing cleanup.
Elliott Hughes
2011-04-08
1
-2
/
+2
*
Use jniThrowException for exception throwing from native code.
Elliott Hughes
2011-04-07
1
-32
/
+21
*
Use JNI helper function to get buffer address
Andy McFadden
2011-02-08
1
-2
/
+4
*
Eliminate tracked allocations and the inNativeAlloc option.
Carl Shapiro
2010-12-17
1
-98
/
+5
*
Allow a JNI local ref to be passed directly into globalRef().
Patrick Dubroy
2010-12-15
1
-3
/
+7
*
Turn fatal assertion in decodeRegion into a warning.
Patrick Dubroy
2010-12-15
1
-3
/
+5
*
Allocate bitmap backing buffers in the Java heap.
Patrick Dubroy
2010-12-14
1
-74
/
+150
*
Fix segfault when tring to throw IOException.
Owen Lin
2010-09-30
1
-1
/
+1
*
Unhide BitmapRegionDecoder.
Wei-Ta Chen
2010-09-23
1
-8
/
+8
*
Remove dead code: NIOBuffer.
Elliott Hughes
2010-09-07
1
-3
/
+0
*
Fix a bug, where one thread is using JNIEnv associated with another thread.
Wei-Ta Chen
2010-08-19
1
-7
/
+20
[next]