Update markdown files

Automatic commit by the Housekeeper-Nightly-Bookmaker bot.

TBR=rmistry@google.com
NO_MERGE_BUILDS

Change-Id: I53cfa8794ddfc5fd1045be62b4ea58afeeec5814
Reviewed-on: https://skia-review.googlesource.com/c/170943
Commit-Queue: <skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com>
Reviewed-by: <skia-bookmaker@skia-swarming-bots.iam.gserviceaccount.com>
This commit is contained in:
skia-bookmaker 2018-11-14 05:33:43 +00:00 committed by Skia Commit-Bot
parent e347abd4f5
commit b45b53f01c

View File

@ -22,7 +22,6 @@ public:
friend bool operator!=(const <a href='SkPath_Reference#SkPath'>SkPath</a>& a, const <a href='SkPath_Reference#SkPath'>SkPath</a>& b);
bool <a href='#SkPath_isInterpolatable'>isInterpolatable</a>(const <a href='SkPath_Reference#SkPath'>SkPath</a>& compare) const;
bool interpolate(const <a href='SkPath_Reference#SkPath'>SkPath</a>& ending, <a href='undocumented#SkScalar'>SkScalar</a> weight, <a href='SkPath_Reference#SkPath'>SkPath</a>* out) const;
bool <a href='#SkPath_unique'>unique()</a> const;
enum <a href='#SkPath_FillType'>FillType</a> {
<a href='#SkPath_kWinding_FillType'>kWinding_FillType</a>,
@ -723,18 +722,6 @@ true if <a href='SkPath_Reference#Path'>Paths</a> contain same number of <a href
<a href='#SkPath_isInterpolatable'>isInterpolatable</a>
<a name='SkPath_unique'></a>
---
<pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
bool <a href='#SkPath_unique'>unique()</a> const
</pre>
To be deprecated soon.
Only valid for Android framework.
<a name='Fill_Type'></a>
<a name='SkPath_FillType'></a>