aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user/api/SkSurface_Reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/user/api/SkSurface_Reference.md')
-rw-r--r--site/user/api/SkSurface_Reference.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/site/user/api/SkSurface_Reference.md b/site/user/api/SkSurface_Reference.md
index 76f2de6716..387c6cbae6 100644
--- a/site/user/api/SkSurface_Reference.md
+++ b/site/user/api/SkSurface_Reference.md
@@ -72,7 +72,6 @@ SkSurface related constants are defined by <code>enum</code>, <code>enum class</
</tr>
</table>
-
## <a name='Related_Function'>Related Function</a>
@@ -98,7 +97,6 @@ SkSurface global, <code>struct</code>, and <code>class</code> related member fun
</tr>
</table>
-
## <a name='Member_Function'>Member Function</a>
@@ -216,7 +214,6 @@ SkSurface member functions read and modify the structure properties.
</tr>
</table>
-
## <a name='Constructor'>Constructor</a>
@@ -270,7 +267,6 @@ SkSurface can be constructed or initialized by these functions, including C++ cl
</tr>
</table>
-
<a name='SkSurface_MakeRasterDirect'></a>
## MakeRasterDirect
@@ -1071,7 +1067,6 @@ surf->makeImageSnapshot() == nullptr
</tr>
</table>
-
<a name='SkSurface_width'></a>
## width
@@ -1220,7 +1215,6 @@ If a snapshot has been generated, this copies the <a href='#Surface'>Surface</a>
</tr>
</table>
-
<a name='SkSurface_notifyContentWillChange'></a>
## notifyContentWillChange
@@ -1233,8 +1227,6 @@ Subsequent calls to <a href='#SkSurface_generationID'>generationID</a> return a
<a href='#SkSurface_notifyContentWillChange_mode'>mode</a> is normally passed as <a href='#SkSurface_kRetain_ContentChangeMode'>kRetain ContentChangeMode</a>.
-Can we deprecate this?
-
### Parameters
<table> <tr> <td><a name='SkSurface_notifyContentWillChange_mode'><code><strong>mode</strong></code></a></td>
@@ -1527,7 +1519,6 @@ are not captured. <a href='SkImage_Reference#Image'>Image</a> allocation is acco
</tr>
</table>
-
<a name='SkSurface_draw'></a>
## draw
@@ -1538,7 +1529,7 @@ void <a href='#SkSurface_draw'>draw</a>(<a href='SkCanvas_Reference#SkCanvas'>Sk
Draws <a href='#Surface'>Surface</a> contents to <a href='#SkSurface_draw_canvas'>canvas</a>, with its top-left corner at (<a href='#SkSurface_draw_x'>x</a>, <a href='#SkSurface_draw_y'>y</a>).
If <a href='SkPaint_Reference#Paint'>Paint</a> <a href='#SkSurface_draw_paint'>paint</a> is not nullptr, apply <a href='undocumented#Color_Filter'>Color Filter</a>, <a href='SkColor_Reference#Alpha'>Color Alpha</a>, <a href='undocumented#Image_Filter'>Image Filter</a>,
-<a href='undocumented#Blend_Mode'>Blend Mode</a>, and <a href='undocumented#Draw_Looper'>Draw Looper</a>.
+<a href='SkBlendMode_Reference#Blend_Mode'>Blend Mode</a>, and <a href='undocumented#Draw_Looper'>Draw Looper</a>.
### Parameters
@@ -1552,7 +1543,7 @@ If <a href='SkPaint_Reference#Paint'>Paint</a> <a href='#SkSurface_draw_paint'>p
<td>vertical offset in <a href='SkCanvas_Reference#Canvas'>Canvas</a></td>
</tr>
<tr> <td><a name='SkSurface_draw_paint'><code><strong>paint</strong></code></a></td>
- <td><a href='SkPaint_Reference#Paint'>Paint</a> containing <a href='undocumented#Blend_Mode'>Blend Mode</a>, <a href='undocumented#Color_Filter'>Color Filter</a>, <a href='undocumented#Image_Filter'>Image Filter</a>,
+ <td><a href='SkPaint_Reference#Paint'>Paint</a> containing <a href='SkBlendMode_Reference#Blend_Mode'>Blend Mode</a>, <a href='undocumented#Color_Filter'>Color Filter</a>, <a href='undocumented#Image_Filter'>Image Filter</a>,
and so on; or nullptr</td>
</tr>
</table>
@@ -1941,7 +1932,6 @@ soon
</tr>
</table>
-
<a name='SkSurface_flush'></a>
## flush