From 7cfcbca7168f3e36961fe32e75a5630426097e5c Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Thu, 4 Jan 2018 16:11:51 -0500 Subject: limit bookmaker status output streamline 'working as intended' output notify when output changed fix bug which appended output incorrectly to SkBitmap.h fix bug that hid bad SkSurface.h from detection Docs-Preview: https://skia.org/?cl=90162 Bug: skia:6898 Change-Id: I067cfe5bbad706345fb5cd540cdc3835ce22d822 Reviewed-on: https://skia-review.googlesource.com/90162 Commit-Queue: Cary Clark Reviewed-by: Cary Clark --- docs/SkBitmap_Reference.bmh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/SkBitmap_Reference.bmh') diff --git a/docs/SkBitmap_Reference.bmh b/docs/SkBitmap_Reference.bmh index c22524f198..94a993ce89 100644 --- a/docs/SkBitmap_Reference.bmh +++ b/docs/SkBitmap_Reference.bmh @@ -450,9 +450,10 @@ two width:1 height:1 colorType:kRGBA_8888_SkColorType alphaType:kOpaque_SkAlphaT #Method SkPixmap pixmap() const -Returns Pixmap with Bitmap pixel address, row bytes, and Image_Info, if address is available. -If pixel address is not available, returns default constructed Pixmap: nullptr pixels, -kUnknown_SkColorType, kUnknown_SkAlphaType, width and height of zero. +Returns Pixmap with Bitmap pixel address, row bytes, and Image_Info, if address +is available. If pixel address is not available, returns default constructed +Pixmap: nullptr pixels, kUnknown_SkColorType, kUnknown_SkAlphaType, width and +height of zero. Returned Pixmap becomes invalid on any future change to Bitmap -- cgit v1.2.3