Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dwin32_int.h80 void GdipCreateBrush(uint32_t fill_argb, void** pBrush);
81 void GdipDeleteBrush(void* pBrush);
Dfx_win32_gdipext.cpp886 void CGdiplusExt::GdipCreateBrush(uint32_t fill_argb, void** pBrush) { in GdipCreateBrush() argument
890 (GpSolidFill**)pBrush); in GdipCreateBrush()
892 void CGdiplusExt::GdipDeleteBrush(void* pBrush) { in GdipDeleteBrush() argument
895 CallFunc(GdipDeleteBrush)((GpSolidFill*)pBrush); in GdipDeleteBrush()
1265 GpBrush* pBrush = _GdipCreateBrush(fill_argb); in DrawPath() local
1267 CallFunc(GdipFillPath)(pGraphics, pBrush, pGpPath); in DrawPath()
1268 CallFunc(GdipDeleteBrush)(pBrush); in DrawPath()