Home | History | Annotate | Download | only in core

Lines Matching refs:SkStrokeRec

8 #include "SkStrokeRec.h"
14 SkStrokeRec::SkStrokeRec(InitStyle s) {
22 SkStrokeRec::SkStrokeRec(const SkStrokeRec& src) {
26 SkStrokeRec::SkStrokeRec(const SkPaint& paint) {
60 SkStrokeRec::Style SkStrokeRec::getStyle() const {
70 void SkStrokeRec::setFillStyle() {
75 void SkStrokeRec::setHairlineStyle() {
80 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
92 bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {