Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp200 FX_DWORD strokecolor = fill_color; in DrawPath() local
205 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff)); in DrawPath()
216 …m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag,… in DrawPath()