mark getTotalClip as deprecated
remove unimplemented (and duplicate) getTotalClipBounds git-svn-id: http://skia.googlecode.com/svn/trunk@3661 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
875eb9835a
commit
a707f60874
@ -879,18 +879,12 @@ public:
|
|||||||
ClipType getClipType() const;
|
ClipType getClipType() const;
|
||||||
|
|
||||||
/** Return the current device clip (concatenation of all clip calls).
|
/** Return the current device clip (concatenation of all clip calls).
|
||||||
This does not account for the translate in any of the devices.
|
* This does not account for the translate in any of the devices.
|
||||||
@return the current device clip (concatenation of all clip calls).
|
* @return the current device clip (concatenation of all clip calls).
|
||||||
*/
|
|
||||||
const SkRegion& getTotalClip() const;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return true if the current clip is non-empty.
|
|
||||||
*
|
*
|
||||||
* If bounds is not NULL, set it to the bounds of the current clip
|
* DEPRECATED -- call getClipDeviceBounds() instead.
|
||||||
* in global coordinates.
|
|
||||||
*/
|
*/
|
||||||
bool getTotalClipBounds(SkIRect* bounds) const;
|
const SkRegion& getTotalClip() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the current clipstack. This mirrors the result in getTotalClip()
|
* Return the current clipstack. This mirrors the result in getTotalClip()
|
||||||
|
Loading…
Reference in New Issue
Block a user