Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp559 uint32_t strokecolor = fill_color; in DrawPathWithBlend() local
561 strokecolor = (((fill_alpha >> 2) << 24) | (strokecolor & 0x00ffffff)); in DrawPathWithBlend()
571 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()