Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
4bd76266a4ef35914982be3f8330739f67496289
/
graphics
99418fb
Merge "Throw exception if getPixel(s) is called on a hardware bitmap"
by Sergei Vasilinetc
· 8 years ago
30297303
Merge "Add docs about Config.HARDWARE in Bitmap.writeToParcel method"
by Sergei Vasilinetc
· 8 years ago
b927731
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241 am: 4da3266828
by Mark Lu
· 8 years ago
84f12cd
docs: update Paint.setTextSize() to indicate pixel units am: 5f05256106 am: 9c834b1241
by Mark Lu
· 8 years ago
57eafc6
Throw exception if getPixel(s) is called on a hardware bitmap
by sergeyv
· 8 years ago
f161dce
Add docs about Config.HARDWARE in Bitmap.writeToParcel method
by sergeyv
· 8 years ago
8b6fe1d
Merge "Support Bitmap.copy for hardware bitmaps"
by Sergei Vasilinetc
· 8 years ago
cab02c5
docs: update description for BitmapFactory.Options#inBitmap am: a8f4286272 am: 58d24b22ed am: 2b77de3a44
by Mark Lu
· 8 years ago
5f05256
docs: update Paint.setTextSize() to indicate pixel units
by Mark Lu
· 8 years ago
2b77de3
docs: update description for BitmapFactory.Options#inBitmap am: a8f4286272
by Mark Lu
· 8 years ago
05126d1
Support Bitmap.copy for hardware bitmaps
by sergeyv
· 8 years ago
a8f4286
docs: update description for BitmapFactory.Options#inBitmap
by Mark Lu
· 8 years ago
f7e79d6
Remove RGBX_FP16 format
by Romain Guy
· 8 years ago
9505a65
Add new RGBA_F16 bitmap config
by Romain Guy
· 8 years ago
15589c36
Merge "Outline & Path perf improvements"
by Chris Craik
· 8 years ago
82f8f3e
Merge "Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps"
by Sergei Vasilinetc
· 8 years ago
2414e1b
Outline & Path perf improvements
by Chris Craik
· 8 years ago
9fbb0b5
Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps
by sergeyv
· 8 years ago
dcc3630
Remove Rasterizer and its subclasses from the public API.
by Derek Sollenberger
· 8 years ago
0221d16
Merge "Allow only U+0020..U+007E characters for axis tag."
by TreeHugger Robot
· 8 years ago
0ec4f41
Allow only U+0020..U+007E characters for axis tag.
by Seigo Nonaka
· 8 years ago
14efe88
Update the documentation related to VD / AVD
by Teng-Hui Zhu
· 8 years ago
f81df2d
Merge "Secure MATCH_UNINSTALLED_PACKAGES across users"
by Amith Yamasani
· 8 years ago
b059a08
Merge "Add API to visualize/debug/compare color spaces and colors"
by TreeHugger Robot
· 8 years ago
0d1fd8d
Secure MATCH_UNINSTALLED_PACKAGES across users
by Amith Yamasani
· 8 years ago
15296a2
Add API to visualize/debug/compare color spaces and colors
by Romain Guy
· 8 years ago
e4b016e
Merge "Introduce font variation settings parser"
by Yirui Huang
· 8 years ago
df68c91
Merge "Make LD stateful / opacity management look more like DC"
by TreeHugger Robot
· 8 years ago
3002ab6
Introduce font variation settings parser
by yirui
· 8 years ago
b650418
Merge "Add images to document built-in color spaces"
by TreeHugger Robot
· 8 years ago
199e5a9
Add images to document built-in color spaces
by Romain Guy
· 8 years ago
eb72775
Make LD stateful / opacity management look more like DC
by Alan Viverette
· 8 years ago
ab3225d
Merge "Introduce android.graphics.ColorSpace"
by TreeHugger Robot
· 8 years ago
68bd5fd
Introduce android.graphics.ColorSpace
by Romain Guy
· 8 years ago
da6c8ffc
Introduce Bitmap.Config.Hardware with @hide annotation
by sergeyv
· 8 years ago
583727a
Merge "Update the documentation related to VD / AVD"
by TreeHugger Robot
· 8 years ago
1a62591
Merge "Add wordSpacing parameter to Paint"
by Seigo Nonaka
· 8 years ago
18ad5f4
Update the documentation related to VD / AVD
by Teng-Hui Zhu
· 8 years ago
219e2c79
Add wordSpacing parameter to Paint
by Seigo Nonaka
· 8 years ago
3bdecbf
return 0 for allocation size if recycled
by John Reck
· 8 years ago
9192d5e
Remove unused method
by John Reck
· 8 years ago
1ece145
Re-order draw methods to make update-api happy
by John Reck
· 8 years ago
caa08ff
The bigger update to Canvas
by John Reck
· 8 years ago
1158b6d
layoutlib relies on refSkPixelRef(), put it back
by Romain Guy
· 8 years ago
253f2c2
Linear blending, step 1
by Romain Guy
· 8 years ago
5cb74bc
Canvas fastjni -> @FastNative
by John Reck
· 8 years ago
39a561f5
Scale bitmap shaders for target density am: 0d2a46b733 am: 444f2043d1
by Alan Viverette
· 8 years ago
444f204
Scale bitmap shaders for target density am: 0d2a46b733
by Alan Viverette
· 8 years ago
0f6cec3
Merge "Scale bitmap shaders for target density" into nyc-mr1-dev
by TreeHugger Robot
· 8 years ago
0d2a46b
Scale bitmap shaders for target density
by Alan Viverette
· 8 years ago
299659d
Convert VD/AVD to FastNative
by John Reck
· 8 years ago
0b68491
Restrict AVD and VD parsing to the current element instead of the whole document am: 1f859716a8 am: 897f5ca748
by Doris Liu
· 8 years ago
a08b1a3
Update JavaDoc about animatable on VectorDrawable am: bb12929470 am: 8bf7fd89e7
by Teng-Hui Zhu
· 8 years ago
897f5ca
Restrict AVD and VD parsing to the current element instead of the whole document
by Doris Liu
· 8 years ago
8bf7fd8
Update JavaDoc about animatable on VectorDrawable am: bb12929470
by Teng-Hui Zhu
· 8 years ago
8d4c87b
Merge "Restrict AVD and VD parsing to the current element instead of the whole document" into nyc-mr1-dev
by Doris Liu
· 8 years ago
99224b3
Merge "Update JavaDoc about animatable on VectorDrawable" into nyc-mr1-dev
by Tenghui Zhu
· 8 years ago
1f85971
Restrict AVD and VD parsing to the current element instead of the whole document
by Doris Liu
· 8 years ago
f03f8e5
Merge "Paint conversion to @FastNative/@CriticalNative"
by TreeHugger Robot
· 8 years ago
170219c
Merge "Matrix JNI update"
by John Reck
· 8 years ago
f228597
Paint conversion to @FastNative/@CriticalNative
by John Reck
· 8 years ago
c5d6e74
Docs: Added info about vector drawable am: 47876e79de am: f1f89fa935
by Hemal Patel
· 8 years ago
7ef8dbe
Merge "Make bitmap backed by native memory instead of java byte array Test: refactoring CL. Existing unit tests still pass. bug:27762775"
by TreeHugger Robot
· 8 years ago
4508218
Make bitmap backed by native memory instead of java byte array
by sergeyv
· 8 years ago
d0cff7a
Docs: Added info about vector drawable am: 47876e79de am: f1f89fa935
by Hemal Patel
· 8 years ago
da400e9d
Docs: Added info about vector drawable am: 47876e79de am: bfa9663e97
by Hemal Patel
· 8 years ago
f1f89fa
Docs: Added info about vector drawable am: 47876e79de
by Hemal Patel
· 8 years ago
bfa9663
Docs: Added info about vector drawable am: 47876e79de
by Hemal Patel
· 8 years ago
47876e7
Docs: Added info about vector drawable
by Hemal Patel
· 8 years ago
94931bd
Matrix JNI update
by John Reck
· 8 years ago
bb12929
Update JavaDoc about animatable on VectorDrawable
by Teng-Hui Zhu
· 8 years ago
6c12392
Expose SurfaceTexture(boolean) constructor
by John Reck
· 8 years ago
edc6849
Improve Javadoc for AnimatedVectorDrawable am: 7d76fc4433 am: f6088e45e0
by Doris Liu
· 8 years ago
7d76fc4
Improve Javadoc for AnimatedVectorDrawable
by Doris Liu
· 8 years ago
6d256ad
Merge "Fast-path Drawable#setColorFilter"
by TreeHugger Robot
· 8 years ago
6d8eb89
Fast-path Drawable#setColorFilter
by John Reck
· 8 years ago
5d31a29
Cleanup Xfermode
by John Reck
· 8 years ago
491bc2b
Cherrypick so we can publish N version code description ASAP
by Dianne Hackborn
· 8 years ago
b5c3080
Merge "Add API to copy a window"
by John Reck
· 8 years ago
9580146
Add API to copy a window
by John Reck
· 8 years ago
f5af4a3
Always redraw text that protrude from line bounds.
by Keisuke Kuroyanagi
· 8 years ago
1209bc1
Fail createVirtualDisplay with single-buffered Surface am: aff2f94939 am: d387b20dcb
by Pablo Ceballos
· 8 years ago
d387b20
Fail createVirtualDisplay with single-buffered Surface am: aff2f94939
by Pablo Ceballos
· 8 years ago
23784fd
Merge "Fail createVirtualDisplay with single-buffered Surface" into nyc-mr1-dev
by Pablo Ceballos
· 8 years ago
ce3338e
Merge "Fix typo in PathMeasure javadocs"
by Kirill Grouchnikov
· 8 years ago
6a03c39
Fix typo in PathMeasure javadocs
by Kirill Grouchnikov
· 8 years ago
2851c29
Ensure the layer drawable callback is set when loading from theme am: 11a84b8429 am: 3deb906397
by Alan Viverette
· 8 years ago
cdfd0c8
Improve docs for GradientDrawable's useLevel and centerX/Y properties am: daec5506c4 am: cc914b6b0b
by Alan Viverette
· 8 years ago
c5d2192
Merge "Various doc cleanups"
by TreeHugger Robot
· 8 years ago
8b9ed44
Various doc cleanups
by Chet Haase
· 8 years ago
2b769c4
Add an new internal DrawableContainer to handle animation scale == 0 case. am: 0c03664fa6 am: 0bc9fa9896
by Teng-Hui Zhu
· 8 years ago
aff2f94
Fail createVirtualDisplay with single-buffered Surface
by Pablo Ceballos
· 8 years ago
3deb906
Ensure the layer drawable callback is set when loading from theme am: 11a84b8429
by Alan Viverette
· 8 years ago
cc914b6
Improve docs for GradientDrawable's useLevel and centerX/Y properties
by Alan Viverette
· 8 years ago
709f0f3
Merge "Ensure the layer drawable callback is set when loading from theme" into nyc-mr1-dev
by Alan Viverette
· 8 years ago
20109a6
Merge "Improve docs for GradientDrawable's useLevel and centerX/Y properties" into nyc-mr1-dev
by Alan Viverette
· 8 years ago
11a84b8
Ensure the layer drawable callback is set when loading from theme
by Alan Viverette
· 8 years ago
0bc9fa9
Add an new internal DrawableContainer to handle animation scale == 0 case.
by Teng-Hui Zhu
· 8 years ago
3512b00
Merge "Add an new internal DrawableContainer to handle animation scale == 0 case." into nyc-mr1-dev
by Tenghui Zhu
· 8 years ago
0c03664
Add an new internal DrawableContainer to handle animation scale == 0 case.
by Teng-Hui Zhu
· 8 years ago
Next »