index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
jni
/
BitmapFactory.cpp
Age
Commit message (
Expand
)
Author
2024-10-30
Push atoms for decoding images
Alec Mouri
2024-09-23
SkAndroidCodec: Use getGainmapAndroidCodec
Christopher Cameron
2024-05-21
Fix bad merge in nativeDecodeFileDescriptor in BitmapFactory.cpp
Michael Hoisie
2023-08-07
Use "HWUI" LOG_TAG exclusively in libs/hwui/**
Nolan Scobie
2023-05-11
Support decoding gainmaps to alpha8 with BitmapFactory.
John Reck
2023-04-21
Fallback to RGBA_8888 when P010 is not supported
Xiao Huang
2023-03-07
Support gainmap HW copy.
Sally Qi
2023-02-06
Gainmap: Implement gainmap support in BitmapFactory
Fyodor Kyslov
2023-01-25
Remove include of private SkUtils.h file
Kevin Lubick
2023-01-17
Remove direct includes of SkMath.h
Kevin Lubick
2023-01-17
Remove usage of SK_MaxS32
Kevin Lubick
2022-03-04
Fix transitive dependencies on SkImageEncoder
Kevin Lubick
2021-01-29
Modernize calls to drawImage
Mike Reed
2021-01-14
Convert DisplayList to a value-type wrapper
John Reck
2020-11-05
Add AVIF mime type to BitmapFactory
Vignesh Venkatasubramanian
2020-06-23
Update to use nativehelper/JNIPlatformHelp.h
Orion Hodson
2020-05-21
Use android::skia::BitmapRegionDecoder
Leon Scroggins III
2020-04-21
Use the new name for SkFrontBufferedStream
Leon Scroggins III
2020-02-20
Export symbols for the newly exposed APEX/internal headers
Derek Sollenberger
2020-02-20
Remove dependencies on headers outside UI module
Derek Sollenberger
2020-02-19
Cleanup LOG_TAG when bundled in HWUI
Derek Sollenberger
2020-02-19
Move android.graphics JNI & APEX files into HWUI
Derek Sollenberger