aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmap.cpp
Commit message (Expand)AuthorAge
* remove conditional build flag for mipmapsGravatar reed@android.com2009-07-17
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* fix odd-pixel bug in mipmap downsamplers (thanks brett)Gravatar reed@android.com2009-06-08
* fix break in setConfig() where we always reset the bitmapGravatar reed@android.com2009-06-02
* Style only change to make SkBitmap to make it build with VC2005.Gravatar agl@chromium.org2009-06-01
* fix trailing-wsGravatar reed@android.com2009-05-29
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-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
* make bitmap width/height 32bits, matching the APIGravatar reed@android.com2009-03-27
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* grab from latest androidGravatar reed@android.com2008-12-17