Home | History | Annotate | Download | only in pdf

Lines Matching full:filledpaint

1990             SkPaint filledPaint;
1991 filledPaint.setColor(SK_ColorBLACK);
1992 filledPaint.setStyle(SkPaint::kFill_Style);
1993 this->drawPath(d, *shape, filledPaint, nullptr, true);