diff options
author | Cary Clark <caryclark@skia.org> | 2018-06-18 07:26:34 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-18 11:48:38 +0000 |
commit | 63132864e96657ea1a74b93acf5a00d40ebe49b3 (patch) | |
tree | bf951ca3e81be0009ab6ac7198bbfac3061861dc /docs | |
parent | 0242b59c0aaf66e96b63d66123004c82f4ace162 (diff) |
remove SK_MaxSizeT from docs
match review.skia.org/135180
TBR=bungeman@google.com
Docs-Preview: https://skia.org/?cl=135400
Bug: skia:6898
Change-Id: I0fb50045796447b18d040be04b130cb35fdd6bdb
Reviewed-on: https://skia-review.googlesource.com/135400
Commit-Queue: Cary Clark <caryclark@skia.org>
Auto-Submit: Cary Clark <caryclark@skia.org>
Reviewed-by: Cary Clark <caryclark@skia.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SkImageInfo_Reference.bmh | 8 | ||||
-rw-r--r-- | docs/undocumented.bmh | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/docs/SkImageInfo_Reference.bmh b/docs/SkImageInfo_Reference.bmh index 02bdaf0c28..6fa615e4fb 100644 --- a/docs/SkImageInfo_Reference.bmh +++ b/docs/SkImageInfo_Reference.bmh @@ -2194,7 +2194,7 @@ Returns storage required by pixel array, given Image_Info dimensions, Color_Type and rowBytes. rowBytes is assumed to be at least as large as minRowBytes(). Returns zero if height is zero. -Returns SK_MaxSizeT if answer exceeds the range of size_t. +Returns SIZE_MAX if answer exceeds the range of size_t. #Param rowBytes size of pixel row or larger ## @@ -2228,7 +2228,7 @@ Returns storage required by pixel array, given Image_Info dimensions, and Color_Type. Uses minRowBytes() to compute bytes for pixel row. Returns zero if height is zero. -Returns SK_MaxSizeT if answer exceeds the range of size_t. +Returns SIZE_MAX if answer exceeds the range of size_t. #Return least memory required by pixel buffer ## @@ -2256,8 +2256,8 @@ Returns SK_MaxSizeT if answer exceeds the range of size_t. #Method static bool ByteSizeOverflowed(size_t byteSize) #In Utility #Line # checks result of computeByteSize and computeMinByteSize ## -Returns true if byteSize equals SK_MaxSizeT. computeByteSize and -computeMinByteSize return SK_MaxSizeT if size_t can not hold buffer size. +Returns true if byteSize equals SIZE_MAX. computeByteSize and +computeMinByteSize return SIZE_MAX if size_t can not hold buffer size. #Param byteSize result of computeByteSize or computeMinByteSize ## diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh index 032a92052b..2335aa3dd3 100644 --- a/docs/undocumented.bmh +++ b/docs/undocumented.bmh @@ -12,7 +12,7 @@ RFC NaN NaNs - C C++ + C C++ SIZE_MAX CSS HTML SkUserConfig # not external, but still thinking about how markup refers to this SkXXX.h # ditto @@ -524,9 +524,6 @@ FT_Load_Glyph #Const SK_MaxS32 to be written ## - #Const SK_MaxSizeT - to be written - ## #Typedef int32_t SkUnichar #Typedef ## #Typedef unsigned U8CPU |