summaryrefslogtreecommitdiff
path: root/core/SkBitmap.cpp
AgeCommit message (Expand)Author
2014-04-23Revert of eliminate config param -- it was always self's config (https://code...commit-bot@chromium.org
2014-04-22expose CGImage -> SkBitmapcommit-bot@chromium.org
2014-04-22eliminate config param -- it was always self's configreed@google.com
2014-04-11Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-11Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-10Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https:/...commit-bot@chromium.org
2014-04-10Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://coderevie...commit-bot@chromium.org
2014-04-09Rename kPMColor_SkColorType to kN32_SkColorType.commit-bot@chromium.org
2014-03-27fix SkBitmap::erase to handle RGBA and BGRAcommit-bot@chromium.org
2014-03-13Allow toString capability to be toggled independent of developer mode.commit-bot@chromium.org
2014-03-12remove SK_SUPPORT_LEGACY_COPYTO_CONFIGcommit-bot@chromium.org
2014-03-05remove SK_SUPPORT_DEEPCOPYTO_CONFIG code -- no longer usedcommit-bot@chromium.org
2014-02-24Fix compile errors in legacy copyTo().senorblanco@chromium.org
2014-02-23add new copyTo version to SkBitmap, which takes SkColorTypecommit-bot@chromium.org
2014-02-20Offer single-param version of deepCopyTo -- much easier to migrate to colortypescommit-bot@chromium.org
2014-02-19revert to previous behavior in installPixels, allowing for NULL addressreed@google.com
2014-02-18installPixels returns true if null-pixels -- devolving to setConfigcommit-bot@chromium.org
2014-02-17replace SkBitmap::Config with SkColorType in gmscommit-bot@chromium.org
2014-02-16restore old behavior of setPixels(): lockPixels after installPixels()mike@reedtribe.org
2014-02-14Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-02-13ensure that opaque-only colortypes always report opaque-alphatypecommit-bot@chromium.org
2014-02-13Fixed clusterfuzz found crashcommit-bot@chromium.org
2014-02-11SkBitmap now really stores SkImageInfo -- config is just a rusecommit-bot@chromium.org
2014-02-11Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"mike@reedtribe.org
2014-02-11fix test for empty configmike@reedtribe.org
2014-02-11Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-02-11fix warningsmike@reedtribe.org
2014-02-11SkBitmap now really stores SkImageInfo -- config is just a rusemike@reedtribe.org
2014-02-10remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completelyreed@google.com
2014-02-05pass in the real rowBytesreed@google.com
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2014-01-28change setAlphaType to not modify the pixelref's genIDreed@google.com
2014-01-27add optional SkAlphaType parameter to notifyPixelsChangedcommit-bot@chromium.org
2014-01-26Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-01-25add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com
2014-01-25Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2014-01-24add installPixelsreed@google.com
2014-01-16Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELScommit-bot@chromium.org
2014-01-15no need to refcnt colortables, since pixelrefs own themreed@google.com
2014-01-15add asserts to validatereed@google.com
2014-01-15Reland "Fix genID cloning bugs."scroggo@google.com
2014-01-13Revert of https://codereview.chromium.org/132643007/commit-bot@chromium.org
2014-01-13Revert "Revert of https://codereview.chromium.org/129423002/"reed@google.com
2014-01-13Revert of https://codereview.chromium.org/129423002/commit-bot@chromium.org
2014-01-13add SkBitmap::installPixelRef()reed@google.com
2014-01-10Revert of https://codereview.chromium.org/112113005/commit-bot@chromium.org
2014-01-10Fix genID cloning bugs.commit-bot@chromium.org
2014-01-09use bitmap's fRowBytes, as the pixelref's is not (yet) reliablereed@google.com
2014-01-08change offset to xy for pixelref subsettingreed@google.com
2014-01-03assert in setPixelRef that the pr matches the bitmap's configreed@google.com