Flutter Engine
The Flutter Engine
|
#include "include/core/SkPathUtils.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkStrokeRec.h"
#include "src/core/SkMatrixPriv.h"
Go to the source code of this file.
Namespaces | |
namespace | skpathutils |
Functions | |
SK_API bool | skpathutils::FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst) |
SK_API bool | skpathutils::FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst, const SkRect *cullRect, SkScalar resScale=1) |
SK_API bool | skpathutils::FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst, const SkRect *cullRect, const SkMatrix &ctm) |
bool | FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst, const SkRect *cullRect, SkScalar resScale) |
bool | FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst, const SkRect *cullRect, const SkMatrix &ctm) |
bool | FillPathWithPaint (const SkPath &src, const SkPaint &paint, SkPath *dst) |
Definition at line 91 of file SkPathUtils.cpp.
bool FillPathWithPaint | ( | const SkPath & | src, |
const SkPaint & | paint, | ||
SkPath * | dst, | ||
const SkRect * | cullRect, | ||
const SkMatrix & | ctm | ||
) |
Definition at line 83 of file SkPathUtils.cpp.