aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkBmpMaskCodec.h
Commit message (Expand)AuthorAge
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Replace BMP calls to new with calls to mallocGravatar Leon Scroggins III2017-06-05
* Make header files idempotent; script to checkGravatar Hal Canary2017-02-13
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Revert "Add F16, SkColorSpaceXform support to SkBmpCodec"Gravatar Matt Sarett2016-11-03
* Add F16, SkColorSpaceXform support to SkBmpCodecGravatar Matt Sarett2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-15
* Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...Gravatar msarett2016-02-12
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-12
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Scanline decoding for bmpGravatar msarett2015-08-31
* Split SkBmpCodec into three separate classesGravatar msarett2015-08-06