Home
last modified time | relevance | path

Searched refs:spaint (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1530 void CFX_SkiaDeviceDriver::PaintStroke(SkPaint* spaint, in PaintStroke() argument
1584 spaint->setPathEffect(SkDashPathEffect::Make(intervals.get(), count * 2, in PaintStroke()
1587 spaint->setStyle(SkPaint::kStroke_Style); in PaintStroke()
1588 spaint->setAntiAlias(true); in PaintStroke()
1589 spaint->setStrokeWidth(width); in PaintStroke()
1590 spaint->setStrokeMiter(pGraphState->m_MiterLimit); in PaintStroke()
1591 spaint->setStrokeCap(cap); in PaintStroke()
1592 spaint->setStrokeJoin(join); in PaintStroke()
2104 SkPaint spaint; in FillRectWithBlend() local
2105 spaint.setAntiAlias(true); in FillRectWithBlend()
[all …]
Dfx_skia_device.h151 void PaintStroke(SkPaint* spaint,