document the return value of append()
git-svn-id: http://skia.googlecode.com/svn/trunk@521 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
2295c63325
commit
a6efe06904
@ -15,7 +15,10 @@ public:
|
|||||||
SkPathHeap(SkFlattenableReadBuffer&);
|
SkPathHeap(SkFlattenableReadBuffer&);
|
||||||
virtual ~SkPathHeap();
|
virtual ~SkPathHeap();
|
||||||
|
|
||||||
// called during picture-record
|
/** Copy the path into the heap, and return the new total number of paths.
|
||||||
|
Thus, the returned value will be index+1, where index is the index of
|
||||||
|
this newly added (copied) path.
|
||||||
|
*/
|
||||||
int append(const SkPath&);
|
int append(const SkPath&);
|
||||||
|
|
||||||
// called during picture-playback
|
// called during picture-playback
|
||||||
|
Loading…
Reference in New Issue
Block a user