skia2/docs
Hal Canary 99578d24c0 SkBitmap now *has* a SkPixmap.
Before:

    class SkBitmap {
        sk_sp<SkPixelRef> fPixelRef;
        void*             fPixels;
        SkImageInfo       fInfo;
        uint32_t          fRowBytes;
        uint8_t           fFlags;
    };

After:

    class SkBitmap {
        sk_sp<SkPixelRef> fPixelRef;
        SkPixmap          fPixmap;
        uint8_t           fFlags;
    };

Change-Id: I62d59ca3e702b7adea022cd3cfbf0cc3186af957
Reviewed-on: https://skia-review.googlesource.com/85560
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Cary Clark <caryclark@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
2018-01-09 16:46:22 +00:00
..
catalogHeader.txt cataloger 2017-10-31 20:09:25 +00:00
catalogTrailer.txt streamline doc menus 2017-11-01 14:23:50 +00:00
markup.bmh bookmaker initial checkin 2017-07-28 15:30:38 +00:00
overview.bmh bookmaker initial checkin 2017-07-28 15:30:38 +00:00
SkBitmap_Reference.bmh SkBitmap now *has* a SkPixmap. 2018-01-09 16:46:22 +00:00
SkCanvas_Reference.bmh fix fractured fiddles 2017-12-12 16:44:29 +00:00
SkImage_Reference.bmh update bookmaker 2018-01-05 18:13:34 +00:00
SkIPoint16_Reference.bmh bookmaker refresh 2017-11-27 16:12:56 +00:00
SkIPoint_Reference.bmh working on image docs 2017-12-15 16:47:08 +00:00
SkIRect_Reference.bmh fix example and suppress MakeLargest 2018-01-08 22:00:01 +00:00
SkMatrix_Reference.bmh Remove public version of SkMatrix::mapPointsWithStride. 2018-01-05 19:32:15 +00:00
SkPaint_Reference.bmh change paint examples to use different font 2018-01-05 19:54:54 +00:00
SkPath_Reference.bmh support srgb flag in bookmaker 2018-01-03 14:21:19 +00:00
SkPixmap_Reference.bmh filling holes in canvas doc 2017-11-02 22:10:53 +00:00
SkPoint_Reference.bmh working on image docs 2017-12-15 16:47:08 +00:00
SkRect_Reference.bmh make growToInclude private 2018-01-08 22:32:51 +00:00
SkSurface_Reference.bmh limit bookmaker status output 2018-01-04 21:41:09 +00:00
status.json working on image and nightly housekeeping bot 2017-12-11 21:47:38 +00:00
undocumented.bmh support srgb flag in bookmaker 2018-01-03 14:21:19 +00:00
usingBookmaker.bmh update bookmaker 2018-01-05 18:13:34 +00:00