From 262917823441f183fa67aa63b9c0ec4e52cce4c3 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- sgl_doxygen/html/classSkAutoCanvasRestore.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sgl_doxygen/html/classSkAutoCanvasRestore.html (limited to 'sgl_doxygen/html/classSkAutoCanvasRestore.html') diff --git a/sgl_doxygen/html/classSkAutoCanvasRestore.html b/sgl_doxygen/html/classSkAutoCanvasRestore.html new file mode 100644 index 0000000..85302b2 --- /dev/null +++ b/sgl_doxygen/html/classSkAutoCanvasRestore.html @@ -0,0 +1,26 @@ + + +SGL: SkAutoCanvasRestore Class Reference + + + +
Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members
+

SkAutoCanvasRestore Class Reference

#include <SkCanvas.h> +

+List of all members. + + + + +

Public Member Functions

SkAutoCanvasRestore (SkCanvas *canvas, bool doSave)
+


Detailed Description

+Stack helper class to automatically call restoreToCount() on the canvas when this object goes out of scope. Use this to guarantee that the canvas is restored to a known state. +

+


The documentation for this class was generated from the following file: +
Generated on Tue May 9 14:35:23 2006 for SGL by  + +doxygen 1.4.0
+ + -- cgit v1.1