aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapCopyTest.cpp
Commit message (Expand)AuthorAge
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the ...Gravatar bsalomon@google.com2012-10-12
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Close a couple of minor memory leaks, add a valgrind suppression file toGravatar tomhudson@google.com2012-03-15
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Modify SkBitmap::extractSubset() to respect volatilityGravatar skyostil@google.com2012-01-16
* Modify SkBitmap::extractSubset() to respect opaquenessGravatar skyostil@google.com2012-01-13
* remove tests for copyPixelsFrom (it is not gone)Gravatar reed@google.com2011-11-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Another tiny comment-only change to trigger svn updateGravatar epoger@google.com2011-04-26
* Tiny comment-only change to trigger SVN update in buildbotGravatar epoger@google.com2011-04-26
* tiny test commitGravatar epoger@google.com2011-04-20
* init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)Gravatar reed@google.com2011-01-10
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* fix memory leakGravatar reed@android.com2010-01-08
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* add BitmapCopyTest. Still need to consider the src==no_config caseGravatar reed@android.com2009-05-01