SkNinePatch Class Reference
#include <SkNinePatch.h>
List of all members.
Static Public Member Functions |
static void | DrawNine (SkCanvas *canvas, const SkRect &dst, const SkBitmap &bitmap, const SkIRect &margins, const SkPaint *paint=NULL) |
static void | DrawMesh (SkCanvas *canvas, const SkRect &dst, const SkBitmap &bitmap, const int32_t xDivs[], int numXDivs, const int32_t yDivs[], int numYDivs, const SkPaint *paint=NULL) |
Detailed Description
Definition at line 27 of file SkNinePatch.h.
Member Function Documentation
static void SkNinePatch::DrawMesh |
( |
SkCanvas * |
canvas, |
|
|
const SkRect & |
dst, |
|
|
const SkBitmap & |
bitmap, |
|
|
const int32_t |
xDivs[], |
|
|
int |
numXDivs, |
|
|
const int32_t |
yDivs[], |
|
|
int |
numYDivs, |
|
|
const SkPaint * |
paint = NULL | |
|
) |
| | [static] |
The documentation for this class was generated from the following file: