Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp790 bool do_stroke = true; in FlushPath() local
801 do_stroke = false; in FlushPath()
816 if (stroke_alpha && do_stroke) { in FlushPath()
2055 bool do_stroke = true; in DrawPath() local
2066 do_stroke = false; in DrawPath()
2081 if (is_paint_stroke && do_stroke) { in DrawPath()