Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp886 void CGdiplusExt::GdipCreateBrush(uint32_t fill_argb, void** pBrush) { in GdipCreateBrush()
892 void CGdiplusExt::GdipDeleteBrush(void* pBrush) { in GdipDeleteBrush()
1265 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath() local