Searched defs:strokeRec (Results 1 – 5 of 5) sorted by relevance
129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect()166 SkStrokeRec strokeRec = fStrokeRec; in applyPathEffectToPath() local179 SkStrokeRec strokeRec = fStrokeRec; in applyToPath() local
81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle()140 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function
360 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
1000 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
1303 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()