Searched defs:SkStrokeRec (Results 1 - 4 of 4) sorted by path

/external/skia/include/core/
H A DSkStrokeRec.h16 class SkStrokeRec { class
22 SkStrokeRec(InitStyle style);
23 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
24 explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);
110 * SkStrokeRec rec(paint, style);
122 bool hasEqualEffect(const SkStrokeRec& other) const {
/external/skia/src/core/
H A DSkPathEffect.cpp20 const SkStrokeRec&, const SkMatrix&, const SkRect*) const {
97 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
167 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
19 asPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&, const SkRect*) const argument
H A DSkStrokeRec.cpp8 #include "SkStrokeRec.h"
14 SkStrokeRec::SkStrokeRec(InitStyle s) { function in class:SkStrokeRec
23 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) { function in class:SkStrokeRec
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { function in class:SkStrokeRec
31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) {
67 SkStrokeRec::Style SkStrokeRec
[all...]
/external/skia/src/gpu/ops/
H A DGrAAConvexTessellator.h15 #include "SkStrokeRec.h"
35 GrAAConvexTessellator(SkStrokeRec::Style style = SkStrokeRec::kFill_Style, argument
281 SkStrokeRec::Style fStyle;

Completed in 246 milliseconds