aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapCopyTest.cpp
Commit message (Expand)AuthorAge
* 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