summaryrefslogtreecommitdiff
path: root/core/SkBitmap.cpp
AgeCommit message (Expand)Author
2011-04-29update doxreed@google.com
2011-04-14Add genID for SkBitmaps with raw pixelsbsalomon@google.com
2011-04-05Adds read pixels to GrTexture and GrRenderTargetbsalomon@google.com
2011-04-01add pixelref->readPixels()reed@google.com
2011-03-14Upstreaming changes from android.djsollen@google.com
2011-02-24Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.vandebo@chromium.org
2011-02-23merge from android tree:djsollen@google.com
2011-02-22Cleanup issues related to SkBitmap getSize()/extractSubset().wjmaclean@chromium.org
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2010-12-22Security fixes re getSize().wjmaclean@chromium.org
2010-11-16 Add safe size/copy functions to Skia.wjmaclean@chromium.org
2010-09-09move SkMallocPixelRef into its own .cpp file, rather than embedding itreed@android.com
2010-09-09add abstract wrapper for platform-specific bitmap backendsreed@android.com
2009-08-24fix warning in samplerreed@android.com
2009-08-22fixes around isOpaque and ditheringreed@android.com
2009-07-17remove conditional build flag for mipmapsreed@android.com
2009-06-29use sk_bzero instead of bzero, since it isn't always available.reed@android.com
2009-06-08fix odd-pixel bug in mipmap downsamplers (thanks brett)reed@android.com
2009-06-02fix break in setConfig() where we always reset the bitmapreed@android.com
2009-06-01Style only change to make SkBitmap to make it build with VC2005.agl@chromium.org
2009-05-29fix trailing-wsreed@android.com
2009-05-22add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourreed@android.com
2009-05-06add canCopyTo(), to preflight if copyTo can succeed. update unittests for itreed@android.com
2009-05-05fix copyTo to only copy the minimum pixels per row, and to lock the src beforereed@android.com
2009-05-03Allow copying an Index8 bitmap when srcConfig and dstConfig are bothweita@google.com
2009-03-27make bitmap width/height 32bits, matching the APIreed@android.com
2009-03-19promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectreed@android.com
2008-12-17grab from latest androidreed@android.com