aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMSrcSink.cpp
Commit message (Expand)AuthorAge
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* remove SkDeferredCanvasGravatar reed2015-08-19
* Test scaling for small imagesGravatar msarett2015-08-18
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...Gravatar egdaniel2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* DM: track a direct/indirect bit for each Sink too.Gravatar mtklein2015-07-31
* Call notifyPixelsChanged after modifying bitmapGravatar scroggo2015-07-30
* Allow Srcs to veto Sinks based on their broad type.Gravatar mtklein2015-07-29
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Make sp- via support SkDrawables; add a GM to test it.Gravatar mtklein2015-07-07
* Implemented onGetScanlines and onSkipScanlines for interlaced pngsGravatar emmaleer2015-06-22
* Do not fail on images that are too small to subset decode.Gravatar msarett2015-06-19
* Fixing stripe testGravatar msarett2015-06-12
* DM testing for skipping and scalingGravatar msarett2015-06-11
* Add caps overrides to GMsGravatar bsalomon2015-05-27
* New CodeSrc* draw mode kScanline_Subset_ModeGravatar emmaleer2015-05-27
* DM: use SkFunction to make required argument type clearer.Gravatar mtklein2015-05-07
* Do we still need this DOUBLE_LOOP feature?Gravatar mtklein2015-05-06
* DM: add Via abstract classGravatar mtklein2015-05-06
* DM: add a Via to simulate SP pictures.Gravatar mtklein2015-05-05
* DM: add draw_to_canvas() to trim some boilerplate for Vias.Gravatar mtklein2015-05-05
* add deferred config to DMGravatar reed2015-05-05
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* SkJpegCodecGravatar msarett2015-04-15
* DM: add --multiPage optionGravatar halcanary2015-04-14
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* Add a Via to DM that records into two pictures and draws using the second.Gravatar mtklein2015-04-07
* Prevent DM crash in the PDF sink when src width/height are zero.Gravatar djsollen2015-04-03
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https...Gravatar joshualitt2015-03-31
* BitmapTextBatch and BitmapTextBlobGravatar joshualitt2015-03-31
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Test scanline decoding in DM.Gravatar scroggo2015-03-25
* Lazy SKP image decoding in DM.Gravatar mtklein2015-03-25
* Add copyright headers DM.Gravatar scroggo2015-03-25
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-25
* Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1...Gravatar tomhudson2015-03-24
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-24
* guarded change to SkImageGenerator to make getInfo() constGravatar reed2015-03-19
* Run CodecSrc DM.Gravatar scroggo2015-03-19