Home | History | Annotate | Download | only in gpu

Lines Matching refs:SkStrokeRec

229 static void randomize_stroke_rec(SkStrokeRec* rec, SkRandom* random) {
240 SkStrokeRec TestStrokeRec(SkRandom* random) {
241 SkStrokeRec::InitStyle style =
242 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
243 SkStrokeRec rec(style);
249 SkStrokeRec::InitStyle initStyle =
250 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
251 SkStrokeRec stroke(initStyle);
277 bool TestDashPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,