Lines Matching refs:SkStrokeRec
8 #include "include/core/SkStrokeRec.h"
23 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
114 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
143 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
145 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
153 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
199 bool SkStrokeAndFillPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
203 if (rec->getStyle() == SkStrokeRec::kStrokeAndFill_Style) {
208 if (rec->getStyle() == SkStrokeRec::kStroke_Style) {