Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp930 Gdiplus::GpBrush* pBrush = GdipCreateBrushImpl(fill_argb); in DrawPath() local
932 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
933 CallFunc(GdipDeleteBrush)(pBrush); in DrawPath()