| Added Methods
|
void drawArc(float, float, float, float, float, float, boolean, Paint)
|
|
void drawOval(float, float, float, float, Paint)
|
|
void drawRoundRect(float, float, float, float, float, float, Paint)
|
|
int saveLayer(RectF, Paint)
|
|
int saveLayer(float, float, float, float, Paint)
|
|
int saveLayerAlpha(RectF, int)
|
|
int saveLayerAlpha(float, float, float, float, int)
|
|
| Changed Methods
|
boolean clipRegion(Region)
|
Now deprecated.
|
|
boolean clipRegion(Region, Op)
|
Now deprecated.
|
|
void drawBitmap(int[], int, int, float, float, int, int, boolean, Paint)
|
Now deprecated.
|
|
void drawBitmap(int[], int, int, int, int, int, int, boolean, Paint)
|
Now deprecated.
|
|