update dox
git-svn-id: http://skia.googlecode.com/svn/trunk@1657 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
10a9465b4f
commit
2d54d06adc
@ -91,12 +91,14 @@ public:
|
||||
|
||||
/**
|
||||
* Creates a device that is of the same type as this device (e.g. SW-raster,
|
||||
* GPU, or PDF).
|
||||
* GPU, or PDF). The backing store for this device is created automatically
|
||||
* (e.g. offscreen pixels or FBO or whatever is appropriate).
|
||||
*
|
||||
* @param width width of the device to create
|
||||
* @param height height of the device to create
|
||||
* @param isOpaque
|
||||
* @param usage clients should always use the default, kGeneral_Usage.
|
||||
* @param isOpaque performance hint, set to true if you know that you will
|
||||
* draw into this device such that all of the pixels will
|
||||
* be opaque.
|
||||
*/
|
||||
SkDevice* createCompatibleDevice(SkBitmap::Config config,
|
||||
int width, int height,
|
||||
|
Loading…
Reference in New Issue
Block a user