aboutsummaryrefslogtreecommitdiff
path: root/tests/BitmapTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitmap: clearing pixelref keeps rowbytesHal Canary2018-01-121-0/+8
* guard references to SkColorTableMike Reed2017-07-181-2/+1
* Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""Matt Sarett2017-04-281-1/+2
* Revert "Delete copyTo(Allocator), hide copyTo() behind flag"Matt Sarett2017-04-271-2/+1
* Delete copyTo(Allocator), hide copyTo() behind flagMatt Sarett2017-04-271-1/+2
* hide lockpixels api behind flagMike Reed2017-04-171-2/+0
* Revert[4] "clean up (partially) colortable api""""Mike Reed2017-04-031-1/+1
* Revert "Revert[2] "clean up (partially) colortable api"""Mike Reed2017-04-011-1/+1
* Revert[2] "clean up (partially) colortable api""Mike Reed2017-04-011-1/+1
* Revert "clean up (partially) colortable api"Mike Klein2017-03-311-1/+1
* clean up (partially) colortable apiMike Reed2017-03-311-1/+1
* fix build. tests/BitmapTest w/ nogpuHal Canary2016-12-071-0/+1
* SkBitmap::ComputeIsOpaque and SkBitmap::eraseColor support F16Hal Canary2016-12-071-0/+53
* Unit Tests: eliminate stray SkDebugf()s.halcanary2016-02-241-3/+1
* Tests: reduce verbosityhalcanary2015-12-151-1/+3
* In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255.benjaminwagner2015-12-111-0/+21
* SkBitmap::getColor repsects swizzlehalcanary2015-12-091-0/+23
* Style Change: NULL->nullptrhalcanary2015-08-271-4/+4
* use pixmaps for dst in sprites -- NO BITMAPSreed2015-06-051-0/+26
* check for too-large rowBytesreed2015-01-231-1/+15
* Hide fields in SkImageInforeed2014-09-031-4/+2
* make allocPixels throw on failurereed2014-09-021-1/+1
* correctly plumb through explicit rowbytes for allocPixelsreed2014-07-011-0/+37
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...commit-bot@chromium.org2014-05-301-7/+5
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)commit-bot@chromium.org2014-05-291-5/+7
* setConfig -> setInfocommit-bot@chromium.org2014-05-291-7/+5
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-111-1/+1
* Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org2014-04-101-1/+1
* Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org2014-04-101-1/+1
* Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org2014-04-091-1/+1
* replace setConfig+allocPixels with alloc-or-install-pixelscommit-bot@chromium.org2014-02-131-5/+9
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-311-2/+2
* ComputeRowBytes must not overflow width when it shiftsreed@google.com2013-12-301-0/+18
* Fix win7 BitmapTesthalcanary@google.com2013-12-131-1/+1
* Allow 0-width SkBitmap in setConfig.halcanary@google.com2013-12-131-0/+30