Searched defs:SkStrokeRec (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkPathEffect.cpp21 const SkStrokeRec&, const SkMatrix&, const SkRect*) const {
78 SkStrokeRec* rec, const SkRect* cullRect) const {
115 SkStrokeRec* rec, const SkRect* cullRect) const {
20 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/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);
106 bool hasEqualEffect(const SkStrokeRec& other) const {

Completed in 393 milliseconds