Home | History | Annotate | Download | only in xps

Lines Matching refs:shaderPaint

1627                                const SkPaint& shaderPaint,
1633 const SkPaint::Style style = shaderPaint.getStyle();
1643 HR(this->createXpsBrush(shaderPaint, &fillBrush, &matrix));
1651 HR(this->createXpsBrush(shaderPaint, &strokeBrush, &matrix));
1655 SkScalarToFLOAT(shaderPaint.getStrokeWidth())),
1658 if (0 == shaderPaint.getStrokeWidth()) {