skia2/include
Mike Reed 98a6216b18 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
Previously we had size_t and uint64_t variations.

The new (simpler) API always..
- returns size_t, or 0 if the calculation overflowed
- returns the trimmed size (does not include rowBytes padding for the last row)

Bug: skia:
Change-Id: I05173e877918327c7b207d2f7f1ab0db36892e2e
Reviewed-on: https://skia-review.googlesource.com/50980
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Reviewed-by: Leon Scroggins <scroggo@google.com>
2017-09-26 17:07:16 +00:00
..
android Add SK_API to APIs used by the android framework. 2017-09-21 18:14:36 +00:00
c C API: document sk_matrix_t 2017-03-21 18:04:34 +00:00
codec Add SK_API to APIs used by the android framework. 2017-09-21 18:14:36 +00:00
config Revert "Revert "SkUserConfig.h: remove out-of-date comment on SK_SFNTLY_SUBSETTER"" 2017-01-27 14:40:01 +00:00
core guard old apis for querying byte-size of a bitmap/imageinfo/pixmap 2017-09-26 17:07:16 +00:00
effects Reland "Fix SkImageSource::filterBounds()" again 2017-09-25 19:05:20 +00:00
encode Add comments support for PNG encoder 2017-06-09 17:24:03 +00:00
gpu Disable flat interpolation in TextureOp on Qualcomm 2017-09-15 17:07:33 +00:00
pathops use reversePathTo in place of addPathReverse 2016-11-07 05:09:28 -08:00
ports Revert "Revert "migrate to sk_sp for SkFontMgr API"" 2017-09-26 14:05:18 +00:00
private Remove unused function with an incorrect assert 2017-09-22 19:50:19 +00:00
svg Add a SkWStream-based SkSVGCanvas factory 2017-09-19 20:33:19 +00:00
utils Add missing onDrawDrawable() overrides to utility canvases 2017-09-22 14:01:27 +00:00
views Convert NULL and 0 to nullptr. 2017-08-28 17:48:57 +00:00