aboutsummaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Expand)Author
2018-12-19add saveBehind to canvasMike Reed
2018-12-05Add Android framework only util to get the SkSurface from SkCanvasDerek Sollenberger
2018-11-14Add SafetyNetLogging and use in SkPngCodecLeon Scroggins III
2018-10-19(Almost) no one needs to know about SkPixelRefBrian Osman
2018-10-16Fix uninitialized errors in SkPngCodecLeon Scroggins III
2018-09-07Revert "SkMath takes some functions from from SkTypes"Mike Klein
2018-09-07SkMath takes some functions from from SkTypesHal Canary
2018-08-22Rename SkCodec::kNone to SkCodec::kNoFrameNigel Tao
2018-06-19Stop using SkTSwap.Ben Wagner
2018-05-30Make sk_sp operator bool explicit.Ben Wagner
2018-05-23Alternate between two SkBitmaps in SkAnimatedImageLeon Scroggins III
2018-03-13Remove calls to computeOutputColor- Type and SpaceLeon Scroggins III
2018-03-06Fix drawing SkAnimatedImages with transparencyLeon Scroggins III
2018-02-13Address MSAN bug in SkAnimatedImage::decodeNextFrameKevin Lubick
2018-01-30Simplify SkAnimatedImageLeon Scroggins III
2018-01-23Make SkAnimatedImage::update return sentinel when stoppedLeon Scroggins III
2018-01-22Respect repetition count in SkAnimatedImageLeon Scroggins III
2018-01-17Add Android ImageDecoder features to SkAnimatedImageLeon Scroggins III
2018-01-16Use SkAndroidCodec in SkAnimatedImageLeon Scroggins III
2017-10-03Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Mike Reed
2017-10-02Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/ima...Mike Reed
2017-10-02Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/p...Mike Reed
2017-09-27Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Jim Van Verth
2017-09-27guard old apis for querying byte-size of a bitmap/imageinfo/pixmapMike Reed
2017-09-26Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"Greg Daniel
2017-09-26guard old apis for querying byte-size of a bitmap/imageinfo/pixmapMike Reed
2017-08-18Reland "skia: add heif decoding support"Leon Scroggins III
2017-08-17Move calls to conversion_possible to SkCodecLeon Scroggins III
2017-08-17Revert "skia: add heif decoding support"Mike Klein
2017-08-16skia: add heif decoding supportChong Zhang
2017-08-02Add a private API for writing the clip to the stencilStan Iliev
2017-07-25use unique_ptr for codec factoriesMike Reed
2017-07-18guard references to SkColorTableMike Reed
2017-07-17Index8 is dead, remove guarded codeMike Reed
2017-07-13Guard to remove kIndex_8_SkColorTypeMike Reed
2017-07-11Reland "Remove support for decoding to kIndex_8"Leon Scroggins
2017-07-10Revert "Remove support for decoding to kIndex_8"Leon Scroggins
2017-07-10Remove support for decoding to kIndex_8Leon Scroggins III
2017-04-14Let region decoders query the type and color spaceMatt Sarett
2017-04-11Allow BF and BRD clients to request an output color spaceMatt Sarett
2017-02-13Make header files idempotent; script to checkHal Canary
2017-02-10Make header files self-sufficientHal Canary
2016-12-12Decode to sRGB on AndroidMatt Sarett
2016-11-30SkEncodeImage: no more link-time registrationHal Canary
2016-11-23SkImageEncoder: simplify APIHal Canary
2016-11-22Revert 248ff023 & 2cb6cb72Hal Canary
2016-11-22SkImageEncoder: simplify APIHal Canary
2016-11-07s/SkAutoTUnref/sk_sp/ in src/ part 1Hal Canary
2016-11-07Finish color space support for SkCodecMatt Sarett
2016-11-03Remove SkAutoTDelete.Ben Wagner