aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleUnpremul.cpp
Commit message (Expand)AuthorAgeFilesLines
* resources: orgainize directory.Hal Canary2017-12-081-1/+1
* Delete even more unused views codeBrian Osman2017-11-291-2/+0
* add drawString helper to canvasCary Clark2017-04-281-4/+4
* hide lockpixels api behind flagMike Reed2017-04-171-1/+0
* Move SkOSPath out of include/core.Ben Wagner2016-11-081-0/+1
* guard rasterizer and drawlooper settersreed2016-03-211-4/+3
* Remove uses of SkImageDecoder from samplecodemsarett2016-03-181-15/+2
* Reland of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-211-1/+1
* Revert of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-201-1/+1
* change all factories to return their base-classreed2015-12-201-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/halcanary2015-01-261-2/+2
* Factor out checkerboard function in gm and sampleapp into tools.halcanary2015-01-261-7/+2
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-3/+3
* Qualify the return value of SkImageDecoder::decodescroggo2014-10-221-1/+1
* make allocPixels throw on failurereed2014-09-021-5/+1
* Cleanup: Rename SkOSPath functions.tfarina2014-07-281-2/+2
* Refactor how we handle resources path in Tests.tfarina2014-06-181-1/+3
* hide Config in SkImageDecoder -- use SkColorType insteadreed2014-06-121-2/+2
* Make sure SkDrawLooper objects can only be allocated on the heap.commit-bot@chromium.org2014-04-151-4/+4
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-4/+1
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-1/+4
* Add an option to create unpremultiplied bitmaps.scroggo@google.com2013-06-141-0/+204