filling holes in canvas doc

filling holes in canvas doc

Docs-Preview: https://skia.org/?cl=66920
TBR=caryclark@google.com
Bug: skia:6898
Change-Id: I3a211df5f19ecfbfa0bb060bb6d55005a38cd360
Reviewed-on: https://skia-review.googlesource.com/66920
Reviewed-by: Cary Clark <caryclark@skia.org>
Commit-Queue: Cary Clark <caryclark@skia.org>
diff --git a/docs/SkPixmap_Reference.bmh b/docs/SkPixmap_Reference.bmh
index 9cec400..e06f7090 100644
--- a/docs/SkPixmap_Reference.bmh
+++ b/docs/SkPixmap_Reference.bmh
@@ -219,7 +219,7 @@
 
 #Example
 #Image 4
-#Height 128
+#Height 64
 void draw(SkCanvas* canvas) {
     std::vector<int32_t> pixels;
     pixels.resize(image->height() * image->width() * 4);
@@ -1144,7 +1144,7 @@
 ##
 ##
 
-#ToDo incomplete ##
+#SeeAlso addr() addr8 addr16 addr64 addrF16 getColor writable_addr writable_addr64
 
 ##
 
@@ -1437,6 +1437,7 @@
 #Return  writable unsigned 64-bit pointer to pixel ##
 
 #Example
+#Height 40
     SkImageInfo info = SkImageInfo::Make(3, 3, kRGBA_F16_SkColorType, kPremul_SkAlphaType);
     uint64_t storage[9];
     SkPixmap pixmap(info, storage, 3 * sizeof(uint64_t));
@@ -1894,6 +1895,7 @@
 #Return  true if pixels are changed ##
 
 #Example
+#Height 50
     uint32_t storage[2];
     SkImageInfo info = SkImageInfo::MakeN32Premul(1, 2);
     SkPixmap pixmap(info, storage, info.minRowBytes());
@@ -1922,6 +1924,7 @@
 #Return  true if pixels are changed ##
 
 #Example
+#Height 50
     uint32_t storage[2];
     SkImageInfo info = SkImageInfo::MakeN32Premul(1, 2);
     SkPixmap pixmap(info, storage, info.minRowBytes());
@@ -1951,6 +1954,7 @@
 #Return  true if pixels are changed ##
 
 #Example
+#Height 50
     uint32_t storage[2];
     SkImageInfo info = SkImageInfo::MakeN32Premul(1, 2);
     SkPixmap pixmap(info, storage, info.minRowBytes());