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.cpp1430 void CFX_SkiaDeviceDriver::PaintStroke(SkPaint* spaint, in PaintStroke() argument
1484 spaint->setPathEffect(SkDashPathEffect::Make(intervals.get(), count * 2, in PaintStroke()
1487 spaint->setStyle(SkPaint::kStroke_Style); in PaintStroke()
1488 spaint->setAntiAlias(true); in PaintStroke()
1489 spaint->setStrokeWidth(width); in PaintStroke()
1490 spaint->setStrokeMiter(pGraphState->m_MiterLimit); in PaintStroke()
1491 spaint->setStrokeCap(cap); in PaintStroke()
1492 spaint->setStrokeJoin(join); in PaintStroke()
1967 SkPaint spaint; in FillRectWithBlend() local
1968 spaint.setAntiAlias(true); in FillRectWithBlend()
[all …]
Dfx_skia_device.h147 void PaintStroke(SkPaint* spaint,