- f44a3f1 Merge "Use long for pointers in EmojiFactory and PdfDocument" by Narayan Kamath · 11 years ago
- 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago
- 7a629fa Convert Java/JNI to 64-bit, part 2. by Tim Murray · 11 years ago
- a78e9ad Convert Java/JNI to 64-bit, part 1. by Tim Murray · 11 years ago
- 29868df Add long/double read support. by Jason Sams · 11 years ago
- 6fcf2e1 Use Object + type in place of specific array by Jason Sams · 11 years ago
- 4b7f378 Utility API for creating types. by Jason Sams · 11 years ago
- 2e05973 Remove old hidden API. by Jason Sams · 11 years ago
- 1887d52 Remove hidden API setSurfaceTexture. by Jason Sams · 11 years ago
- cdf3446 Use long for pointers in EmojiFactory and PdfDocument by Ashok Bhat · 11 years ago
- d4ccffd Merge "AArch64: Use long for pointers in graphics/Interpolator" by Narayan Kamath · 11 years ago
- 887b1ca Merge "AArch64: Use long for pointers in SurfaceTexture" by Narayan Kamath · 11 years ago
- 5753b45 AArch64: Use long for pointers in graphics/Camera by Ashok Bhat · 11 years ago
- a039843 AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
- a2f9042 AArch64: Use long for pointers in graphics/Interpolator by Ashok Bhat · 11 years ago
- 72aa313 AArch64: Use long for pointers in SurfaceTexture by Ashok Bhat · 11 years ago
- 98002df Merge "AArch64: Use long for pointers in graphics/PathMeasure" by Narayan Kamath · 11 years ago
- b091d47 AArch64: Use long for pointers in BitmapRegionDecoder by Ashok Bhat · 11 years ago
- dcaf559 AArch64: Use long for pointers in Movie class by Ashok Bhat · 11 years ago
- 0c10cc6 AArch64: Use long for pointers in graphics/PathMeasure by Ashok Bhat · 11 years ago
- 57cf560 DO NOT MERGE - Fix improper declaration/use of pointer. by Stephen Hines · 11 years ago
- ebcb32f Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEAD by The Android Open Source Project · 11 years ago
- 9e6d8f0 Merge "Adding operations to reflected Renderscript class" by Jason Sams · 11 years ago
- 134631b am 90242fe5: Merge "Switch to the new Skia PDF generation APIs." into klp-dev by Svetoslav · 11 years ago
- 90242fe Merge "Switch to the new Skia PDF generation APIs." into klp-dev by Svetoslav · 11 years ago
- 35aacf2 Switch to the new Skia PDF generation APIs. by Svetoslav · 11 years ago
- e34c477 am 435c0ee1: Merge "Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding" into klp-dev by Fabrice Di Meglio · 11 years ago
- 435c0ee Merge "Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding" into klp-dev by Fabrice Di Meglio · 11 years ago
- badb59c am 47feee53: Merge "Fix some documentation typos." into klp-docs by Newton Allen · 11 years ago
- f7a93ef Fix bug #11537133 Hideycling looks broken (KOT36), missing left padding by Fabrice Di Meglio · 11 years ago
- 47742d4 Merge "Fix NPE with inPurgeable Bitmaps in getAllocationByteCount" into klp-dev by Chris Craik · 11 years ago
- 222f2ad Fix NPE with inPurgeable Bitmaps in getAllocationByteCount by Chris Craik · 11 years ago
- 9d383ec Merge "Fix recent regression in DrawableContainer." into klp-dev by John Spurlock · 11 years ago
- be0b05a Merge "Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760" into klp-dev by Adam Koch · 11 years ago
- f68bb66 Fix recent regression in DrawableContainer. by John Spurlock · 11 years ago
- e1693df Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag. Bug: 6064760 by Adam Koch · 11 years ago
- f48bcd5 Merge "Fix bug #11256076 Spinner text is too close from the opening triangle in RTL Locales" into klp-dev by Fabrice Di Meglio · 11 years ago
- ff236f5 Fix some documentation typos. by Newton Allen · 11 years ago
- 78da147 Update the PdfDocument docs with unsupported operations. by Svetoslav Ganov · 11 years ago
- 8db45b8 Update the PdfDocument docs with unsupported operations. by Svetoslav Ganov · 11 years ago
- 6a5875c Adding operations to reflected Renderscript class by Matthieu Delahaye · 11 years ago
- 600d7dd Fix bug #11256076 Spinner text is too close from the opening triangle in RTL Locales by Fabrice Di Meglio · 11 years ago
- cd92588 DO NOT MERGE: Hide new camera API. by Eino-Ville Talvala · 11 years ago
- 31049d7 Use SCREEN Xfermode for keyguard badges; update SeekBar by Adam Powell · 11 years ago
- d0f379c Preserve fill type in Path.reset(). by Mike Klein · 11 years ago
- ee3e160 Fix animations, padding in RTL mode. by Jeff Sharkey · 11 years ago
- a4eb894 Merge "clarify Paint flag docs" into klp-dev by Victoria Lease · 11 years ago
- 8dc7d5e clarify Paint flag docs by Victoria Lease · 11 years ago
- 321bc46 Update docs to state that mark is no longer called. by Leon Scroggins III · 11 years ago
- 6811f4e Move PdfDocument to android.graphics.pdf by Svetoslav · 11 years ago
- 7315f1b Use a native buffer for decoding images. by Leon Scroggins III · 11 years ago
- 2cad64c Merge "Surface: Change OutOfResourcesException to be a runtime exception" into klp-dev by Igor Murashkin · 11 years ago
- 1d2daa7 Merge "Remove FD optimization case for decodeStream" into klp-dev by John Reck · 11 years ago
- e3d0f02 Merge "Don't set Allocation mSize when we have no Type." into klp-dev by Stephen Hines · 11 years ago
- a86ab640 Surface: Change OutOfResourcesException to be a runtime exception by Igor Murashkin · 11 years ago
- 88990da Don't set Allocation mSize when we have no Type. by Stephen Hines · 11 years ago
- 5835157 Remove FD optimization case for decodeStream by John Reck · 11 years ago
- 23ae146 Merge "Add flags word to initialization." into klp-dev by Tim Murray · 11 years ago
- 9578e64 Add flags word to initialization. by Tim Murray · 11 years ago
- 440f4df Merge "Fix pixel test" into klp-dev by Andy McFadden · 11 years ago
- 5d2cace Fix pixel test by Andy McFadden · 11 years ago
- 352919e Update doc for BitmapFactory.Options to include BitmapRegionDecoder by Chris Craik · 11 years ago
- e8222dd Change build version from KEY_LIME_PIE to KITKAT by Chet Haase · 11 years ago
- d2676f9 Merge "Add YUV element convenience function." into klp-dev by Tim Murray · 11 years ago
- 932e78e Add YUV element convenience function. by Tim Murray · 11 years ago
- e182bfd Merge "Prevent NPE when cloning gradients Bug #10436856" into klp-dev by Romain Guy · 11 years ago
- 9622adf Prevent NPE when cloning gradients Bug #10436856 by Romain Guy · 11 years ago
- 3e8105e Merge "Update Bitmap.Config.ARGB_4444 documentation Bug #10510122" into klp-dev by Romain Guy · 11 years ago
- 25ba1c8 Update Bitmap.Config.ARGB_4444 documentation Bug #10510122 by Romain Guy · 11 years ago
- a49e89d Cleanup API typo by Jason Sams · 11 years ago
- 6b11598 Merge "Unhide USAGE_IO_INPUT functions" into klp-dev by Jason Sams · 11 years ago
- 42ef238 Unhide USAGE_IO_INPUT functions by Jason Sams · 11 years ago
- 4b29931 Merge "Replace stream wrap-function w/ more specific ones" into klp-dev by Leon Scroggins III · 11 years ago
- 4d971c1 Set alpha channel correctly when recomputing gradient by Alan Viverette · 11 years ago
- ca32021 Replace stream wrap-function w/ more specific ones by Leon Scroggins III · 11 years ago
- c264e04 Merge "Add garbage collection hooks" into klp-dev by Tim Murray · 11 years ago
- 2f2472c Add garbage collection hooks by Tim Murray · 11 years ago
- 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
- 9fac8a6 Merge "Renderscript: Allow YUV_420_888 as a YUV type." into klp-dev by Eino-Ville Talvala · 11 years ago
- ccadaf1 Renderscript: Allow YUV_420_888 as a YUV type. by Eino-Ville Talvala · 11 years ago
- be92572 Remove comment that's only relevant for the underlying SkMatrix. Matrix has constructors. by Mike Klein · 11 years ago
- 7fbbc3c Camera.applyToCanvas() now works with hardware canvases by Romain Guy · 11 years ago
- 790552b Update Bitmap.createBitmap() documentation by Romain Guy · 11 years ago
- 5af4ede Merge "Fix bug #10205316 CTS (KLP): android.graphics tests are failing" into klp-dev by Fabrice Di Meglio · 11 years ago
- 0031230 Remove an unnecessary allocation by Romain Guy · 11 years ago
- 41207bc Fix bug #10205316 CTS (KLP): android.graphics tests are failing by Fabrice Di Meglio · 11 years ago
- 667fe10 Refactor Canvas.drawPicture() to delegate to Picture by Jonathan Dixon · 11 years ago
- 52a9a10 Clearly separate consumer and producer interfaces by Mathias Agopian · 11 years ago
- f2ce9f9 am eab8e18d: am 8a736129: Merge "If graphics wants ASCII lowercasing, it needs to ask for it." by Elliott Hughes · 11 years ago
- eab8e18 am 8a736129: Merge "If graphics wants ASCII lowercasing, it needs to ask for it." by Elliott Hughes · 11 years ago
- b7645ac Merge "graphics: Update ImageFormat#YUV_420_888 javadoc" by Igor Murashkin · 11 years ago
- 7a600ff graphics: Update ImageFormat#YUV_420_888 javadoc by Igor Murashkin · 11 years ago
- e242e2f Merge "Changes needed to support Skia at r10377." by Derek Sollenberger · 11 years ago
- aeb60fb If graphics wants ASCII lowercasing, it needs to ask for it. by Elliott Hughes · 11 years ago
- 3f5a90b Add automatic Drawable mirroring capability when in RTL layout direction by Fabrice Di Meglio · 11 years ago
- 8517615 Merge "Fix Paint Shader copy" by Fabrice Di Meglio · 11 years ago
- e3c526f Fix Paint Shader copy by Fabrice Di Meglio · 11 years ago
- 5827cb5 Changes needed to support Skia at r10377. by Derek Sollenberger · 11 years ago
- 5d3dff1 Merge "Add missing alpha channel to built-in colors" by Romain Guy · 11 years ago
- 86d3e03 Add missing alpha channel to built-in colors by Romain Guy · 11 years ago