aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/SkImageInfo_Reference.bmh8
-rw-r--r--docs/undocumented.bmh5
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