Flutter Engine
The Flutter Engine
|
#include <GrAAConvexTessellator.h>
Public Member Functions | |
GrAAConvexTessellator (SkStrokeRec::Style style=SkStrokeRec::kFill_Style, SkScalar strokeWidth=-1.0f, SkPaint::Join join=SkPaint::Join::kBevel_Join, SkScalar miterLimit=0.0f) | |
SkPointPriv::Side | side () const |
bool | tessellate (const SkMatrix &m, const SkPath &path) |
int | numPts () const |
int | numIndices () const |
const SkPoint & | lastPoint () const |
const SkPoint & | point (int index) const |
int | index (int index) const |
SkScalar | coverage (int index) const |
void | rewind () |
Definition at line 31 of file GrAAConvexTessellator.h.
|
inline |
Definition at line 33 of file GrAAConvexTessellator.h.
Definition at line 55 of file GrAAConvexTessellator.h.
Definition at line 54 of file GrAAConvexTessellator.h.
|
inline |
Definition at line 52 of file GrAAConvexTessellator.h.
|
inline |
Definition at line 50 of file GrAAConvexTessellator.h.
|
inline |
Definition at line 49 of file GrAAConvexTessellator.h.
Definition at line 53 of file GrAAConvexTessellator.h.
void GrAAConvexTessellator::rewind | ( | ) |
Definition at line 155 of file GrAAConvexTessellator.cpp.
|
inline |
Definition at line 44 of file GrAAConvexTessellator.h.
Definition at line 268 of file GrAAConvexTessellator.cpp.