Flutter Engine
The Flutter Engine
|
Public Types | |
typedef void(* | Proc) (const PtProcRec &, const SkPoint devPts[], int count, SkBlitter *) |
Public Member Functions | |
bool | init (SkCanvas::PointMode, const SkPaint &, const SkMatrix *matrix, const SkRasterClip *) |
Proc | chooseProc (SkBlitter **blitter) |
Public Attributes | |
SkCanvas::PointMode | fMode |
const SkPaint * | fPaint |
const SkRegion * | fClip |
const SkRasterClip * | fRC |
SkRect | fClipBounds |
SkScalar | fRadius |
Definition at line 56 of file SkDraw.cpp.
Definition at line 66 of file SkDraw.cpp.
PtProcRec::Proc PtProcRec::chooseProc | ( | SkBlitter ** | blitter | ) |
Definition at line 191 of file SkDraw.cpp.
bool PtProcRec::init | ( | SkCanvas::PointMode | mode, |
const SkPaint & | paint, | ||
const SkMatrix * | matrix, | ||
const SkRasterClip * | rc | ||
) |
Definition at line 152 of file SkDraw.cpp.
const SkRegion* PtProcRec::fClip |
Definition at line 59 of file SkDraw.cpp.
SkRect PtProcRec::fClipBounds |
Definition at line 63 of file SkDraw.cpp.
SkCanvas::PointMode PtProcRec::fMode |
Definition at line 57 of file SkDraw.cpp.
const SkPaint* PtProcRec::fPaint |
Definition at line 58 of file SkDraw.cpp.
SkScalar PtProcRec::fRadius |
Definition at line 64 of file SkDraw.cpp.
const SkRasterClip* PtProcRec::fRC |
Definition at line 60 of file SkDraw.cpp.