Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp212 int smooth_path = FX_ZEROAREA_FILL; in DrawPath() local
214 smooth_path |= FXFILL_NOPATHSMOOTH; in DrawPath()
216 …m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag,… in DrawPath()