aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/undocumented.bmh
diff options
context:
space:
mode:
authorGravatar Cary Clark <caryclark@skia.org>2017-11-02 17:49:34 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-02 22:10:53 +0000
commit2ade99783120cf9149e7b2e85b3c3c2bd63d4839 (patch)
tree62498c450e03777d3e8f6a2e3aed31eb0b4c3020 /docs/undocumented.bmh
parentba7cf29fa8cb60514177bcf7c91f5f1607480ad6 (diff)
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>
Diffstat (limited to 'docs/undocumented.bmh')
-rw-r--r--docs/undocumented.bmh41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/undocumented.bmh b/docs/undocumented.bmh
index 8a57459607..8cb21282a0 100644
--- a/docs/undocumented.bmh
+++ b/docs/undocumented.bmh
@@ -137,6 +137,8 @@ FT_Load_Glyph
#Topic Color_Filter
#Class SkColorFilter
+#Method void toString(SkString* str) const
+##
#Class ##
#Topic ##
@@ -153,6 +155,12 @@ FT_Load_Glyph
#EnumClass ##
##
+#Topic Create_Color_Space_Xform_Canvas
+#Method std::unique_ptr<SkCanvas> SK_API SkCreateColorSpaceXformCanvas(SkCanvas* target,
+ sk_sp<SkColorSpace> targetCS)
+##
+##
+
#Topic Core_Graphics
#Substitute Core Graphics
##
@@ -254,6 +262,10 @@ FT_Load_Glyph
#Topic GPU_Context
#Substitute GPU context
+#Class GrContext
+#Method void flush()
+##
+##
##
#Topic GPU_Surface
@@ -312,6 +324,8 @@ FT_Load_Glyph
#Struct SkImageInfo
#Method SkImageInfo()
##
+ #Method static SkImageInfo MakeN32Premul(int width, int height, sk_sp<SkColorSpace> cs = nullptr)
+ ##
#Method SkImageInfo makeColorSpace(sk_sp<SkColorSpace> cs) const
##
#Method size_t minRowBytes() const
@@ -351,6 +365,8 @@ FT_Load_Glyph
##
#Method bool scalePixels(const SkPixmap& dst, SkFilterQuality, CachingHint = kAllow_CachingHint) const
##
+ #Method bool peekPixels(SkPixmap* pixmap) const
+ ##
##
#Topic ##
@@ -358,6 +374,8 @@ FT_Load_Glyph
#Subtopic Scaling
#Subtopic ##
#Class SkImageFilter
+#Method void toString(SkString* str) const
+##
#Class ##
#Topic ##
@@ -410,6 +428,8 @@ FT_Load_Glyph
#Method virtual bool filterMask(SkMask* dst, const SkMask& src, const SkMatrix&,
SkIPoint* margin) const
##
+#Method void toString(SkString* str) const
+##
#Class ##
#Topic ##
@@ -436,6 +456,11 @@ FT_Load_Glyph
##
##
+#Topic Meta_Data
+#Class SkMetaData
+##
+##
+
#Topic Mip_Map
##
@@ -508,6 +533,8 @@ FT_Load_Glyph
#Topic Path_Effect
#Class SkPathEffect
+ #Method void toString(SkString* str) const
+ ##
#Class ##
#Topic ##
@@ -524,6 +551,10 @@ FT_Load_Glyph
#Topic ##
#Topic Picture
+#Class SkPicture
+#Method virtual void playback(SkCanvas*, AbortCallback* = nullptr) const = 0
+##
+##
#Subtopic Recorder
#Class SkPictureRecorder
#Method SkCanvas* beginRecording(const SkRect& bounds,
@@ -677,6 +708,16 @@ FT_Load_Glyph
##
#Method bool readPixels(const SkPixmap& dst, int srcX, int srcY);
##
+ #Method SkCanvas* getCanvas()
+ ##
+ #Method void flush()
+ ##
+ #Method void prepareForExternalIO()
+ ##
+ #Method sk_sp<SkSurface> makeSurface(const SkImageInfo&)
+ ##
+ #Method bool peekPixels(SkPixmap*)
+ ##
##
#Subtopic Properties
#Class SkSurfaceProps